Uses of Enum
net.minecraft.data.client.model.BlockStateModelGenerator.TintType
Packages that use BlockStateModelGenerator.TintType
-
Uses of BlockStateModelGenerator.TintType in net.minecraft.data.client.model
Methods in net.minecraft.data.client.model that return BlockStateModelGenerator.TintTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static BlockStateModelGenerator.TintType[]BlockStateModelGenerator.TintType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.data.client.model 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, Texture texture)private voidBlockStateModelGenerator.registerTintableCrossBlockState(Block block, BlockStateModelGenerator.TintType tintType)private voidBlockStateModelGenerator.registerTintableCrossBlockState(Block block, BlockStateModelGenerator.TintType tintType, Texture crossTexture)