Interface IServerConnection

All Known Implementing Classes:
LocalServerConnection

public interface IServerConnection
  • Method Details

    • getModifier

      void getModifier(ChunkModifier chunkModifier)
    • update

      void update(int x, int z)
    • requestChunk

      void requestChunk(int x, int z)
    • setBlock

      void setBlock(int x, int y, int z, int blockId, BlockSide orientation)
    • updatePlayerPosition

      void updatePlayerPosition(ReadOnlyVector3 location, ReadOnlyVector3 direction)
    • connect

      void connect(String address)
    • close

      void close()