Uses of Enum Class
net.minecraft.world.attribute.modifier.AttributeModifier.OperationId
Packages that use AttributeModifier.OperationId
-
Uses of AttributeModifier.OperationId in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute with type parameters of type AttributeModifier.OperationIdModifier and TypeFieldDescriptionprivate final Map<AttributeModifier.OperationId, AttributeModifier<Value, ?>> AttributeType.modifierLibraryThe field for themodifierLibraryrecord component.Methods in net.minecraft.world.attribute that return types with arguments of type AttributeModifier.OperationIdModifier and TypeMethodDescriptionAttributeType.modifierLibrary()Returns the value of themodifierLibraryrecord component.Method parameters in net.minecraft.world.attribute with type arguments of type AttributeModifier.OperationIdModifier and TypeMethodDescriptionprivate static <Value> Codec<AttributeModifier<Value, ?>> AttributeType.createModifierCodec(Map<AttributeModifier.OperationId, AttributeModifier<Value, ?>> modifiers) static <Value> AttributeType<Value> AttributeType.ofInterpolated(Codec<Value> valueCodec, Map<AttributeModifier.OperationId, AttributeModifier<Value, ?>> modifierLibrary, LerpFunction<Value> lerp) static <Value> AttributeType<Value> AttributeType.ofInterpolated(Codec<Value> valueCodec, Map<AttributeModifier.OperationId, AttributeModifier<Value, ?>> modifierLibrary, LerpFunction<Value> lerp, LerpFunction<Value> partialTickLerp, @Nullable ToFloatFunction<Value> toFloat) static <Value> AttributeType<Value> AttributeType.ofNotInterpolated(Codec<Value> valueCodec, Map<AttributeModifier.OperationId, AttributeModifier<Value, ?>> modifierLibrary) Constructor parameters in net.minecraft.world.attribute with type arguments of type AttributeModifier.OperationIdModifierConstructorDescriptionAttributeType(Codec<Value> valueCodec, Map<AttributeModifier.OperationId, AttributeModifier<Value, ?>> modifierLibrary, Codec<AttributeModifier<Value, ?>> modifierCodec, LerpFunction<Value> keyframeLerp, LerpFunction<Value> stateChangeLerp, LerpFunction<Value> spatialLerp, LerpFunction<Value> partialTickLerp, @Nullable ToFloatFunction<Value> toFloat) Creates an instance of aAttributeTyperecord class. -
Uses of AttributeModifier.OperationId in net.minecraft.world.attribute.modifier
Subclasses with type arguments of type AttributeModifier.OperationId in net.minecraft.world.attribute.modifierFields in net.minecraft.world.attribute.modifier with type parameters of type AttributeModifier.OperationIdModifier and TypeFieldDescriptionstatic final Map<AttributeModifier.OperationId, AttributeModifier<Integer, ?>> AttributeModifier.ARGB_COLOR_LIBRARYstatic final Map<AttributeModifier.OperationId, AttributeModifier<Boolean, ?>> AttributeModifier.BOOLEAN_LIBRARYstatic final Codec<AttributeModifier.OperationId> AttributeModifier.OperationId.CODECstatic final Map<AttributeModifier.OperationId, AttributeModifier<Float, ?>> AttributeModifier.FLOAT_LIBRARYstatic final Map<AttributeModifier.OperationId, AttributeModifier<Integer, ?>> AttributeModifier.INTEGER_LIBRARYstatic final Map<AttributeModifier.OperationId, AttributeModifier<Integer, ?>> AttributeModifier.RGB_COLOR_LIBRARYMethods in net.minecraft.world.attribute.modifier that return AttributeModifier.OperationIdModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AttributeModifier.OperationId[]AttributeModifier.OperationId.values()Returns an array containing the constants of this enum class, in the order they are declared.