Uses of Interface
net.minecraft.client.color.item.ItemTintSource
Packages that use ItemTintSource
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of ItemTintSource in net.minecraft.client.color.item
Classes in net.minecraft.client.color.item that implement ItemTintSourceModifier and TypeClassDescriptionfinal record
final record
final record
final record
final record
final record
final record
final record
Fields in net.minecraft.client.color.item with type parameters of type ItemTintSourceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<ItemTintSource> ItemTintSources.CODEC
private static final ExtraCodecs.LateBoundIdMapper
<ResourceLocation, com.mojang.serialization.MapCodec<? extends ItemTintSource>> ItemTintSources.ID_MAPPER
Methods in net.minecraft.client.color.item that return types with arguments of type ItemTintSourceModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<? extends ItemTintSource> ItemTintSource.type()
-
Uses of ItemTintSource in net.minecraft.client.data.models
Fields in net.minecraft.client.data.models declared as ItemTintSourceMethods in net.minecraft.client.data.models with parameters of type ItemTintSourceModifier and TypeMethodDescriptionvoid
ItemModelGenerators.generateItemWithTintedOverlay
(Item p_388114_, String p_387438_, ItemTintSource p_387225_) void
ItemModelGenerators.generateItemWithTintedOverlay
(Item p_386979_, ItemTintSource p_388847_) void
BlockModelGenerators.registerSimpleTintedItemModel
(Block p_387395_, ResourceLocation p_386834_, ItemTintSource p_388066_) -
Uses of ItemTintSource in net.minecraft.client.data.models.model
Methods in net.minecraft.client.data.models.model that return ItemTintSourceModifier and TypeMethodDescriptionstatic ItemTintSource
ItemModelUtils.constantTint
(int p_388504_) Methods in net.minecraft.client.data.models.model with parameters of type ItemTintSourceModifier and TypeMethodDescriptionstatic ItemModel.Unbaked
ItemModelUtils.tintedModel
(ResourceLocation p_387366_, ItemTintSource... p_387952_) -
Uses of ItemTintSource in net.minecraft.client.renderer.item
Fields in net.minecraft.client.renderer.item with type parameters of type ItemTintSourceModifier and TypeFieldDescriptionprivate final List
<ItemTintSource> BlockModelWrapper.tints
private final List
<ItemTintSource> BlockModelWrapper.Unbaked.tints
The field for thetints
record component.Methods in net.minecraft.client.renderer.item that return types with arguments of type ItemTintSourceModifier and TypeMethodDescriptionBlockModelWrapper.Unbaked.tints()
Returns the value of thetints
record component.Constructor parameters in net.minecraft.client.renderer.item with type arguments of type ItemTintSourceModifierConstructorDescriptionBlockModelWrapper
(List<ItemTintSource> p_388185_, List<BakedQuad> p_405671_, ModelRenderProperties p_404871_) BlockModelWrapper
(List<ItemTintSource> p_388185_, List<BakedQuad> p_405671_, ModelRenderProperties p_404871_, RenderType renderType) Unbaked
(ResourceLocation model, List<ItemTintSource> tints) Creates an instance of aUnbaked
record class. -
Uses of ItemTintSource in net.neoforged.neoforge.client.color.item
Classes in net.neoforged.neoforge.client.color.item that implement ItemTintSourceModifier and TypeClassDescriptionfinal class
Returns the tint color of the fluid contained in the item stack.Methods in net.neoforged.neoforge.client.color.item that return types with arguments of type ItemTintSourceModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<? extends ItemTintSource> FluidContentsTint.type()
-
Uses of ItemTintSource in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type ItemTintSourceModifier and TypeFieldDescriptionprivate final ExtraCodecs.LateBoundIdMapper
<ResourceLocation, com.mojang.serialization.MapCodec<? extends ItemTintSource>> RegisterColorHandlersEvent.ItemTintSources.idMapper
Method parameters in net.neoforged.neoforge.client.event with type arguments of type ItemTintSourceModifier and TypeMethodDescriptionvoid
RegisterColorHandlersEvent.ItemTintSources.register
(ResourceLocation location, com.mojang.serialization.MapCodec<? extends ItemTintSource> source) Constructor parameters in net.neoforged.neoforge.client.event with type arguments of type ItemTintSourceModifierConstructorDescriptionItemTintSources
(ExtraCodecs.LateBoundIdMapper<ResourceLocation, com.mojang.serialization.MapCodec<? extends ItemTintSource>> idMapper)