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/BooleanPropertyintermediary net/minecraft/class_10460official hby
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends BooleanProperty> getCodec()booleangetValue(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 getValueLnet/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;)Zintermediary method_65638Lnet/minecraft/class_10460;method_65638(Lnet/minecraft/class_1799;Lnet/minecraft/class_638;Lnet/minecraft/class_1309;ILnet/minecraft/class_811;)Zofficial aLhby;a(Lcwq;Lgga;Lbvi;ILcwo;)Z
-
getCodec
com.mojang.serialization.MapCodec<? extends BooleanProperty> getCodec()- Mappings:
Namespace Name Mixin selector named getCodecLnet/minecraft/client/render/item/property/bool/BooleanProperty;getCodec()Lcom/mojang/serialization/MapCodec;intermediary method_65637Lnet/minecraft/class_10460;method_65637()Lcom/mojang/serialization/MapCodec;official aLhby;a()Lcom/mojang/serialization/MapCodec;
-