Uses of Enum Class
net.minecraft.item.CrossbowItem.ChargeType
Packages that use CrossbowItem.ChargeType
-
Uses of CrossbowItem.ChargeType in net.minecraft.client.render.item.property.select
Fields in net.minecraft.client.render.item.property.select with type parameters of type CrossbowItem.ChargeTypeModifier and TypeFieldDescriptionstatic final SelectProperty.Type
<ChargeTypeProperty, CrossbowItem.ChargeType> ChargeTypeProperty.TYPE
Methods in net.minecraft.client.render.item.property.select that return CrossbowItem.ChargeTypeModifier and TypeMethodDescriptionChargeTypeProperty.getValue
(ItemStack itemStack, @Nullable ClientWorld clientWorld, @Nullable LivingEntity livingEntity, int int2, ModelTransformationMode modelTransformationMode) Methods in net.minecraft.client.render.item.property.select that return types with arguments of type CrossbowItem.ChargeType -
Uses of CrossbowItem.ChargeType in net.minecraft.item
Fields in net.minecraft.item with type parameters of type CrossbowItem.ChargeTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<CrossbowItem.ChargeType> CrossbowItem.ChargeType.CODEC
Methods in net.minecraft.item that return CrossbowItem.ChargeTypeModifier and TypeMethodDescriptionstatic CrossbowItem.ChargeType
Returns the enum constant of this class with the specified name.static CrossbowItem.ChargeType[]
CrossbowItem.ChargeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.