Interface TintSource
- All Known Implementing Classes:
ConstantTintSource
,CustomModelDataTintSource
,DyeTintSource
,FireworkTintSource
,GrassTintSource
,MapColorTintSource
,PotionTintSource
,TeamTintSource
- Mappings:
Namespace Name named net/minecraft/client/render/item/tint/TintSource
intermediary net/minecraft/class_10401
official fmu
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<? extends TintSource> getCodec()
int
getTint
(ItemStack stack, @Nullable ClientWorld world, @Nullable LivingEntity user)
-
Method Details
-
getTint
int getTint(ItemStack stack, @Nullable @Nullable ClientWorld world, @Nullable @Nullable LivingEntity user) - Mappings:
Namespace Name Mixin selector named getTint
Lnet/minecraft/client/render/item/tint/TintSource;getTint(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/entity/LivingEntity;)I
intermediary method_65389
Lnet/minecraft/class_10401;method_65389(Lnet/minecraft/class_1799;Lnet/minecraft/class_638;Lnet/minecraft/class_1309;)I
official a
Lfmu;a(Lcwq;Lgga;Lbvi;)I
-
getCodec
com.mojang.serialization.MapCodec<? extends TintSource> getCodec()- Mappings:
Namespace Name Mixin selector named getCodec
Lnet/minecraft/client/render/item/tint/TintSource;getCodec()Lcom/mojang/serialization/MapCodec;
intermediary method_65387
Lnet/minecraft/class_10401;method_65387()Lcom/mojang/serialization/MapCodec;
official a
Lfmu;a()Lcom/mojang/serialization/MapCodec;
-