Interface ClampedItemPropertyFunction
- All Superinterfaces:
ItemPropertyFunction
- All Known Implementing Classes:
CompassItemPropertyFunction
-
Method Summary
Modifier and TypeMethodDescriptiondefault float
call
(ItemStack pStack, ClientLevel pLevel, LivingEntity pEntity, int pSeed) Deprecated.float
unclampedCall
(ItemStack pStack, ClientLevel pLevel, LivingEntity pEntity, int pSeed)
-
Method Details
-
call
@Deprecated default float call(ItemStack pStack, @Nullable ClientLevel pLevel, @Nullable LivingEntity pEntity, int pSeed) Deprecated.- Specified by:
call
in interfaceItemPropertyFunction
-
unclampedCall
float unclampedCall(ItemStack pStack, @Nullable ClientLevel pLevel, @Nullable LivingEntity pEntity, int pSeed)
-