-
Method Summary
gatherStates(net.minecraft.world.level.Level level,
net.minecraft.core.BlockPos center,
net.minecraft.world.level.block.state.BlockState state)
default void
moveMultiblock(net.minecraft.world.level.Level level,
net.minecraft.core.BlockPos pos,
net.minecraft.world.level.block.state.BlockState state,
net.minecraft.core.Direction direction)
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, place, prepareForPlace, preventCreativeDrops, updateShapeHelper, voxelShapeHelper, voxelShapeHelper, voxelShapeHelper
-
Method Details
-
moveMultiblock
default void moveMultiblock(net.minecraft.world.level.Level level,
net.minecraft.core.BlockPos pos,
net.minecraft.world.level.block.state.BlockState state,
net.minecraft.core.Direction direction)
-
gatherStates
default List<BlockLike> gatherStates(net.minecraft.world.level.Level level,
net.minecraft.core.BlockPos center,
net.minecraft.world.level.block.state.BlockState state)