Archived
0

добавлено имя мира (World.getName())

This commit is contained in:
2018-09-06 13:21:29 +03:00
parent 56bcd7a730
commit e23e530d1e
2 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ import mc.core.EntityLocation;
import mc.core.world.chunk.Chunk;
public interface World {
String getName();
WorldType getWorldType();
EntityLocation getSpawn();