Package net.minecraft.client.item
Interface ClampedModelPredicateProvider
- All Superinterfaces:
 ModelPredicateProvider
- All Known Implementing Classes:
 CompassAnglePredicateProvider
- Mappings:
 Namespace Name named net/minecraft/client/item/ClampedModelPredicateProviderintermediary net/minecraft/class_6395official gpq
- 
Method Summary
Modifier and TypeMethodDescriptiondefault floatcall(ItemStack stack, @Nullable ClientWorld world, @Nullable LivingEntity entity, int seed) Deprecated.floatunclampedCall(ItemStack stack, @Nullable ClientWorld world, @Nullable LivingEntity entity, int seed)  
- 
Method Details
- 
call
@Deprecated default float call(ItemStack stack, @Nullable @Nullable ClientWorld world, @Nullable @Nullable LivingEntity entity, int seed) Deprecated.- Specified by:
 callin interfaceModelPredicateProvider- 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
 - 
unclampedCall
float unclampedCall(ItemStack stack, @Nullable @Nullable ClientWorld world, @Nullable @Nullable LivingEntity entity, int seed) - Mappings:
 Namespace Name Mixin selector named unclampedCallLnet/minecraft/client/item/ClampedModelPredicateProvider;unclampedCall(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/entity/LivingEntity;I)Fintermediary unclampedCallLnet/minecraft/class_6395;unclampedCall(Lnet/minecraft/class_1799;Lnet/minecraft/class_638;Lnet/minecraft/class_1309;I)Fofficial unclampedCallLgpq;unclampedCall(Lcuq;Lfzf;Lbtn;I)F
 
 -