接口 ItemTintSource
- 所有已知实现类:
Constant
,CustomModelDataSource
,Dye
,Firework
,GrassColorSource
,MapColor
,Potion
,TeamColor
public interface ItemTintSource
-
方法概要
修饰符和类型方法说明int
calculate
(ItemStack p_376017_, ClientLevel p_378129_, LivingEntity p_376885_) com.mojang.serialization.MapCodec
<? extends ItemTintSource> type()
-
方法详细资料
-
calculate
int calculate(ItemStack p_376017_, @Nullable ClientLevel p_378129_, @Nullable LivingEntity p_376885_) -
type
com.mojang.serialization.MapCodec<? extends ItemTintSource> type()
-