Package net.minecraft.client.item
Interface ModelPredicateProvider
- All Known Subinterfaces:
 ClampedModelPredicateProvider
- All Known Implementing Classes:
 CompassAnglePredicateProvider
Deprecated.
- Mappings:
 Namespace Name named net/minecraft/client/item/ModelPredicateProviderintermediary net/minecraft/class_1800official gpt
- 
Method Summary
Modifier and TypeMethodDescriptionfloatcall(ItemStack stack, @Nullable ClientWorld world, @Nullable LivingEntity entity, int seed) Deprecated. 
- 
Method Details
- 
call
float call(ItemStack stack, @Nullable @Nullable ClientWorld world, @Nullable @Nullable LivingEntity entity, int seed) Deprecated.- Mappings:
 Namespace Name Mixin selector named callLnet/minecraft/client/item/ModelPredicateProvider;call(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/entity/LivingEntity;I)Fintermediary callLnet/minecraft/class_1800;call(Lnet/minecraft/class_1799;Lnet/minecraft/class_638;Lnet/minecraft/class_1309;I)Fofficial callLgpt;call(Lcuq;Lfzf;Lbtn;I)F
 
 -