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> com.mojang.serialization.Codec<AttributeModifier<Value, ?>> AttributeType.createModifierCodec(Map<AttributeModifier.OperationId, AttributeModifier<Value, ?>> pModifierLibrary) static <Value> AttributeType<Value> AttributeType.ofInterpolated(com.mojang.serialization.Codec<Value> pValueCodec, Map<AttributeModifier.OperationId, AttributeModifier<Value, ?>> pModifierLibrary, LerpFunction<Value> pSpatialLerp) static <Value> AttributeType<Value> AttributeType.ofInterpolated(com.mojang.serialization.Codec<Value> pValueCodec, Map<AttributeModifier.OperationId, AttributeModifier<Value, ?>> pModifierLibrary, LerpFunction<Value> pSpatialLerp, LerpFunction<Value> pPartialTickLerp) static <Value> AttributeType<Value> AttributeType.ofNotInterpolated(com.mojang.serialization.Codec<Value> pValueCodec, Map<AttributeModifier.OperationId, AttributeModifier<Value, ?>> pModifierLibrary) Constructor parameters in net.minecraft.world.attribute with type arguments of type AttributeModifier.OperationIdModifierConstructorDescriptionAttributeType(com.mojang.serialization.Codec<Value> valueCodec, Map<AttributeModifier.OperationId, AttributeModifier<Value, ?>> modifierLibrary, com.mojang.serialization.Codec<AttributeModifier<Value, ?>> modifierCodec, LerpFunction<Value> keyframeLerp, LerpFunction<Value> stateChangeLerp, LerpFunction<Value> spatialLerp, LerpFunction<Value> partialTickLerp) Creates an instance of aAttributeTyperecord class. -
Uses of AttributeModifier.OperationId in net.minecraft.world.attribute.modifier
Fields 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 com.mojang.serialization.Codec<AttributeModifier.OperationId> AttributeModifier.OperationId.CODECstatic final Map<AttributeModifier.OperationId, AttributeModifier<Float, ?>> AttributeModifier.FLOAT_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.