Package net.minecraft
Interface class_6395
- All Superinterfaces:
ModelPredicateProvider
- Mappings:
Namespace Name official ewn
intermediary net/minecraft/class_6395
named net/minecraft/class_6395
-
Method Summary
Modifier and TypeMethodDescriptiondefault float
call(ItemStack stack, @Nullable ClientWorld world, @Nullable LivingEntity entity, int seed)
Deprecated.float
unclampedCall(ItemStack itemStack, @Nullable ClientWorld clientWorld, @Nullable LivingEntity livingEntity, int int2)
-
Method Details
-
call
@Deprecated default float call(ItemStack stack, @Nullable @Nullable ClientWorld world, @Nullable @Nullable LivingEntity entity, int seed)Deprecated.- Specified by:
call
in interfaceModelPredicateProvider
- Mappings:
Namespace Name Mixin selector official call
Lewp;call(Lbpz;Leir;Latd;I)F
intermediary call
Lnet/minecraft/class_1800;call(Lnet/minecraft/class_1799;Lnet/minecraft/class_638;Lnet/minecraft/class_1309;I)F
named call
Lnet/minecraft/client/item/ModelPredicateProvider;call(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/entity/LivingEntity;I)F
-
unclampedCall
float unclampedCall(ItemStack itemStack, @Nullable @Nullable ClientWorld clientWorld, @Nullable @Nullable LivingEntity livingEntity, int int2)
-