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 BlockRenderTypeAbstractBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeAirBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeBarrierBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeBubbleColumnBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeEndGatewayBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeEndPortalBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeFluidBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeLightBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypePistonExtensionBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeStructureVoidBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).static BlockRenderTypeReturns 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.