Skip to content

Commit

Permalink
Update JavaDocs, Game, World
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklin213 committed Sep 10, 2014
1 parent 40c0778 commit fd46b92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/spongepowered/api/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public interface Game {
*/
GameRegistry getRegistry();

/*
/**
* Gets the {@link Player}s currently online
*
* @return a {@link Collection} of online players
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/org/spongepowered/api/world/World.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
public interface World extends EntityUniverse, VoxelVolume {

/**
* Gets the unique id ({@link java.util.UUID} for this world.
* Gets the unique id ({@link java.util.UUID}) for this world.
*
* @return The unique id or UUID
*/
Expand All @@ -60,8 +60,8 @@ public interface World extends EntityUniverse, VoxelVolume {
* Loads and returns a {@link Chunk}. If the chunk does not
* exist, it will be generated unless `shouldGenerate` is false.
*
* @param cx X chunk coordinate
* @param cz Z chunk coordinate
* @param cx X chunk coordinate
* @param cz Z chunk coordinate
* @param shouldGenerate Generate if new
* @return Chunk loaded/generated
*/
Expand Down

0 comments on commit fd46b92

Please sign in to comment.