Interface IMovableMultiblock

All Superinterfaces:
IExpandingMultiblock, IMBStateSyncer, IMultiBlock
All Known Implementing Classes:
AbstractMultiBlock, TestBlock

public interface IMovableMultiblock extends IExpandingMultiblock
  • 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)