refactor: renamed the getStatws method and simplified it.
Showing
- src/main/java/com/syncleus/aethermud/command/commands/WhoCommand.java 2 additions, 2 deletions...a/com/syncleus/aethermud/command/commands/WhoCommand.java
- src/main/java/com/syncleus/aethermud/command/commands/XpCommand.java 2 additions, 2 deletions...va/com/syncleus/aethermud/command/commands/XpCommand.java
- src/main/java/com/syncleus/aethermud/core/NewUserRegistrationManager.java 1 addition, 1 deletion...m/syncleus/aethermud/core/NewUserRegistrationManager.java
- src/main/java/com/syncleus/aethermud/npc/NpcBuilder.java 0 additions, 3 deletionssrc/main/java/com/syncleus/aethermud/npc/NpcBuilder.java
- src/main/java/com/syncleus/aethermud/player/Player.java 24 additions, 22 deletionssrc/main/java/com/syncleus/aethermud/player/Player.java
- src/main/java/com/syncleus/aethermud/player/PlayerManagement.java 6 additions, 6 deletions.../java/com/syncleus/aethermud/player/PlayerManagement.java
- src/main/java/com/syncleus/aethermud/player/PlayerManager.java 3 additions, 5 deletions...ain/java/com/syncleus/aethermud/player/PlayerManager.java
- src/main/java/com/syncleus/aethermud/storage/graphdb/model/EffectData.java 18 additions, 18 deletions.../syncleus/aethermud/storage/graphdb/model/EffectData.java
- src/main/java/com/syncleus/aethermud/storage/graphdb/model/ItemData.java 12 additions, 15 deletions...om/syncleus/aethermud/storage/graphdb/model/ItemData.java
- src/main/java/com/syncleus/aethermud/storage/graphdb/model/NpcData.java 11 additions, 11 deletions...com/syncleus/aethermud/storage/graphdb/model/NpcData.java
- src/main/java/com/syncleus/aethermud/storage/graphdb/model/PlayerData.java 12 additions, 37 deletions.../syncleus/aethermud/storage/graphdb/model/PlayerData.java
- src/main/java/com/syncleus/aethermud/storage/graphdb/model/StatData.java 3 additions, 3 deletions...om/syncleus/aethermud/storage/graphdb/model/StatData.java
- src/test/java/com/syncleus/aethermud/AetherMudUtilsTest.java 4 additions, 5 deletionssrc/test/java/com/syncleus/aethermud/AetherMudUtilsTest.java
- src/test/java/com/syncleus/aethermud/player/combatsimuation/NpcTestHarness.java 1 addition, 1 deletion...leus/aethermud/player/combatsimuation/NpcTestHarness.java
Loading
Please register or sign in to comment