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 p_48758_) protected RenderShape
BarrierBlock.getRenderShape
(BlockState p_49098_) protected RenderShape
BubbleColumnBlock.getRenderShape
(BlockState p_51003_) protected RenderShape
EndGatewayBlock.getRenderShape
(BlockState p_389542_) protected RenderShape
EndPortalBlock.getRenderShape
(BlockState p_389588_) protected RenderShape
LightBlock.getRenderShape
(BlockState p_153693_) protected RenderShape
LiquidBlock.getRenderShape
(BlockState p_54738_) protected RenderShape
StructureVoidBlock.getRenderShape
(BlockState p_57156_) 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 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 RenderShape
BlockBehaviour.getRenderShape
(BlockState p_60550_)