Uses of Enum Class
net.minecraft.world.level.block.RenderShape
Packages that use RenderShape
Package
Description
-
Uses of RenderShape in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block that return RenderShapeModifier and TypeMethodDescriptionprotected RenderShapeAirBlock.getRenderShape(BlockState pState) protected RenderShapeBarrierBlock.getRenderShape(BlockState pState) protected RenderShapeBubbleColumnBlock.getRenderShape(BlockState pState) protected RenderShapeEndGatewayBlock.getRenderShape(BlockState p_389542_) protected RenderShapeEndPortalBlock.getRenderShape(BlockState p_389588_) protected RenderShapeLightBlock.getRenderShape(BlockState p_153693_) protected RenderShapeLiquidBlock.getRenderShape(BlockState pState) protected RenderShapeStructureVoidBlock.getRenderShape(BlockState pState) 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.piston
Methods in net.minecraft.world.level.block.piston that return RenderShapeModifier and TypeMethodDescriptionprotected RenderShapeMovingPistonBlock.getRenderShape(BlockState p_389569_) -
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 pState) The type of render function called.