Package net.minecraft.client.item
Interface ClampedModelPredicateProvider
- All Superinterfaces:
ModelPredicateProvider
- All Known Implementing Classes:
CompassAnglePredicateProvider
- Mappings:
Namespace Name named net/minecraft/client/item/ClampedModelPredicateProvider
intermediary net/minecraft/class_6395
official gog
-
Method Summary
Modifier and TypeMethodDescriptiondefault float
call
(ItemStack stack, @Nullable ClientWorld world, @Nullable LivingEntity entity, int seed) Deprecated.float
unclampedCall
(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:
call
in interfaceModelPredicateProvider
- Mappings:
Namespace Name Mixin selector named call
Lnet/minecraft/client/item/ModelPredicateProvider;call(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/entity/LivingEntity;I)F
intermediary call
Lnet/minecraft/class_1800;call(Lnet/minecraft/class_1799;Lnet/minecraft/class_638;Lnet/minecraft/class_1309;I)F
official call
Lgoj;call(Lcur;Lfxx;Lbtr;I)F
-
unclampedCall
float unclampedCall(ItemStack stack, @Nullable @Nullable ClientWorld world, @Nullable @Nullable LivingEntity entity, int seed) - Mappings:
Namespace Name Mixin selector named unclampedCall
Lnet/minecraft/client/item/ClampedModelPredicateProvider;unclampedCall(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/entity/LivingEntity;I)F
intermediary unclampedCall
Lnet/minecraft/class_6395;unclampedCall(Lnet/minecraft/class_1799;Lnet/minecraft/class_638;Lnet/minecraft/class_1309;I)F
official unclampedCall
Lgog;unclampedCall(Lcur;Lfxx;Lbtr;I)F
-