Package com.ardorcraft.world
Interface IServerConnection
- All Known Implementing Classes:
LocalServerConnection
public interface IServerConnection
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
void
getModifier
(ChunkModifier chunkModifier) void
requestChunk
(int x, int z) void
void
update
(int x, int z) void
updatePlayerPosition
(ReadOnlyVector3 location, ReadOnlyVector3 direction)
-
Method Details
-
getModifier
-
update
void update(int x, int z) -
requestChunk
void requestChunk(int x, int z) -
setBlock
-
updatePlayerPosition
-
connect
-
close
void close()
-