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