接口 ClampedItemPropertyFunction
- 所有超级接口:
ItemPropertyFunction
- 所有已知实现类:
CompassItemPropertyFunction
-
方法概要
修饰符和类型方法说明default float
call
(ItemStack pStack, ClientLevel pLevel, LivingEntity pEntity, int pSeed) 已过时。float
unclampedCall
(ItemStack pStack, ClientLevel pLevel, LivingEntity pEntity, int pSeed)
-
方法详细资料
-
call
@Deprecated default float call(ItemStack pStack, @Nullable ClientLevel pLevel, @Nullable LivingEntity pEntity, int pSeed) 已过时。- 指定者:
call
在接口中ItemPropertyFunction
-
unclampedCall
float unclampedCall(ItemStack pStack, @Nullable ClientLevel pLevel, @Nullable LivingEntity pEntity, int pSeed)
-