Uses of Enum Class
net.minecraft.component.type.AttributeModifiersComponent.Display.Type
Packages that use AttributeModifiersComponent.Display.Type
-
Uses of AttributeModifiersComponent.Display.Type in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type AttributeModifiersComponent.Display.TypeModifier and TypeFieldDescription(package private) static final com.mojang.serialization.Codec<AttributeModifiersComponent.Display.Type> AttributeModifiersComponent.Display.Type.CODECprivate static final IntFunction<AttributeModifiersComponent.Display.Type> AttributeModifiersComponent.Display.Type.INDEX_MAPPER(package private) static final PacketCodec<ByteBuf, AttributeModifiersComponent.Display.Type> AttributeModifiersComponent.Display.Type.PACKET_CODECMethods in net.minecraft.component.type that return AttributeModifiersComponent.Display.TypeModifier and TypeMethodDescriptionAttributeModifiersComponent.Display.Default.getType()AttributeModifiersComponent.Display.getType()AttributeModifiersComponent.Display.Hidden.getType()AttributeModifiersComponent.Display.Override.getType()Returns the enum constant of this class with the specified name.AttributeModifiersComponent.Display.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.