Uses of Enum Class
net.minecraft.block.BlockRenderType
-
Uses of BlockRenderType in net.minecraft.block
Modifier and TypeMethodDescriptionAbstractBlock.AbstractBlockState.getRenderType()
AbstractBlock.getRenderType
(BlockState state) Deprecated.AbstractFurnaceBlock.getRenderType
(BlockState state) AirBlock.getRenderType
(BlockState state) BarrelBlock.getRenderType
(BlockState state) BarrierBlock.getRenderType
(BlockState state) BeaconBlock.getRenderType
(BlockState state) BedBlock.getRenderType
(BlockState state) BeehiveBlock.getRenderType
(BlockState state) BellBlock.getRenderType
(BlockState state) BlockWithEntity.getRenderType
(BlockState state) BrewingStandBlock.getRenderType
(BlockState state) BubbleColumnBlock.getRenderType
(BlockState state) CampfireBlock.getRenderType
(BlockState state) ChestBlock.getRenderType
(BlockState state) CommandBlock.getRenderType
(BlockState state) ConduitBlock.getRenderType
(BlockState state) DaylightDetectorBlock.getRenderType
(BlockState state) DispenserBlock.getRenderType
(BlockState state) EnchantingTableBlock.getRenderType
(BlockState state) EnderChestBlock.getRenderType
(BlockState state) FlowerPotBlock.getRenderType
(BlockState state) FluidBlock.getRenderType
(BlockState state) GrindstoneBlock.getRenderType
(BlockState state) HopperBlock.getRenderType
(BlockState state) JukeboxBlock.getRenderType
(BlockState state) LecternBlock.getRenderType
(BlockState state) LightBlock.getRenderType
(BlockState state) SculkCatalystBlock.getRenderType
(BlockState state) SculkSensorBlock.getRenderType
(BlockState state) SculkShriekerBlock.getRenderType
(BlockState state) ShulkerBoxBlock.getRenderType
(BlockState state) SpawnerBlock.getRenderType
(BlockState state) StonecutterBlock.getRenderType
(BlockState state) StructureBlock.getRenderType
(BlockState state) StructureVoidBlock.getRenderType
(BlockState state) static BlockRenderType
Returns the enum constant of this class with the specified name.static BlockRenderType[]
BlockRenderType.values()
Returns an array containing the constants of this enum class, in the order they are declared.
AbstractBlock.AbstractBlockState.getRenderType()
instead.