Uses of Enum Class
net.minecraft.block.BlockRenderType
Packages that use BlockRenderType
-
Uses of BlockRenderType in net.minecraft.block
Methods in net.minecraft.block that return BlockRenderTypeModifier and TypeMethodDescriptionAbstractBlock.AbstractBlockState.getRenderType()
AbstractBlock.getRenderType
(BlockState state) Deprecated.AbstractFurnaceBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).AirBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).BarrelBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).BarrierBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).BeaconBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).BedBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).BeehiveBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).BellBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).BlockWithEntity.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).BrewingStandBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).BubbleColumnBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).CampfireBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).ChestBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).ChiseledBookshelfBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).CommandBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).ConduitBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).DaylightDetectorBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).DispenserBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).EnchantingTableBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).EnderChestBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).FlowerPotBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).FluidBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).GrindstoneBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).HopperBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).JukeboxBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).LecternBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).LightBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).SculkCatalystBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).SculkSensorBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).SculkShriekerBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).ShulkerBoxBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).SpawnerBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).StonecutterBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).StructureBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).StructureVoidBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).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.