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) The type of render function called.protected RenderShapeBarrierBlock.getRenderShape(BlockState pState) The type of render function called.protected RenderShapeBubbleColumnBlock.getRenderShape(BlockState pState) The type of render function called.protected RenderShapeEndGatewayBlock.getRenderShape(BlockState pState) The type of render function called.protected RenderShapeEndPortalBlock.getRenderShape(BlockState pState) The type of render function called.protected RenderShapeLightBlock.getRenderShape(BlockState pState) The type of render function called.protected RenderShapeLiquidBlock.getRenderShape(BlockState pState) The type of render function called.protected RenderShapeStructureVoidBlock.getRenderShape(BlockState pState) The type of render function called.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 pState) The type of render function called. -
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.