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 RenderShape
AirBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
BarrierBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
BubbleColumnBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
EndGatewayBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
EndPortalBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
LightBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
LiquidBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
StructureVoidBlock.getRenderShape
(BlockState pState) The type of render function called.static RenderShape
Returns 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 RenderShape
MovingPistonBlock.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 RenderShape
BlockBehaviour.getRenderShape
(BlockState pState) The type of render function called.