Uses of Enum Class
net.minecraft.data.models.BlockModelGenerators.TintState
Packages that use BlockModelGenerators.TintState
-
Uses of BlockModelGenerators.TintState in net.minecraft.data.models
Methods in net.minecraft.data.models that return BlockModelGenerators.TintStateModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BlockModelGenerators.TintState[]
BlockModelGenerators.TintState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.data.models with parameters of type BlockModelGenerators.TintStateModifier and TypeMethodDescriptionprivate void
BlockModelGenerators.createCrossBlock
(Block crossBlock, BlockModelGenerators.TintState tintState) private void
BlockModelGenerators.createCrossBlock
(Block crossBlock, BlockModelGenerators.TintState tintState, TextureMapping textureMapping) private void
BlockModelGenerators.createCrossBlock
(Block crossBlock, BlockModelGenerators.TintState tintState, Property<Integer> property, int... propertyValues) private void
BlockModelGenerators.createCrossBlockWithDefaultItem
(Block crossBlock, BlockModelGenerators.TintState tintState) private void
BlockModelGenerators.createCrossBlockWithDefaultItem
(Block crossBlock, BlockModelGenerators.TintState tintState, TextureMapping textureMapping) private void
BlockModelGenerators.createDoublePlant
(Block doublePlantBlock, BlockModelGenerators.TintState tintState) private void
BlockModelGenerators.createGrowingPlant
(Block growingPlantBlock, Block plantBlock, BlockModelGenerators.TintState tintState) private void
BlockModelGenerators.createPlant
(Block plantBlock, Block pottedPlantBlock, BlockModelGenerators.TintState tintState)