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
AbstractFurnaceBlock.getRenderShape
(BlockState pState) protected RenderShape
AirBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
BarrelBlock.getRenderShape
(BlockState pState) protected RenderShape
BarrierBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
BaseEntityBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
BeaconBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
BedBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
BeehiveBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
BellBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
BrewingStandBlock.getRenderShape
(BlockState pState) The type of render function called.BrushableBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
BubbleColumnBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
CampfireBlock.getRenderShape
(BlockState pState) Deprecated.protected RenderShape
ChestBlock.getRenderShape
(BlockState pState) Deprecated.call viainvalid reference
IBlockState#getRenderType()
protected RenderShape
ChiseledBookShelfBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
CommandBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
ConduitBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
CrafterBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
DaylightDetectorBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
DispenserBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
EnchantingTableBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
EnderChestBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
GrindstoneBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
HopperBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
JukeboxBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
LecternBlock.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
SculkCatalystBlock.getRenderShape
(BlockState p_222120_) protected RenderShape
SculkSensorBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
SculkShriekerBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
ShulkerBoxBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
SpawnerBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
StonecutterBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
StructureBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
StructureVoidBlock.getRenderShape
(BlockState pState) The type of render function called.protected RenderShape
TrialSpawnerBlock.getRenderShape
(BlockState p_312710_) VaultBlock.getRenderShape
(BlockState p_324584_) 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.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. -
Uses of RenderShape in net.neoforged.neoforge.oldtest.client.model
Methods in net.neoforged.neoforge.oldtest.client.model that return RenderShapeModifier and TypeMethodDescriptionCustomItemDisplayContextTest.ItemHangerBlock.getRenderShape
(BlockState state) Deprecated.
invalid reference