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 pCrossBlock, BlockModelGenerators.TintState pTintState) private void
BlockModelGenerators.createCrossBlock
(Block pCrossBlock, BlockModelGenerators.TintState pTintState, TextureMapping pTextureMapping) private void
BlockModelGenerators.createCrossBlock
(Block pCrossBlock, BlockModelGenerators.TintState pTintState, Property<Integer> pProperty, int... pPropertyValues) private void
BlockModelGenerators.createCrossBlockWithDefaultItem
(Block pCrossBlock, BlockModelGenerators.TintState pTintState) private void
BlockModelGenerators.createCrossBlockWithDefaultItem
(Block pCrossBlock, BlockModelGenerators.TintState pTintState, TextureMapping pTextureMapping) private void
BlockModelGenerators.createDoublePlant
(Block pDoublePlantBlock, BlockModelGenerators.TintState pTintState) private void
BlockModelGenerators.createGrowingPlant
(Block pGrowingPlantBlock, Block pPlantBlock, BlockModelGenerators.TintState pTintState) private void
BlockModelGenerators.createPlant
(Block pPlantBlock, Block pPottedPlantBlock, BlockModelGenerators.TintState pTintState)