Uses of Enum Class
net.minecraft.data.client.BlockStateModelGenerator.TintType
-
Uses of BlockStateModelGenerator.TintType in net.minecraft.data.client
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BlockStateModelGenerator.TintType[]
BlockStateModelGenerator.TintType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate void
BlockStateModelGenerator.registerDoubleBlock
(Block doubleBlock, BlockStateModelGenerator.TintType tintType) private void
BlockStateModelGenerator.registerFlowerPotPlant
(Block plantBlock, Block flowerPotBlock, BlockStateModelGenerator.TintType tintType) private void
BlockStateModelGenerator.registerPlantPart
(Block plant, Block plantStem, BlockStateModelGenerator.TintType tintType) private void
BlockStateModelGenerator.registerTintableCross
(Block block, BlockStateModelGenerator.TintType tintType) private void
BlockStateModelGenerator.registerTintableCross
(Block block, BlockStateModelGenerator.TintType tintType, TextureMap texture) private void
BlockStateModelGenerator.registerTintableCrossBlockState
(Block block, BlockStateModelGenerator.TintType tintType) private void
BlockStateModelGenerator.registerTintableCrossBlockState
(Block block, BlockStateModelGenerator.TintType tintType, TextureMap crossTexture)