Interface ClampedItemPropertyFunction
- All Superinterfaces:
 ItemPropertyFunction
- All Known Implementing Classes:
 CompassItemPropertyFunction
- 
Method Summary
Modifier and TypeMethodDescriptiondefault floatcall(ItemStack p_174560_, ClientLevel p_174561_, LivingEntity p_174562_, int p_174563_) Deprecated.floatunclampedCall(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:
 callin interfaceItemPropertyFunction
 - 
unclampedCall
float unclampedCall(ItemStack p_174564_, @Nullable ClientLevel p_174565_, @Nullable LivingEntity p_174566_, int p_174567_)  
 -