Interface ClampedItemPropertyFunction
- All Superinterfaces:
ItemPropertyFunction
-
Method Summary
Modifier and TypeMethodDescriptiondefault float
call
(ItemStack p_174560_, ClientLevel p_174561_, LivingEntity p_174562_, int p_174563_) Deprecated.float
unclampedCall
(ItemStack p_174564_, ClientLevel p_174565_, LivingEntity p_174566_, int p_174567_)
-
Method Details
-
call
@Deprecated default float call(ItemStack p_174560_, @Nullable ClientLevel p_174561_, @Nullable LivingEntity p_174562_, int p_174563_) Deprecated.- Specified by:
call
in interfaceItemPropertyFunction
-
unclampedCall
float unclampedCall(ItemStack p_174564_, @Nullable ClientLevel p_174565_, @Nullable LivingEntity p_174566_, int p_174567_)
-