Class SetMovingBlock

java.lang.Object
org.ships.movement.SetMovingBlock
All Implemented Interfaces:
MovingBlock

public class SetMovingBlock extends Object implements MovingBlock
  • Field Details

    • before

      protected org.core.world.position.impl.sync.SyncBlockPosition before
    • after

      protected org.core.world.position.impl.sync.SyncBlockPosition after
    • detail

      protected org.core.world.position.block.details.BlockDetails detail
  • Constructor Details

    • SetMovingBlock

      public SetMovingBlock(org.core.world.position.impl.sync.SyncBlockPosition before, org.core.world.position.impl.sync.SyncBlockPosition after)
    • SetMovingBlock

      public SetMovingBlock(org.core.world.position.impl.sync.SyncBlockPosition before, org.core.world.position.impl.sync.SyncBlockPosition after, org.core.world.position.block.details.BlockDetails details)
  • Method Details