Class CompassProperty
java.lang.Object
net.minecraft.client.render.item.property.numeric.CompassProperty
- All Implemented Interfaces:
 NumericProperty
- Mappings:
 Namespace Name named net/minecraft/client/render/item/property/numeric/CompassPropertyintermediary net/minecraft/class_10472official hph
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<CompassProperty> private final CompassState - 
Constructor Summary
ConstructorsModifierConstructorDescriptionCompassProperty(boolean wobble, CompassState.Target target) privateCompassProperty(CompassState state)  - 
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<CompassProperty> getCodec()floatgetValue(ItemStack stack, @Nullable ClientWorld world, @Nullable LivingEntity holder, int seed)  
- 
Field Details
- 
CODEC
- Mappings:
 Namespace Name Mixin selector named CODECLnet/minecraft/client/render/item/property/numeric/CompassProperty;CODEC:Lcom/mojang/serialization/MapCodec;intermediary field_55383Lnet/minecraft/class_10472;field_55383:Lcom/mojang/serialization/MapCodec;official aLhph;a:Lcom/mojang/serialization/MapCodec;
 - 
state
- Mappings:
 Namespace Name Mixin selector named stateLnet/minecraft/client/render/item/property/numeric/CompassProperty;state:Lnet/minecraft/client/render/item/property/numeric/CompassState;intermediary field_55384Lnet/minecraft/class_10472;field_55384:Lnet/minecraft/class_10473;official bLhph;b:Lhpi;
 
 - 
 - 
Constructor Details
- 
CompassProperty
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/item/property/numeric/CompassProperty;<init>(ZLnet/minecraft/client/render/item/property/numeric/CompassState$Target;)Vintermediary <init>Lnet/minecraft/class_10472;<init>(ZLnet/minecraft/class_10473$class_10474;)Vofficial <init>Lhph;<init>(ZLhpi$a;)V
 - 
CompassProperty
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/item/property/numeric/CompassProperty;<init>(Lnet/minecraft/client/render/item/property/numeric/CompassState;)Vintermediary <init>Lnet/minecraft/class_10472;<init>(Lnet/minecraft/class_10473;)Vofficial <init>Lhph;<init>(Lhpi;)V
 
 - 
 - 
Method Details
- 
getValue
public float getValue(ItemStack stack, @Nullable @Nullable ClientWorld world, @Nullable @Nullable LivingEntity holder, int seed) - Specified by:
 getValuein interfaceNumericProperty- Mappings:
 Namespace Name Mixin selector named getValueLnet/minecraft/client/render/item/property/numeric/NumericProperty;getValue(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/entity/LivingEntity;I)Fintermediary method_65644Lnet/minecraft/class_1800;method_65644(Lnet/minecraft/class_1799;Lnet/minecraft/class_638;Lnet/minecraft/class_1309;I)Fofficial aLhpq;a(Ldcv;Lgrk;Lcam;I)F
 - 
getCodec
- Specified by:
 getCodecin interfaceNumericProperty- Mappings:
 Namespace Name Mixin selector named getCodecLnet/minecraft/client/render/item/property/numeric/NumericProperty;getCodec()Lcom/mojang/serialization/MapCodec;intermediary method_65643Lnet/minecraft/class_1800;method_65643()Lcom/mojang/serialization/MapCodec;official aLhpq;a()Lcom/mojang/serialization/MapCodec;
 
 -