Uses of Interface
net.minecraft.client.render.item.tint.TintSource
Packages that use TintSource
Package
Description
-
Uses of TintSource in net.minecraft.client.data
Fields in net.minecraft.client.data declared as TintSourceMethods in net.minecraft.client.data that return TintSourceMethods in net.minecraft.client.data with parameters of type TintSourceModifier and TypeMethodDescriptionprivate void
BlockStateModelGenerator.registerTintedItemModel
(Block block, Identifier modelId, TintSource tint) private void
ItemModelGenerator.registerWithTintedLayer
(Item item, String layer1Suffix, TintSource tint) private void
ItemModelGenerator.registerWithTintedOverlay
(Item item, TintSource tint) static ItemModel.Unbaked
ItemModels.tinted
(Identifier model, TintSource[] tints) -
Uses of TintSource in net.minecraft.client.render.item.model
Fields in net.minecraft.client.render.item.model with type parameters of type TintSourceModifier and TypeFieldDescriptionprivate final List
<TintSource> BasicItemModel.tints
private final List
<TintSource> BasicItemModel.Unbaked.tints
The field for thetints
record component.Methods in net.minecraft.client.render.item.model that return types with arguments of type TintSourceModifier and TypeMethodDescriptionBasicItemModel.Unbaked.tints()
Returns the value of thetints
record component.Constructor parameters in net.minecraft.client.render.item.model with type arguments of type TintSourceModifierConstructorDescription(package private)
BasicItemModel
(BakedModel model, List<TintSource> tints) Unbaked
(Identifier identifier, List<TintSource> list) -
Uses of TintSource in net.minecraft.client.render.item.tint
Classes in net.minecraft.client.render.item.tint that implement TintSourceModifier and TypeClassDescriptionfinal record
final record
final record
final record
final record
final record
final record
final record
Fields in net.minecraft.client.render.item.tint with type parameters of type TintSourceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<TintSource> TintSourceTypes.CODEC
private static final Codecs.IdMapper
<Identifier, com.mojang.serialization.MapCodec<? extends TintSource>> TintSourceTypes.ID_MAPPER
Methods in net.minecraft.client.render.item.tint that return types with arguments of type TintSourceModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<? extends TintSource> TintSource.getCodec()