Class PlayerManager

java.lang.Object
net.minecraft.server.PlayerManager
Direct Known Subclasses:
DedicatedPlayerManager, IntegratedPlayerManager

public abstract class PlayerManager
extends Object
Mappings:
Namespace Name
official lx
intermediary net/minecraft/class_1656
named net/minecraft/server/PlayerManager
  • Field Details

    • BANNED_PLAYERS_FILE

      public static final File BANNED_PLAYERS_FILE
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a:Ljava/io/File;
      intermediary field_6809 Lnet/minecraft/class_1656;field_6809:Ljava/io/File;
      named BANNED_PLAYERS_FILE Lnet/minecraft/server/PlayerManager;BANNED_PLAYERS_FILE:Ljava/io/File;
    • BANNED_IPS_FILE

      public static final File BANNED_IPS_FILE
      Mappings:
      Namespace Name Mixin selector
      official b Llx;b:Ljava/io/File;
      intermediary field_6810 Lnet/minecraft/class_1656;field_6810:Ljava/io/File;
      named BANNED_IPS_FILE Lnet/minecraft/server/PlayerManager;BANNED_IPS_FILE:Ljava/io/File;
    • OPERATORS_FILE

      public static final File OPERATORS_FILE
      Mappings:
      Namespace Name Mixin selector
      official c Llx;c:Ljava/io/File;
      intermediary field_6811 Lnet/minecraft/class_1656;field_6811:Ljava/io/File;
      named OPERATORS_FILE Lnet/minecraft/server/PlayerManager;OPERATORS_FILE:Ljava/io/File;
    • WHITELIST_FILE

      public static final File WHITELIST_FILE
      Mappings:
      Namespace Name Mixin selector
      official d Llx;d:Ljava/io/File;
      intermediary field_6812 Lnet/minecraft/class_1656;field_6812:Ljava/io/File;
      named WHITELIST_FILE Lnet/minecraft/server/PlayerManager;WHITELIST_FILE:Ljava/io/File;
    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official f Llx;f:Lorg/apache/logging/log4j/Logger;
      intermediary field_6814 Lnet/minecraft/class_1656;field_6814:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/server/PlayerManager;LOGGER:Lorg/apache/logging/log4j/Logger;
    • DATE_FORMATTER

      private static final SimpleDateFormat DATE_FORMATTER
      Mappings:
      Namespace Name Mixin selector
      official g Llx;g:Ljava/text/SimpleDateFormat;
      intermediary field_6815 Lnet/minecraft/class_1656;field_6815:Ljava/text/SimpleDateFormat;
      named DATE_FORMATTER Lnet/minecraft/server/PlayerManager;DATE_FORMATTER:Ljava/text/SimpleDateFormat;
    • server

      private final MinecraftServer server
      Mappings:
      Namespace Name Mixin selector
      official h Llx;h:Lnet/minecraft/server/MinecraftServer;
      intermediary field_6816 Lnet/minecraft/class_1656;field_6816:Lnet/minecraft/server/MinecraftServer;
      named server Lnet/minecraft/server/PlayerManager;server:Lnet/minecraft/server/MinecraftServer;
    • players

      private final List<ServerPlayerEntity> players
      Mappings:
      Namespace Name Mixin selector
      official i Llx;i:Ljava/util/List;
      intermediary field_6817 Lnet/minecraft/class_1656;field_6817:Ljava/util/List;
      named players Lnet/minecraft/server/PlayerManager;players:Ljava/util/List;
    • playerMap

      private final Map<UUID,​ServerPlayerEntity> playerMap
      Mappings:
      Namespace Name Mixin selector
      official j Llx;j:Ljava/util/Map;
      intermediary field_6818 Lnet/minecraft/class_1656;field_6818:Ljava/util/Map;
      named playerMap Lnet/minecraft/server/PlayerManager;playerMap:Ljava/util/Map;
    • bannedProfiles

      private final BannedPlayerList bannedProfiles
      Mappings:
      Namespace Name Mixin selector
      official k Llx;k:Lmc;
      intermediary field_6819 Lnet/minecraft/class_1656;field_6819:Lnet/minecraft/class_1663;
      named bannedProfiles Lnet/minecraft/server/PlayerManager;bannedProfiles:Lnet/minecraft/server/BannedPlayerList;
    • bannedIps

      private final BannedIpList bannedIps
      Mappings:
      Namespace Name Mixin selector
      official l Llx;l:Llu;
      intermediary field_6820 Lnet/minecraft/class_1656;field_6820:Lnet/minecraft/class_1652;
      named bannedIps Lnet/minecraft/server/PlayerManager;bannedIps:Lnet/minecraft/server/BannedIpList;
    • ops

      private final OperatorList ops
      Mappings:
      Namespace Name Mixin selector
      official m Llx;m:Lly;
      intermediary field_6821 Lnet/minecraft/class_1656;field_6821:Lnet/minecraft/class_1657;
      named ops Lnet/minecraft/server/PlayerManager;ops:Lnet/minecraft/server/OperatorList;
    • whitelist

      private final Whitelist whitelist
      Mappings:
      Namespace Name Mixin selector
      official n Llx;n:Lme;
      intermediary field_6822 Lnet/minecraft/class_1656;field_6822:Lnet/minecraft/class_1665;
      named whitelist Lnet/minecraft/server/PlayerManager;whitelist:Lnet/minecraft/server/Whitelist;
    • advancementTrackers

      private final Map<UUID,​ServerStatHandler> advancementTrackers
      Mappings:
      Namespace Name Mixin selector
      official o Llx;o:Ljava/util/Map;
      intermediary field_6823 Lnet/minecraft/class_1656;field_6823:Ljava/util/Map;
      named advancementTrackers Lnet/minecraft/server/PlayerManager;advancementTrackers:Ljava/util/Map;
    • saveHandler

      private PlayerDataHandler saveHandler
      Mappings:
      Namespace Name Mixin selector
      official p Llx;p:Laty;
      intermediary field_6824 Lnet/minecraft/class_1656;field_6824:Lnet/minecraft/class_640;
      named saveHandler Lnet/minecraft/server/PlayerManager;saveHandler:Lnet/minecraft/world/PlayerDataHandler;
    • whitelistEnabled

      private boolean whitelistEnabled
      Mappings:
      Namespace Name Mixin selector
      official q Llx;q:Z
      intermediary field_6825 Lnet/minecraft/class_1656;field_6825:Z
      named whitelistEnabled Lnet/minecraft/server/PlayerManager;whitelistEnabled:Z
    • maxPlayers

      protected int maxPlayers
      Mappings:
      Namespace Name Mixin selector
      official e Llx;e:I
      intermediary field_6813 Lnet/minecraft/class_1656;field_6813:I
      named maxPlayers Lnet/minecraft/server/PlayerManager;maxPlayers:I
    • viewDistance

      private int viewDistance
      Mappings:
      Namespace Name Mixin selector
      official r Llx;r:I
      intermediary field_6826 Lnet/minecraft/class_1656;field_6826:I
      named viewDistance Lnet/minecraft/server/PlayerManager;viewDistance:I
    • gameMode

      private LevelInfo.GameMode gameMode
      Mappings:
      Namespace Name Mixin selector
      official s Llx;s:Ladp$a;
      intermediary field_6827 Lnet/minecraft/class_1656;field_6827:Lnet/minecraft/class_102$class_103;
      named gameMode Lnet/minecraft/server/PlayerManager;gameMode:Lnet/minecraft/world/level/LevelInfo$GameMode;
    • cheatsAllowed

      private boolean cheatsAllowed
      Mappings:
      Namespace Name Mixin selector
      official t Llx;t:Z
      intermediary field_6828 Lnet/minecraft/class_1656;field_6828:Z
      named cheatsAllowed Lnet/minecraft/server/PlayerManager;cheatsAllowed:Z
    • latencyUpdateTimer

      private int latencyUpdateTimer
      Mappings:
      Namespace Name Mixin selector
      official u Llx;u:I
      intermediary field_6829 Lnet/minecraft/class_1656;field_6829:I
      named latencyUpdateTimer Lnet/minecraft/server/PlayerManager;latencyUpdateTimer:I
  • Constructor Details

    • PlayerManager

      public PlayerManager​(MinecraftServer server)
      Mappings:
      Namespace Name Mixin selector
      official <init> Llx;<init>(Lnet/minecraft/server/MinecraftServer;)V
      intermediary <init> Lnet/minecraft/class_1656;<init>(Lnet/minecraft/server/MinecraftServer;)V
      named <init> Lnet/minecraft/server/PlayerManager;<init>(Lnet/minecraft/server/MinecraftServer;)V
  • Method Details

    • onPlayerConnect

      public void onPlayerConnect​(ClientConnection connection, ServerPlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Lek;Llf;)V
      intermediary method_6192 Lnet/minecraft/class_1656;method_6192(Lnet/minecraft/class_1432;Lnet/minecraft/class_1637;)V
      named onPlayerConnect Lnet/minecraft/server/PlayerManager;onPlayerConnect(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;)V
    • sendScoreboard

      protected void sendScoreboard​(ServerScoreboard scoreboard, ServerPlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Lkk;Llf;)V
      intermediary method_6200 Lnet/minecraft/class_1656;method_6200(Lnet/minecraft/class_1616;Lnet/minecraft/class_1637;)V
      named sendScoreboard Lnet/minecraft/server/PlayerManager;sendScoreboard(Lnet/minecraft/scoreboard/ServerScoreboard;Lnet/minecraft/server/network/ServerPlayerEntity;)V
    • setMainWorld

      public void setMainWorld​(ServerWorld[] world)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a([Lle;)V
      intermediary method_6211 Lnet/minecraft/class_1656;method_6211([Lnet/minecraft/class_1635;)V
      named setMainWorld Lnet/minecraft/server/PlayerManager;setMainWorld([Lnet/minecraft/server/world/ServerWorld;)V
    • method_6204

      public void method_6204​(ServerPlayerEntity player, ServerWorld world)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Llf;Lle;)V
      intermediary method_6204 Lnet/minecraft/class_1656;method_6204(Lnet/minecraft/class_1637;Lnet/minecraft/class_1635;)V
      named method_6204 Lnet/minecraft/server/PlayerManager;method_6204(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/server/world/ServerWorld;)V
    • method_6222

      public int method_6222()
      Mappings:
      Namespace Name Mixin selector
      official d Llx;d()I
      intermediary method_6222 Lnet/minecraft/class_1656;method_6222()I
      named method_6222 Lnet/minecraft/server/PlayerManager;method_6222()I
    • loadPlayerData

      public CompoundTag loadPlayerData​(ServerPlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Llf;)Ldn;
      intermediary method_6201 Lnet/minecraft/class_1656;method_6201(Lnet/minecraft/class_1637;)Lnet/minecraft/class_1405;
      named loadPlayerData Lnet/minecraft/server/PlayerManager;loadPlayerData(Lnet/minecraft/server/network/ServerPlayerEntity;)Lnet/minecraft/nbt/CompoundTag;
    • savePlayerData

      protected void savePlayerData​(ServerPlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official b Llx;b(Llf;)V
      intermediary method_6214 Lnet/minecraft/class_1656;method_6214(Lnet/minecraft/class_1637;)V
      named savePlayerData Lnet/minecraft/server/PlayerManager;savePlayerData(Lnet/minecraft/server/network/ServerPlayerEntity;)V
    • sendPlayerList

      public void sendPlayerList​(ServerPlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official c Llx;c(Llf;)V
      intermediary method_6220 Lnet/minecraft/class_1656;method_6220(Lnet/minecraft/class_1637;)V
      named sendPlayerList Lnet/minecraft/server/PlayerManager;sendPlayerList(Lnet/minecraft/server/network/ServerPlayerEntity;)V
    • method_6224

      public void method_6224​(ServerPlayerEntity serverPlayerEntity)
      Mappings:
      Namespace Name Mixin selector
      official d Llx;d(Llf;)V
      intermediary method_6224 Lnet/minecraft/class_1656;method_6224(Lnet/minecraft/class_1637;)V
      named method_6224 Lnet/minecraft/server/PlayerManager;method_6224(Lnet/minecraft/server/network/ServerPlayerEntity;)V
    • remove

      public void remove​(ServerPlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official e Llx;e(Llf;)V
      intermediary method_6227 Lnet/minecraft/class_1656;method_6227(Lnet/minecraft/class_1637;)V
      named remove Lnet/minecraft/server/PlayerManager;remove(Lnet/minecraft/server/network/ServerPlayerEntity;)V
    • checkCanJoin

      public String checkCanJoin​(SocketAddress address, com.mojang.authlib.GameProfile profile)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Ljava/net/SocketAddress;Lcom/mojang/authlib/GameProfile;)Ljava/lang/String;
      intermediary method_6198 Lnet/minecraft/class_1656;method_6198(Ljava/net/SocketAddress;Lcom/mojang/authlib/GameProfile;)Ljava/lang/String;
      named checkCanJoin Lnet/minecraft/server/PlayerManager;checkCanJoin(Ljava/net/SocketAddress;Lcom/mojang/authlib/GameProfile;)Ljava/lang/String;
    • createPlayer

      public ServerPlayerEntity createPlayer​(com.mojang.authlib.GameProfile profile)
      Mappings:
      Namespace Name Mixin selector
      official g Llx;g(Lcom/mojang/authlib/GameProfile;)Llf;
      intermediary method_6232 Lnet/minecraft/class_1656;method_6232(Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/class_1637;
      named createPlayer Lnet/minecraft/server/PlayerManager;createPlayer(Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/server/network/ServerPlayerEntity;
    • respawnPlayer

      public ServerPlayerEntity respawnPlayer​(ServerPlayerEntity player, int dimension, boolean alive)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Llf;IZ)Llf;
      intermediary method_6203 Lnet/minecraft/class_1656;method_6203(Lnet/minecraft/class_1637;IZ)Lnet/minecraft/class_1637;
      named respawnPlayer Lnet/minecraft/server/PlayerManager;respawnPlayer(Lnet/minecraft/server/network/ServerPlayerEntity;IZ)Lnet/minecraft/server/network/ServerPlayerEntity;
    • teleportToDimension

      public void teleportToDimension​(ServerPlayerEntity player, int dimension)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Llf;I)V
      intermediary method_6202 Lnet/minecraft/class_1656;method_6202(Lnet/minecraft/class_1637;I)V
      named teleportToDimension Lnet/minecraft/server/PlayerManager;teleportToDimension(Lnet/minecraft/server/network/ServerPlayerEntity;I)V
    • method_6206

      public void method_6206​(Entity entity, int int2, ServerWorld serverWorld, ServerWorld serverWorld2)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Lpk;ILle;Lle;)V
      intermediary method_6206 Lnet/minecraft/class_1656;method_6206(Lnet/minecraft/class_1745;ILnet/minecraft/class_1635;Lnet/minecraft/class_1635;)V
      named method_6206 Lnet/minecraft/server/PlayerManager;method_6206(Lnet/minecraft/entity/Entity;ILnet/minecraft/server/world/ServerWorld;Lnet/minecraft/server/world/ServerWorld;)V
    • updatePlayerLatency

      public void updatePlayerLatency()
      Mappings:
      Namespace Name Mixin selector
      official e Llx;e()V
      intermediary method_6225 Lnet/minecraft/class_1656;method_6225()V
      named updatePlayerLatency Lnet/minecraft/server/PlayerManager;updatePlayerLatency()V
    • sendToAll

      public void sendToAll​(Packet packet)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Lff;)V
      intermediary method_6195 Lnet/minecraft/class_1656;method_6195(Lnet/minecraft/class_1457;)V
      named sendToAll Lnet/minecraft/server/PlayerManager;sendToAll(Lnet/minecraft/network/Packet;)V
    • sendToDimension

      public void sendToDimension​(Packet packet, int dimension)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Lff;I)V
      intermediary method_6196 Lnet/minecraft/class_1656;method_6196(Lnet/minecraft/class_1457;I)V
      named sendToDimension Lnet/minecraft/server/PlayerManager;sendToDimension(Lnet/minecraft/network/Packet;I)V
    • sendMessageToTeam

      public void sendMessageToTeam​(PlayerEntity source, Text text)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Lwn;Leu;)V
      intermediary method_6209 Lnet/minecraft/class_1656;method_6209(Lnet/minecraft/class_1963;Lnet/minecraft/class_1444;)V
      named sendMessageToTeam Lnet/minecraft/server/PlayerManager;sendMessageToTeam(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/text/Text;)V
    • sendMessageToOtherTeams

      public void sendMessageToOtherTeams​(PlayerEntity source, Text text)
      Mappings:
      Namespace Name Mixin selector
      official b Llx;b(Lwn;Leu;)V
      intermediary method_6216 Lnet/minecraft/class_1656;method_6216(Lnet/minecraft/class_1963;Lnet/minecraft/class_1444;)V
      named sendMessageToOtherTeams Lnet/minecraft/server/PlayerManager;sendMessageToOtherTeams(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/text/Text;)V
    • method_6217

      public String method_6217​(boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official b Llx;b(Z)Ljava/lang/String;
      intermediary method_6217 Lnet/minecraft/class_1656;method_6217(Z)Ljava/lang/String;
      named method_6217 Lnet/minecraft/server/PlayerManager;method_6217(Z)Ljava/lang/String;
    • getPlayerNames

      public String[] getPlayerNames()
      Mappings:
      Namespace Name Mixin selector
      official f Llx;f()[Ljava/lang/String;
      intermediary method_6228 Lnet/minecraft/class_1656;method_6228()[Ljava/lang/String;
      named getPlayerNames Lnet/minecraft/server/PlayerManager;getPlayerNames()[Ljava/lang/String;
    • getProfiles

      public com.mojang.authlib.GameProfile[] getProfiles()
      Mappings:
      Namespace Name Mixin selector
      official g Llx;g()[Lcom/mojang/authlib/GameProfile;
      intermediary method_6231 Lnet/minecraft/class_1656;method_6231()[Lcom/mojang/authlib/GameProfile;
      named getProfiles Lnet/minecraft/server/PlayerManager;getProfiles()[Lcom/mojang/authlib/GameProfile;
    • getUserBanList

      public BannedPlayerList getUserBanList()
      Mappings:
      Namespace Name Mixin selector
      official h Llx;h()Lmc;
      intermediary method_6233 Lnet/minecraft/class_1656;method_6233()Lnet/minecraft/class_1663;
      named getUserBanList Lnet/minecraft/server/PlayerManager;getUserBanList()Lnet/minecraft/server/BannedPlayerList;
    • getIpBanList

      public BannedIpList getIpBanList()
      Mappings:
      Namespace Name Mixin selector
      official i Llx;i()Llu;
      intermediary method_6235 Lnet/minecraft/class_1656;method_6235()Lnet/minecraft/class_1652;
      named getIpBanList Lnet/minecraft/server/PlayerManager;getIpBanList()Lnet/minecraft/server/BannedIpList;
    • op

      public void op​(com.mojang.authlib.GameProfile profile)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Lcom/mojang/authlib/GameProfile;)V
      intermediary method_6191 Lnet/minecraft/class_1656;method_6191(Lcom/mojang/authlib/GameProfile;)V
      named op Lnet/minecraft/server/PlayerManager;op(Lcom/mojang/authlib/GameProfile;)V
    • deop

      public void deop​(com.mojang.authlib.GameProfile profile)
      Mappings:
      Namespace Name Mixin selector
      official b Llx;b(Lcom/mojang/authlib/GameProfile;)V
      intermediary method_6212 Lnet/minecraft/class_1656;method_6212(Lcom/mojang/authlib/GameProfile;)V
      named deop Lnet/minecraft/server/PlayerManager;deop(Lcom/mojang/authlib/GameProfile;)V
    • isWhitelisted

      public boolean isWhitelisted​(com.mojang.authlib.GameProfile profile)
      Mappings:
      Namespace Name Mixin selector
      official e Llx;e(Lcom/mojang/authlib/GameProfile;)Z
      intermediary method_6226 Lnet/minecraft/class_1656;method_6226(Lcom/mojang/authlib/GameProfile;)Z
      named isWhitelisted Lnet/minecraft/server/PlayerManager;isWhitelisted(Lcom/mojang/authlib/GameProfile;)Z
    • isOperator

      public boolean isOperator​(com.mojang.authlib.GameProfile profile)
      Mappings:
      Namespace Name Mixin selector
      official h Llx;h(Lcom/mojang/authlib/GameProfile;)Z
      intermediary method_6234 Lnet/minecraft/class_1656;method_6234(Lcom/mojang/authlib/GameProfile;)Z
      named isOperator Lnet/minecraft/server/PlayerManager;isOperator(Lcom/mojang/authlib/GameProfile;)Z
    • getPlayer

      public ServerPlayerEntity getPlayer​(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Ljava/lang/String;)Llf;
      intermediary method_6197 Lnet/minecraft/class_1656;method_6197(Ljava/lang/String;)Lnet/minecraft/class_1637;
      named getPlayer Lnet/minecraft/server/PlayerManager;getPlayer(Ljava/lang/String;)Lnet/minecraft/server/network/ServerPlayerEntity;
    • method_6188

      public void method_6188​(double double2, double double3, double double4, double double5, int int2, Packet packet)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(DDDDILff;)V
      intermediary method_6188 Lnet/minecraft/class_1656;method_6188(DDDDILnet/minecraft/class_1457;)V
      named method_6188 Lnet/minecraft/server/PlayerManager;method_6188(DDDDILnet/minecraft/network/Packet;)V
    • sendToAround

      public void sendToAround​(PlayerEntity player, double x, double y, double z, double double2, int dimension, Packet packet)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Lwn;DDDDILff;)V
      intermediary method_6208 Lnet/minecraft/class_1656;method_6208(Lnet/minecraft/class_1963;DDDDILnet/minecraft/class_1457;)V
      named sendToAround Lnet/minecraft/server/PlayerManager;sendToAround(Lnet/minecraft/entity/player/PlayerEntity;DDDDILnet/minecraft/network/Packet;)V
    • saveAllPlayerData

      public void saveAllPlayerData()
      Mappings:
      Namespace Name Mixin selector
      official j Llx;j()V
      intermediary method_6236 Lnet/minecraft/class_1656;method_6236()V
      named saveAllPlayerData Lnet/minecraft/server/PlayerManager;saveAllPlayerData()V
    • whitelist

      public void whitelist​(com.mojang.authlib.GameProfile profile)
      Mappings:
      Namespace Name Mixin selector
      official d Llx;d(Lcom/mojang/authlib/GameProfile;)V
      intermediary method_6223 Lnet/minecraft/class_1656;method_6223(Lcom/mojang/authlib/GameProfile;)V
      named whitelist Lnet/minecraft/server/PlayerManager;whitelist(Lcom/mojang/authlib/GameProfile;)V
    • unWhitelist

      public void unWhitelist​(com.mojang.authlib.GameProfile profile)
      Mappings:
      Namespace Name Mixin selector
      official c Llx;c(Lcom/mojang/authlib/GameProfile;)V
      intermediary method_6219 Lnet/minecraft/class_1656;method_6219(Lcom/mojang/authlib/GameProfile;)V
      named unWhitelist Lnet/minecraft/server/PlayerManager;unWhitelist(Lcom/mojang/authlib/GameProfile;)V
    • getWhitelist

      public Whitelist getWhitelist()
      Mappings:
      Namespace Name Mixin selector
      official k Llx;k()Lme;
      intermediary method_6237 Lnet/minecraft/class_1656;method_6237()Lnet/minecraft/class_1665;
      named getWhitelist Lnet/minecraft/server/PlayerManager;getWhitelist()Lnet/minecraft/server/Whitelist;
    • getWhitelistedNames

      public String[] getWhitelistedNames()
      Mappings:
      Namespace Name Mixin selector
      official l Llx;l()[Ljava/lang/String;
      intermediary method_6238 Lnet/minecraft/class_1656;method_6238()[Ljava/lang/String;
      named getWhitelistedNames Lnet/minecraft/server/PlayerManager;getWhitelistedNames()[Ljava/lang/String;
    • getOpList

      public OperatorList getOpList()
      Mappings:
      Namespace Name Mixin selector
      official m Llx;m()Lly;
      intermediary method_6239 Lnet/minecraft/class_1656;method_6239()Lnet/minecraft/class_1657;
      named getOpList Lnet/minecraft/server/PlayerManager;getOpList()Lnet/minecraft/server/OperatorList;
    • getOpNames

      public String[] getOpNames()
      Mappings:
      Namespace Name Mixin selector
      official n Llx;n()[Ljava/lang/String;
      intermediary method_6240 Lnet/minecraft/class_1656;method_6240()[Ljava/lang/String;
      named getOpNames Lnet/minecraft/server/PlayerManager;getOpNames()[Ljava/lang/String;
    • reloadWhitelist

      public void reloadWhitelist()
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a()V
      intermediary method_6187 Lnet/minecraft/class_1656;method_6187()V
      named reloadWhitelist Lnet/minecraft/server/PlayerManager;reloadWhitelist()V
    • sendWorldInfo

      public void sendWorldInfo​(ServerPlayerEntity player, ServerWorld world)
      Mappings:
      Namespace Name Mixin selector
      official b Llx;b(Llf;Lle;)V
      intermediary method_6215 Lnet/minecraft/class_1656;method_6215(Lnet/minecraft/class_1637;Lnet/minecraft/class_1635;)V
      named sendWorldInfo Lnet/minecraft/server/PlayerManager;sendWorldInfo(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/server/world/ServerWorld;)V
    • method_6230

      public void method_6230​(ServerPlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official f Llx;f(Llf;)V
      intermediary method_6230 Lnet/minecraft/class_1656;method_6230(Lnet/minecraft/class_1637;)V
      named method_6230 Lnet/minecraft/server/PlayerManager;method_6230(Lnet/minecraft/server/network/ServerPlayerEntity;)V
    • getCurrentPlayerCount

      public int getCurrentPlayerCount()
      Mappings:
      Namespace Name Mixin selector
      official o Llx;o()I
      intermediary method_6241 Lnet/minecraft/class_1656;method_6241()I
      named getCurrentPlayerCount Lnet/minecraft/server/PlayerManager;getCurrentPlayerCount()I
    • getMaxPlayerCount

      public int getMaxPlayerCount()
      Mappings:
      Namespace Name Mixin selector
      official p Llx;p()I
      intermediary method_6242 Lnet/minecraft/class_1656;method_6242()I
      named getMaxPlayerCount Lnet/minecraft/server/PlayerManager;getMaxPlayerCount()I
    • getSavedPlayerIds

      public String[] getSavedPlayerIds()
      Mappings:
      Namespace Name Mixin selector
      official q Llx;q()[Ljava/lang/String;
      intermediary method_6243 Lnet/minecraft/class_1656;method_6243()[Ljava/lang/String;
      named getSavedPlayerIds Lnet/minecraft/server/PlayerManager;getSavedPlayerIds()[Ljava/lang/String;
    • isWhitelistEnabled

      @Environment(SERVER) public boolean isWhitelistEnabled()
      Mappings:
      Namespace Name Mixin selector
      official r Llx;r()Z
      intermediary method_6244 Lnet/minecraft/class_1656;method_6244()Z
      named isWhitelistEnabled Lnet/minecraft/server/PlayerManager;isWhitelistEnabled()Z
    • setWhitelistEnabled

      public void setWhitelistEnabled​(boolean whitelistEnabled)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Z)V
      intermediary method_6210 Lnet/minecraft/class_1656;method_6210(Z)V
      named setWhitelistEnabled Lnet/minecraft/server/PlayerManager;setWhitelistEnabled(Z)V
    • getPlayersByIp

      public List<ServerPlayerEntity> getPlayersByIp​(String ip)
      Mappings:
      Namespace Name Mixin selector
      official b Llx;b(Ljava/lang/String;)Ljava/util/List;
      intermediary method_6213 Lnet/minecraft/class_1656;method_6213(Ljava/lang/String;)Ljava/util/List;
      named getPlayersByIp Lnet/minecraft/server/PlayerManager;getPlayersByIp(Ljava/lang/String;)Ljava/util/List;
    • getViewDistance

      public int getViewDistance()
      Mappings:
      Namespace Name Mixin selector
      official s Llx;s()I
      intermediary method_6245 Lnet/minecraft/class_1656;method_6245()I
      named getViewDistance Lnet/minecraft/server/PlayerManager;getViewDistance()I
    • getServer

      public MinecraftServer getServer()
      Mappings:
      Namespace Name Mixin selector
      official c Llx;c()Lnet/minecraft/server/MinecraftServer;
      intermediary method_6218 Lnet/minecraft/class_1656;method_6218()Lnet/minecraft/server/MinecraftServer;
      named getServer Lnet/minecraft/server/PlayerManager;getServer()Lnet/minecraft/server/MinecraftServer;
    • getUserData

      public CompoundTag getUserData()
      Mappings:
      Namespace Name Mixin selector
      official t Llx;t()Ldn;
      intermediary method_6246 Lnet/minecraft/class_1656;method_6246()Lnet/minecraft/class_1405;
      named getUserData Lnet/minecraft/server/PlayerManager;getUserData()Lnet/minecraft/nbt/CompoundTag;
    • setGameMode

      @Environment(CLIENT) public void setGameMode​(LevelInfo.GameMode gameMode)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Ladp$a;)V
      intermediary method_6190 Lnet/minecraft/class_1656;method_6190(Lnet/minecraft/class_102$class_103;)V
      named setGameMode Lnet/minecraft/server/PlayerManager;setGameMode(Lnet/minecraft/world/level/LevelInfo$GameMode;)V
    • setGameMode

      private void setGameMode​(ServerPlayerEntity player, ServerPlayerEntity oldPlayer, World world)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Llf;Llf;Ladm;)V
      intermediary method_6205 Lnet/minecraft/class_1656;method_6205(Lnet/minecraft/class_1637;Lnet/minecraft/class_1637;Lnet/minecraft/class_99;)V
      named setGameMode Lnet/minecraft/server/PlayerManager;setGameMode(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;)V
    • setCheatsAllowed

      @Environment(CLIENT) public void setCheatsAllowed​(boolean cheatsAllowed)
      Mappings:
      Namespace Name Mixin selector
      official c Llx;c(Z)V
      intermediary method_6221 Lnet/minecraft/class_1656;method_6221(Z)V
      named setCheatsAllowed Lnet/minecraft/server/PlayerManager;setCheatsAllowed(Z)V
    • disconnectAllPlayers

      public void disconnectAllPlayers()
      Mappings:
      Namespace Name Mixin selector
      official u Llx;u()V
      intermediary method_6247 Lnet/minecraft/class_1656;method_6247()V
      named disconnectAllPlayers Lnet/minecraft/server/PlayerManager;disconnectAllPlayers()V
    • broadcastChatMessage

      public void broadcastChatMessage​(Text text, boolean system)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Leu;Z)V
      intermediary method_6194 Lnet/minecraft/class_1656;method_6194(Lnet/minecraft/class_1444;Z)V
      named broadcastChatMessage Lnet/minecraft/server/PlayerManager;broadcastChatMessage(Lnet/minecraft/text/Text;Z)V
    • sendToAll

      public void sendToAll​(Text text)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Leu;)V
      intermediary method_6193 Lnet/minecraft/class_1656;method_6193(Lnet/minecraft/class_1444;)V
      named sendToAll Lnet/minecraft/server/PlayerManager;sendToAll(Lnet/minecraft/text/Text;)V
    • createStatHandler

      public ServerStatHandler createStatHandler​(PlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Lwn;)Lmv;
      intermediary method_6207 Lnet/minecraft/class_1656;method_6207(Lnet/minecraft/class_1963;)Lnet/minecraft/class_1680;
      named createStatHandler Lnet/minecraft/server/PlayerManager;createStatHandler(Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/stat/ServerStatHandler;
    • setViewDistance

      public void setViewDistance​(int viewDistance)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(I)V
      intermediary method_6189 Lnet/minecraft/class_1656;method_6189(I)V
      named setViewDistance Lnet/minecraft/server/PlayerManager;setViewDistance(I)V
    • getPlayers

      public List<ServerPlayerEntity> getPlayers()
      Mappings:
      Namespace Name Mixin selector
      official v Llx;v()Ljava/util/List;
      intermediary method_6248 Lnet/minecraft/class_1656;method_6248()Ljava/util/List;
      named getPlayers Lnet/minecraft/server/PlayerManager;getPlayers()Ljava/util/List;
    • getPlayer

      public ServerPlayerEntity getPlayer​(UUID UUID)
      Mappings:
      Namespace Name Mixin selector
      official a Llx;a(Ljava/util/UUID;)Llf;
      intermediary method_6199 Lnet/minecraft/class_1656;method_6199(Ljava/util/UUID;)Lnet/minecraft/class_1637;
      named getPlayer Lnet/minecraft/server/PlayerManager;getPlayer(Ljava/util/UUID;)Lnet/minecraft/server/network/ServerPlayerEntity;
    • canBypassPlayerLimit

      public boolean canBypassPlayerLimit​(com.mojang.authlib.GameProfile profile)
      Mappings:
      Namespace Name Mixin selector
      official f Llx;f(Lcom/mojang/authlib/GameProfile;)Z
      intermediary method_6229 Lnet/minecraft/class_1656;method_6229(Lcom/mojang/authlib/GameProfile;)Z
      named canBypassPlayerLimit Lnet/minecraft/server/PlayerManager;canBypassPlayerLimit(Lcom/mojang/authlib/GameProfile;)Z