| Class | Description |
|---|---|
| ChunkCoordinate |
A simple class that contains an x and z coordinate of a chunk.
|
| ChunkMock | |
| Coordinate |
A simple class that contains an x, y and z coordinate as integers.
|
| MockBanList | |
| MockBanList.MockBanEntry | |
| MockBukkit | |
| MockPlayerList |
Replica of the Bukkit internal PlayerList and CraftPlayerList implementation
|
| MockPlugin | |
| MockUnsafeValues | |
| ServerMock | |
| WorldMock |
A mock world object.
|
| Exception | Description |
|---|---|
| ThreadAccessException | |
| UnimplementedOperationException |
Sometimes your code may use a method that is not yet implemented in MockBukkit.
|