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) protected RenderShape
BarrierBlock.getRenderShape
(BlockState pState) protected RenderShape
BubbleColumnBlock.getRenderShape
(BlockState pState) 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 pState) protected RenderShape
StructureVoidBlock.getRenderShape
(BlockState pState) 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 pState) The type of render function called.