Interface PropertyTester
- All Known Subinterfaces:
BooleanProperty
- All Known Implementing Classes:
BrokenProperty,BundleHasSelectedItemProperty,CarriedProperty,ComponentBooleanProperty,CustomModelDataFlagProperty,DamagedProperty,ExtendedViewProperty,FishingRodCastProperty,HasComponentProperty,KeybindDownProperty,SelectedProperty,UsingItemProperty,ViewEntityProperty
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Mappings:
Namespace Name named net/minecraft/client/render/item/property/PropertyTesterintermediary net/minecraft/class_10724official hgl
-
Method Summary
Modifier and TypeMethodDescriptionbooleantest(ItemStack stack, @Nullable ClientWorld world, @Nullable LivingEntity entity, int seed, ModelTransformationMode transformationMode)
-
Method Details
-
test
boolean test(ItemStack stack, @Nullable @Nullable ClientWorld world, @Nullable @Nullable LivingEntity entity, int seed, ModelTransformationMode transformationMode) - Mappings:
Namespace Name Mixin selector named testLnet/minecraft/client/render/item/property/PropertyTester;test(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/entity/LivingEntity;ILnet/minecraft/item/ModelTransformationMode;)Zintermediary method_65638Lnet/minecraft/class_10724;method_65638(Lnet/minecraft/class_1799;Lnet/minecraft/class_638;Lnet/minecraft/class_1309;ILnet/minecraft/class_811;)Zofficial getLhgl;get(Lczd;Lgjz;Lbxe;ILczb;)Z
-