Class DedicatedPlayerList

java.lang.Object
net.minecraft.server.management.PlayerList
net.minecraft.server.dedicated.DedicatedPlayerList

public class DedicatedPlayerList extends PlayerList
  • Field Details

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
  • Constructor Details

  • Method Details

    • setUsingWhiteList

      public void setUsingWhiteList(boolean p_72371_1_)
      Overrides:
      setUsingWhiteList in class PlayerList
    • op

      public void op(com.mojang.authlib.GameProfile p_152605_1_)
      Overrides:
      op in class PlayerList
    • deop

      public void deop(com.mojang.authlib.GameProfile p_152610_1_)
      Overrides:
      deop in class PlayerList
    • reloadWhiteList

      public void reloadWhiteList()
      Overrides:
      reloadWhiteList in class PlayerList
    • saveIpBanList

      private void saveIpBanList()
    • saveUserBanList

      private void saveUserBanList()
    • loadIpBanList

      private void loadIpBanList()
    • loadUserBanList

      private void loadUserBanList()
    • loadOps

      private void loadOps()
    • saveOps

      private void saveOps()
    • loadWhiteList

      private void loadWhiteList()
    • saveWhiteList

      private void saveWhiteList()
    • isWhiteListed

      public boolean isWhiteListed(com.mojang.authlib.GameProfile p_152607_1_)
      Overrides:
      isWhiteListed in class PlayerList
    • getServer

      public DedicatedServer getServer()
      Overrides:
      getServer in class PlayerList
    • canBypassPlayerLimit

      public boolean canBypassPlayerLimit(com.mojang.authlib.GameProfile p_183023_1_)
      Overrides:
      canBypassPlayerLimit in class PlayerList