类 DedicatedPlayerList

java.lang.Object
net.minecraft.server.players.PlayerList
net.minecraft.server.dedicated.DedicatedPlayerList
所有已实现的接口:
IPlayerListExtension

public class DedicatedPlayerList extends PlayerList
  • 字段详细资料

    • LOGGER

      private static final org.slf4j.Logger LOGGER
  • 构造器详细资料

  • 方法详细资料

    • setUsingWhiteList

      public void setUsingWhiteList(boolean p_139584_)
      覆盖:
      setUsingWhiteList 在类中 PlayerList
    • op

      public void op(com.mojang.authlib.GameProfile p_139582_)
      覆盖:
      op 在类中 PlayerList
    • deop

      public void deop(com.mojang.authlib.GameProfile p_139587_)
      覆盖:
      deop 在类中 PlayerList
    • reloadWhiteList

      public void reloadWhiteList()
      覆盖:
      reloadWhiteList 在类中 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_139590_)
      覆盖:
      isWhiteListed 在类中 PlayerList
    • getServer

      public DedicatedServer getServer()
      覆盖:
      getServer 在类中 PlayerList
    • canBypassPlayerLimit

      public boolean canBypassPlayerLimit(com.mojang.authlib.GameProfile p_139592_)
      覆盖:
      canBypassPlayerLimit 在类中 PlayerList