Class Entity

java.lang.Object
io.github.emcw.common.Entity
All Implemented Interfaces:
IGsonSerializable
Direct Known Subclasses:
Player, SquaremapOnlinePlayer

public class Entity extends Object implements IGsonSerializable
  • Field Details

    • uuid

      @Nullable protected final @Nullable UUID uuid
    • name

      @Nullable protected final @Nullable String name
  • Constructor Details

    • Entity

      public Entity(@Nullable @Nullable UUID uuid, @Nullable @Nullable String name)
    • Entity

      public Entity(@Nullable @Nullable String uuid, @Nullable @Nullable String name)