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 BlockRenderTypeAbstractFurnaceBlock.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 BlockRenderTypeBarrelBlock.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 BlockRenderTypeBeaconBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeBedBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeBeehiveBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeBellBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeBlockWithEntity.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeBrewingStandBlock.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 BlockRenderTypeBubbleColumnBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeCampfireBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeChestBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeChiseledBookshelfBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeCommandBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeConduitBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeCrafterBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeDaylightDetectorBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeDispenserBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeEnchantingTableBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeEnderChestBlock.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 BlockRenderTypeGrindstoneBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeHopperBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeJukeboxBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeLecternBlock.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 BlockRenderTypeSculkCatalystBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeSculkSensorBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeSculkShriekerBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeShulkerBoxBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeSpawnerBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeStonecutterBlock.getRenderType(BlockState state) Returns the block's render type (invisible, animated, model).protected BlockRenderTypeStructureBlock.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).protected BlockRenderTypeTrialSpawnerBlock.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.