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.TYPEstatic final com.mojang.serialization.Codec<CrossbowItem.ChargeType> ChargeTypeProperty.VALUE_CODECMethods 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, ItemDisplayContext itemDisplayContext) Methods in net.minecraft.client.render.item.property.select that return types with arguments of type CrossbowItem.ChargeTypeModifier and TypeMethodDescriptionChargeTypeProperty.getType()com.mojang.serialization.Codec<CrossbowItem.ChargeType> ChargeTypeProperty.valueCodec() -
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.CODECMethods in net.minecraft.item that return CrossbowItem.ChargeTypeModifier and TypeMethodDescriptionstatic CrossbowItem.ChargeTypeReturns 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.