Class UserListEntry<T>

java.lang.Object
net.minecraft.server.management.UserListEntry<T>
Direct Known Subclasses:
BanEntry, OpEntry, WhitelistEntry

public abstract class UserListEntry<T> extends Object
  • Field Details

    • user

      @Nullable private final T user
  • Constructor Details

    • UserListEntry

      public UserListEntry(@Nullable T p_i1146_1_)
  • Method Details

    • getUser

      @Nullable T getUser()
    • hasExpired

      boolean hasExpired()
    • serialize

      protected abstract void serialize(com.google.gson.JsonObject p_152641_1_)