Interface BooleanProperty
- All Known Implementing Classes:
BrokenProperty
,BundleHasSelectedItemProperty
,CarriedProperty
,CustomModelDataFlagProperty
,DamagedProperty
,ExtendedViewProperty
,FishingRodCastProperty
,HasComponentProperty
,KeybindDownProperty
,SelectedProperty
,UsingItemProperty
,ViewEntityProperty
- Mappings:
Namespace Name named net/minecraft/client/render/item/property/bool/BooleanProperty
intermediary net/minecraft/class_10460
official hby
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<? extends BooleanProperty> getCodec()
boolean
getValue
(ItemStack stack, @Nullable ClientWorld world, @Nullable LivingEntity user, int seed, ModelTransformationMode modelTransformationMode)
-
Method Details
-
getValue
boolean getValue(ItemStack stack, @Nullable @Nullable ClientWorld world, @Nullable @Nullable LivingEntity user, int seed, ModelTransformationMode modelTransformationMode) - Mappings:
Namespace Name Mixin selector named getValue
Lnet/minecraft/client/render/item/property/bool/BooleanProperty;getValue(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/entity/LivingEntity;ILnet/minecraft/item/ModelTransformationMode;)Z
intermediary method_65638
Lnet/minecraft/class_10460;method_65638(Lnet/minecraft/class_1799;Lnet/minecraft/class_638;Lnet/minecraft/class_1309;ILnet/minecraft/class_811;)Z
official a
Lhby;a(Lcwq;Lgga;Lbvi;ILcwo;)Z
-
getCodec
com.mojang.serialization.MapCodec<? extends BooleanProperty> getCodec()- Mappings:
Namespace Name Mixin selector named getCodec
Lnet/minecraft/client/render/item/property/bool/BooleanProperty;getCodec()Lcom/mojang/serialization/MapCodec;
intermediary method_65637
Lnet/minecraft/class_10460;method_65637()Lcom/mojang/serialization/MapCodec;
official a
Lhby;a()Lcom/mojang/serialization/MapCodec;
-