Class NeedleAngleState
java.lang.Object
net.minecraft.client.render.item.property.numeric.NeedleAngleState
- Direct Known Subclasses:
CompassState
,TimeProperty
- Mappings:
Namespace Name named net/minecraft/client/render/item/property/numeric/NeedleAngleState
intermediary net/minecraft/class_10480
official hcs
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected NeedleAngleState.Angler
createAngler
(float speedMultiplier) static NeedleAngleState.Angler
static NeedleAngleState.Angler
createWobblyAngler
(float speedMultiplier) protected abstract float
getAngle
(ItemStack stack, ClientWorld world, int seed, Entity user) float
getValue
(ItemStack stack, @Nullable ClientWorld world, @Nullable LivingEntity user, int seed) protected boolean
-
Field Details
-
Constructor Details
-
Method Details
-
getValue
public float getValue(ItemStack stack, @Nullable @Nullable ClientWorld world, @Nullable @Nullable LivingEntity user, int seed) - Mappings:
Namespace Name Mixin selector named getValue
Lnet/minecraft/client/render/item/property/numeric/NeedleAngleState;getValue(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/entity/LivingEntity;I)F
intermediary method_65644
Lnet/minecraft/class_10480;method_65644(Lnet/minecraft/class_1799;Lnet/minecraft/class_638;Lnet/minecraft/class_1309;I)F
official a
Lhcs;a(Lcwq;Lgga;Lbvi;I)F
-
getAngle
- Mappings:
Namespace Name Mixin selector named getAngle
Lnet/minecraft/client/render/item/property/numeric/NeedleAngleState;getAngle(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/world/ClientWorld;ILnet/minecraft/entity/Entity;)F
intermediary method_65654
Lnet/minecraft/class_10480;method_65654(Lnet/minecraft/class_1799;Lnet/minecraft/class_638;ILnet/minecraft/class_1297;)F
official a
Lhcs;a(Lcwq;Lgga;ILbum;)F
-
hasWobble
protected boolean hasWobble()- Mappings:
Namespace Name Mixin selector named hasWobble
Lnet/minecraft/client/render/item/property/numeric/NeedleAngleState;hasWobble()Z
intermediary method_65661
Lnet/minecraft/class_10480;method_65661()Z
official b
Lhcs;b()Z
-
createAngler
- Mappings:
Namespace Name Mixin selector named createAngler
Lnet/minecraft/client/render/item/property/numeric/NeedleAngleState;createAngler(F)Lnet/minecraft/client/render/item/property/numeric/NeedleAngleState$Angler;
intermediary method_65660
Lnet/minecraft/class_10480;method_65660(F)Lnet/minecraft/class_10480$class_10481;
official a
Lhcs;a(F)Lhcs$a;
-
createWobblyAngler
- Mappings:
Namespace Name Mixin selector named createWobblyAngler
Lnet/minecraft/client/render/item/property/numeric/NeedleAngleState;createWobblyAngler(F)Lnet/minecraft/client/render/item/property/numeric/NeedleAngleState$Angler;
intermediary method_65662
Lnet/minecraft/class_10480;method_65662(F)Lnet/minecraft/class_10480$class_10481;
official b
Lhcs;b(F)Lhcs$a;
-
createInstantAngler
- Mappings:
Namespace Name Mixin selector named createInstantAngler
Lnet/minecraft/client/render/item/property/numeric/NeedleAngleState;createInstantAngler()Lnet/minecraft/client/render/item/property/numeric/NeedleAngleState$Angler;
intermediary method_65663
Lnet/minecraft/class_10480;method_65663()Lnet/minecraft/class_10480$class_10481;
official c
Lhcs;c()Lhcs$a;
-