Uses of Enum Class
net.minecraft.component.type.TrophyTypeComponent
Packages that use TrophyTypeComponent
Package
Description
-
Uses of TrophyTypeComponent in net.minecraft.block
Fields in net.minecraft.block with type parameters of type TrophyTypeComponentModifier and TypeFieldDescriptionstatic final EnumProperty<TrophyTypeComponent> TrophyBlock.TROPHY_TYPEMethods in net.minecraft.block with parameters of type TrophyTypeComponentModifier and TypeMethodDescriptionstatic ItemStackTrophyBlock.createStack(TrophyTypeComponent trophyType) -
Uses of TrophyTypeComponent in net.minecraft.client.data
Methods in net.minecraft.client.data with parameters of type TrophyTypeComponentModifier and TypeMethodDescriptionprivate voidBlockStateModelGenerator.method_70250(TrophyTypeComponent trophyTypeComponent) -
Uses of TrophyTypeComponent in net.minecraft.component
Fields in net.minecraft.component with type parameters of type TrophyTypeComponentModifier and TypeFieldDescriptionstatic final ComponentType<TrophyTypeComponent> DataComponentTypes.TROPHY_TYPE -
Uses of TrophyTypeComponent in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type TrophyTypeComponentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TrophyTypeComponent> TrophyTypeComponent.CODECstatic final PacketCodec<ByteBuf, TrophyTypeComponent> TrophyTypeComponent.PACKET_CODECMethods in net.minecraft.component.type that return TrophyTypeComponentModifier and TypeMethodDescriptionstatic TrophyTypeComponentReturns the enum constant of this class with the specified name.static TrophyTypeComponent[]TrophyTypeComponent.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TrophyTypeComponent in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type TrophyTypeComponentModifier and TypeFieldDescriptionstatic final EnumProperty<TrophyTypeComponent> Properties.TROPHY_TYPE