Class CrossbowPullProperty
java.lang.Object
net.minecraft.client.render.item.property.numeric.CrossbowPullProperty
- All Implemented Interfaces:
NumericProperty
- Mappings:
Namespace Name named net/minecraft/client/render/item/property/numeric/CrossbowPullProperty
intermediary net/minecraft/class_10477
official hcp
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<CrossbowPullProperty> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<CrossbowPullProperty> getCodec()
float
getValue
(ItemStack stack, @Nullable ClientWorld world, @Nullable LivingEntity holder, int seed)
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/client/render/item/property/numeric/CrossbowPullProperty;CODEC:Lcom/mojang/serialization/MapCodec;
intermediary field_55398
Lnet/minecraft/class_10477;field_55398:Lcom/mojang/serialization/MapCodec;
official a
Lhcp;a:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
Method Details
-
getValue
public float getValue(ItemStack stack, @Nullable @Nullable ClientWorld world, @Nullable @Nullable LivingEntity holder, int seed) - Specified by:
getValue
in interfaceNumericProperty
- Mappings:
Namespace Name Mixin selector named getValue
Lnet/minecraft/client/render/item/property/numeric/NumericProperty;getValue(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/entity/LivingEntity;I)F
intermediary method_65644
Lnet/minecraft/class_1800;method_65644(Lnet/minecraft/class_1799;Lnet/minecraft/class_638;Lnet/minecraft/class_1309;I)F
official a
Lhcu;a(Lcwq;Lgga;Lbvi;I)F
-
getCodec
- Specified by:
getCodec
in interfaceNumericProperty
- Mappings:
Namespace Name Mixin selector named getCodec
Lnet/minecraft/client/render/item/property/numeric/NumericProperty;getCodec()Lcom/mojang/serialization/MapCodec;
intermediary method_65643
Lnet/minecraft/class_1800;method_65643()Lcom/mojang/serialization/MapCodec;
official a
Lhcu;a()Lcom/mojang/serialization/MapCodec;
-