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
Subclasses with type arguments of type RenderShape in net.minecraft.world.level.blockMethods in net.minecraft.world.level.block that return RenderShapeModifier and TypeMethodDescriptionprotected RenderShapeAirBlock.getRenderShape(BlockState state) protected RenderShapeBarrierBlock.getRenderShape(BlockState state) protected RenderShapeBubbleColumnBlock.getRenderShape(BlockState state) protected RenderShapeEndGatewayBlock.getRenderShape(BlockState state) protected RenderShapeEndPortalBlock.getRenderShape(BlockState state) protected RenderShapeLightBlock.getRenderShape(BlockState state) protected RenderShapeLiquidBlock.getRenderShape(BlockState state) protected RenderShapeStructureVoidBlock.getRenderShape(BlockState state) 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 state) -
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.