Uses of Enum Class
net.minecraft.data.client.BlockStateModelGenerator.TintType
Packages that use BlockStateModelGenerator.TintType
-
Uses of BlockStateModelGenerator.TintType in net.minecraft.data.client
Methods in net.minecraft.data.client that return BlockStateModelGenerator.TintTypeModifier 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.Methods in net.minecraft.data.client with parameters of type BlockStateModelGenerator.TintTypeModifier and TypeMethodDescriptionprivate voidBlockStateModelGenerator.registerDoubleBlock(Block doubleBlock, BlockStateModelGenerator.TintType tintType) private voidBlockStateModelGenerator.registerFlowerPotPlant(Block plantBlock, Block flowerPotBlock, BlockStateModelGenerator.TintType tintType) private voidBlockStateModelGenerator.registerPlantPart(Block plant, Block plantStem, BlockStateModelGenerator.TintType tintType) private voidBlockStateModelGenerator.registerTintableCross(Block block, BlockStateModelGenerator.TintType tintType) private voidBlockStateModelGenerator.registerTintableCross(Block block, BlockStateModelGenerator.TintType tintType, TextureMap texture) private voidBlockStateModelGenerator.registerTintableCrossBlockState(Block block, BlockStateModelGenerator.TintType tintType) private voidBlockStateModelGenerator.registerTintableCrossBlockState(Block block, BlockStateModelGenerator.TintType tintType, TextureMap crossTexture) private voidBlockStateModelGenerator.registerTintableCrossBlockStateWithStages(Block block, BlockStateModelGenerator.TintType tintType, Property<Integer> stageProperty, int[] stages)