-
Method Summary
default net.minecraft.world.level.block.entity.BlockEntity
getBlockEntityForPreviews(net.minecraft.world.level.block.entity.BlockEntity entity,
net.minecraft.world.level.Level level,
net.minecraft.core.BlockPos blockPos)
default net.minecraft.world.level.block.state.BlockState
Returns the default BlockState that will be used for previews
default boolean
shouldPreview(net.minecraft.world.level.Level level,
net.minecraft.world.entity.player.Player player,
net.minecraft.core.BlockPos pos,
PreviewMode previewMode)
default boolean
Methods inherited from interface net.minecraft.world.level.block.EntityBlock
getListener, getTicker, newBlockEntity
Methods inherited from interface net.nikdo53.tinymultiblocklib.block.IMultiBlock
allBlocksPresent, canPlace, canReplaceBlock, canSurviveHelper, destroy, entityUnobstructed, extraSurviveRequirements, getDirection, getDirectionProperty, getFullBlockShape, getFullBlockShapeNoCache, getIsolatedBlocks, getStateForEachBlock, getStateForPlacementHelper, getStateForPlacementHelper, makeFullBlockShape, onPlaceHelper, place, prepareForPlace, preventCreativeDrops, updateShapeHelper, voxelShapeHelper, voxelShapeHelper, voxelShapeHelper
-
Method Details
-
skipJsonRendering
Deprecated.
-
shouldPreview
@Deprecated
default boolean shouldPreview(net.minecraft.world.level.Level level,
net.minecraft.world.entity.player.Player player,
net.minecraft.core.BlockPos pos,
PreviewMode previewMode)
Deprecated.
-
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
-
getBlockEntityForPreviews
@Deprecated
default net.minecraft.world.level.block.entity.BlockEntity getBlockEntityForPreviews(net.minecraft.world.level.block.entity.BlockEntity entity,
net.minecraft.world.level.Level level,
net.minecraft.core.BlockPos blockPos)
Deprecated.