Uses of Enum Class
net.minecraft.client.data.BlockStateModelGenerator.CrossType
Packages that use BlockStateModelGenerator.CrossType
-
Uses of BlockStateModelGenerator.CrossType in net.minecraft.client.data
Methods in net.minecraft.client.data that return BlockStateModelGenerator.CrossTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BlockStateModelGenerator.CrossType[]BlockStateModelGenerator.CrossType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.data with parameters of type BlockStateModelGenerator.CrossTypeModifier and TypeMethodDescriptionprivate voidBlockStateModelGenerator.registerDoubleBlock(Block doubleBlock, BlockStateModelGenerator.CrossType tintType) private voidBlockStateModelGenerator.registerDoubleBlockAndItem(Block block, BlockStateModelGenerator.CrossType crossType) private voidBlockStateModelGenerator.registerFlowerPotPlant(Block plantBlock, Block flowerPotBlock, BlockStateModelGenerator.CrossType tintType) private voidBlockStateModelGenerator.registerFlowerPotPlantAndItem(Block block, Block flowerPotBlock, BlockStateModelGenerator.CrossType crossType) private voidBlockStateModelGenerator.registerPlantPart(Block plant, Block plantStem, BlockStateModelGenerator.CrossType tintType) private voidBlockStateModelGenerator.registerTintableCross(Block block, BlockStateModelGenerator.CrossType crossType) private voidBlockStateModelGenerator.registerTintableCross(Block block, BlockStateModelGenerator.CrossType tintType, TextureMap texture) private voidBlockStateModelGenerator.registerTintableCrossBlockState(Block block, BlockStateModelGenerator.CrossType tintType) private voidBlockStateModelGenerator.registerTintableCrossBlockState(Block block, BlockStateModelGenerator.CrossType tintType, TextureMap crossTexture) private voidBlockStateModelGenerator.registerTintableCrossBlockStateWithStages(Block block, BlockStateModelGenerator.CrossType tintType, Property<Integer> stageProperty, int[] stages)