JavaScript is disabled on your browser.
Method Summary
All Methods Instance Methods Default Methods
default net.minecraft.world.level.block.state.BlockState
Returns the default BlockState that will be used for previews
default boolean
May save performance and fix translucency glitches if your preview only uses a block entity renderer.
Methods inherited from interface net.nikdo53.tinymultiblocklib.block.IMultiBlock
allBlocksPresent , canPlace , canSurviveHelper , destroy , entityUnobstructed , extraSurviveRequirements , fixInStructures , fixTick , getDirection , getDirectionProperty , getFullBlockShape , getFullBlockShapeNoCache , getMaxAge , getStateForPlacementHelper , getStateForPlacementHelper , getStateFromOffset , growHelper , isBroken , makeFullBlockShape , onPlaceHelper , place , prepareForPlace , preventCreativeDrops , updateShapeHelper , voxelShapeHelper , voxelShapeHelper , voxelShapeHelper
Method Details
skipJsonRendering
default boolean skipJsonRendering ()
May save performance and fix translucency glitches if your preview only uses a block entity renderer.
Usually it's easier to override BlockBehaviour.getRenderShape(BlockState) instead
getDefaultStateForPreviews
default net.minecraft.world.level.block.state.BlockState getDefaultStateForPreviews (net.minecraft.core.Direction direction)
Returns the default BlockState that will be used for previews