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()
protected BlockRenderType
AbstractBlock.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
BarrierBlock.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
EndGatewayBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderType
EndPortalBlock.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
LightBlock.getRenderType
(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderType
PistonExtensionBlock.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).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.