Uses of Enum Class
net.minecraft.world.level.block.RenderShape
Packages that use RenderShape
-
Uses of RenderShape in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block that return RenderShapeModifier and TypeMethodDescriptionprotected RenderShapeAbstractFurnaceBlock.getRenderShape(BlockState state) protected RenderShapeAirBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeBarrelBlock.getRenderShape(BlockState state) protected RenderShapeBarrierBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeBaseEntityBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeBeaconBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeBedBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeBeehiveBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeBellBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeBrewingStandBlock.getRenderShape(BlockState state) The type of render function called.BrushableBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeBubbleColumnBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeCampfireBlock.getRenderShape(BlockState state) Deprecated.protected RenderShapeChestBlock.getRenderShape(BlockState state) Deprecated.call viawhenever possible.invalid reference
IBlockState#getRenderType()protected RenderShapeChiseledBookShelfBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeCommandBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeConduitBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeCrafterBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeDaylightDetectorBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeDispenserBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeEnchantingTableBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeEnderChestBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeGrindstoneBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeHopperBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeJukeboxBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeLecternBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeLightBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeLiquidBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeSculkCatalystBlock.getRenderShape(BlockState p_222120_) protected RenderShapeSculkSensorBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeSculkShriekerBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeShulkerBoxBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeSpawnerBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeStonecutterBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeStructureBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeStructureVoidBlock.getRenderShape(BlockState state) The type of render function called.protected RenderShapeTrialSpawnerBlock.getRenderShape(BlockState p_312710_) VaultBlock.getRenderShape(BlockState p_324584_) static RenderShapeReturns the enum constant of this class with the specified name.static RenderShape[]RenderShape.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RenderShape in net.minecraft.world.level.block.state
Methods in net.minecraft.world.level.block.state that return RenderShapeModifier and TypeMethodDescriptionBlockBehaviour.BlockStateBase.getRenderShape()protected RenderShapeBlockBehaviour.getRenderShape(BlockState state) The type of render function called.
invalid reference