Uses of Interface
net.minecraft.client.color.block.BlockTintSource
Packages that use BlockTintSource
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of BlockTintSource in net.minecraft.client.color.block
Fields in net.minecraft.client.color.block declared as BlockTintSourceFields in net.minecraft.client.color.block with type parameters of type BlockTintSourceModifier and TypeFieldDescriptionprivate final Map<Block, List<BlockTintSource>> BlockColors.sourcesMethods in net.minecraft.client.color.block that return BlockTintSourceModifier and TypeMethodDescriptionstatic BlockTintSourceBlockTintSources.constant(int color) static BlockTintSourceBlockTintSources.constant(int colorInHand, int colorInWorld) static BlockTintSourceBlockTintSources.doubleTallGrass()static BlockTintSourceBlockTintSources.dryFoliage()static BlockTintSourceBlockTintSources.foliage()BlockColors.getTintSource(BlockState state, int layer) static BlockTintSourceBlockTintSources.grass()static BlockTintSourceBlockTintSources.grassBlock()static BlockTintSourceBlockTintSources.redstone()static BlockTintSourceBlockTintSources.stem()static BlockTintSourceBlockTintSources.sugarCane()static BlockTintSourceBlockTintSources.water()static BlockTintSourceBlockTintSources.waterParticles()Methods in net.minecraft.client.color.block that return types with arguments of type BlockTintSourceMethod parameters in net.minecraft.client.color.block with type arguments of type BlockTintSourceModifier and TypeMethodDescriptionvoidBlockColors.register(List<BlockTintSource> layers, Block... blocks) Deprecated. -
Uses of BlockTintSource in net.minecraft.client.renderer.block
Fields in net.minecraft.client.renderer.block with type parameters of type BlockTintSourceModifier and TypeFieldDescriptionprivate final List<@Nullable BlockTintSource> ModelBlockRenderer.tintSourcesMethods in net.minecraft.client.renderer.block that return BlockTintSourceModifier and TypeMethodDescriptionFluidModel.tintSource()Deprecated.Neo: useFluidModel.fluidTintSource()insteadFluidModel.Unbaked.tintSource()Deprecated.Neo: useFluidModel.Unbaked.fluidTintSource()insteadConstructors in net.minecraft.client.renderer.block with parameters of type BlockTintSourceModifierConstructorDescriptionFluidModel(ChunkSectionLayer layer, Material.Baked stillMaterial, Material.Baked flowingMaterial, @Nullable Material.Baked overlayMaterial, @Nullable BlockTintSource tintSource) Unbaked(Material stillMaterial, Material flowingMaterial, @Nullable Material overlayMaterial, @Nullable BlockTintSource tintSource) Deprecated. -
Uses of BlockTintSource in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model with type parameters of type BlockTintSourceModifier and TypeFieldDescriptionprivate final List<BlockTintSource> BlockStateModelWrapper.tintsprivate final List<BlockTintSource> BlockStateModelWrapper.Unbaked.tintsThe field for thetintsrecord component.Methods in net.minecraft.client.renderer.block.model that return types with arguments of type BlockTintSourceModifier and TypeMethodDescriptionBlockStateModelWrapper.Unbaked.tints()Returns the value of thetintsrecord component.Constructor parameters in net.minecraft.client.renderer.block.model with type arguments of type BlockTintSourceModifierConstructorDescriptionBlockStateModelWrapper(BlockStateModel model, List<BlockTintSource> tints, Matrix4fc transformation) Unbaked(BlockState model, List<BlockTintSource> tints, Optional<Transformation> transformation) Creates an instance of aUnbakedrecord class. -
Uses of BlockTintSource in net.neoforged.neoforge.client.event
Method parameters in net.neoforged.neoforge.client.event with type arguments of type BlockTintSourceModifier and TypeMethodDescriptionvoidRegisterColorHandlersEvent.BlockTintSources.register(List<BlockTintSource> tintSources, Block... blocks) Registers a list ofBlockTintSources for a set of blocks. -
Uses of BlockTintSource in net.neoforged.neoforge.client.fluid
Subinterfaces of BlockTintSource in net.neoforged.neoforge.client.fluidMethods in net.neoforged.neoforge.client.fluid with parameters of type BlockTintSourceModifier and TypeMethodDescriptionstatic @Nullable FluidTintSourceFluidTintSources.of(@Nullable BlockTintSource tintSource)
RegisterColorHandlersEvent.BlockTintSources