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 voidBlockModelGenerators.createCrossBlock(Block crossBlock, BlockModelGenerators.TintState tintState) private voidBlockModelGenerators.createCrossBlock(Block crossBlock, BlockModelGenerators.TintState tintState, TextureMapping textureMapping) private voidBlockModelGenerators.createCrossBlock(Block crossBlock, BlockModelGenerators.TintState tintState, Property<Integer> property, int... propertyValues) private voidBlockModelGenerators.createCrossBlockWithDefaultItem(Block crossBlock, BlockModelGenerators.TintState tintState) private voidBlockModelGenerators.createCrossBlockWithDefaultItem(Block crossBlock, BlockModelGenerators.TintState tintState, TextureMapping textureMapping) private voidBlockModelGenerators.createDoublePlant(Block doublePlantBlock, BlockModelGenerators.TintState tintState) private voidBlockModelGenerators.createGrowingPlant(Block growingPlantBlock, Block plantBlock, BlockModelGenerators.TintState tintState) private voidBlockModelGenerators.createPlant(Block plantBlock, Block pottedPlantBlock, BlockModelGenerators.TintState tintState)