Class GameAccount.Profile

java.lang.Object
org.rspeer.game.script.component.GameAccount.Profile
Enclosing class:
GameAccount

public static class GameAccount.Profile extends Object
  • Constructor Details

    • Profile

      public Profile(Map<String,Object> data)
    • Profile

      public Profile()
  • Method Details

    • get

      public <T> T get(String key)
    • put

      public <T> Object put(String key, T value)