Class PlayerManager

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

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

    • BANNED_PLAYERS_FILE

      public static final File BANNED_PLAYERS_FILE
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a:Ljava/io/File;
      intermediary field_9003 Lnet/minecraft/class_743;field_9003: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 Lvp;b:Ljava/io/File;
      intermediary field_9004 Lnet/minecraft/class_743;field_9004: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 Lvp;c:Ljava/io/File;
      intermediary field_9005 Lnet/minecraft/class_743;field_9005: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 Lvp;d:Ljava/io/File;
      intermediary field_9006 Lnet/minecraft/class_743;field_9006: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 Lvp;f:Lorg/apache/logging/log4j/Logger;
      intermediary field_9007 Lnet/minecraft/class_743;field_9007: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 Lvp;g:Ljava/text/SimpleDateFormat;
      intermediary field_2711 Lnet/minecraft/class_743;field_2711: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 Lvp;h:Lnet/minecraft/server/MinecraftServer;
      intermediary field_2712 Lnet/minecraft/class_743;field_2712: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 Lvp;i:Ljava/util/List;
      intermediary field_2708 Lnet/minecraft/class_743;field_2708: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 Lvp;j:Ljava/util/Map;
      intermediary field_11786 Lnet/minecraft/class_743;field_11786: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 Lvp;k:Lvu;
      intermediary field_9008 Lnet/minecraft/class_743;field_9008:Lnet/minecraft/class_2137;
      named bannedProfiles Lnet/minecraft/server/PlayerManager;bannedProfiles:Lnet/minecraft/server/BannedPlayerList;
    • bannedIps

      private final BannedIpList bannedIps
      Mappings:
      Namespace Name Mixin selector
      official l Lvp;l:Lvm;
      intermediary field_2714 Lnet/minecraft/class_743;field_2714:Lnet/minecraft/class_733;
      named bannedIps Lnet/minecraft/server/PlayerManager;bannedIps:Lnet/minecraft/server/BannedIpList;
    • ops

      private final OperatorList ops
      Mappings:
      Namespace Name Mixin selector
      official m Lvp;m:Lvq;
      intermediary field_9009 Lnet/minecraft/class_743;field_9009:Lnet/minecraft/class_2131;
      named ops Lnet/minecraft/server/PlayerManager;ops:Lnet/minecraft/server/OperatorList;
    • whitelist

      private final Whitelist whitelist
      Mappings:
      Namespace Name Mixin selector
      official n Lvp;n:Lvw;
      intermediary field_9010 Lnet/minecraft/class_743;field_9010:Lnet/minecraft/class_2139;
      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 Lvp;o:Ljava/util/Map;
      intermediary field_9011 Lnet/minecraft/class_743;field_9011:Ljava/util/Map;
      named advancementTrackers Lnet/minecraft/server/PlayerManager;advancementTrackers:Ljava/util/Map;
    • field_16412

      private final Map<UUID,AdvancementFile> field_16412
      Mappings:
      Namespace Name Mixin selector
      official p Lvp;p:Ljava/util/Map;
      intermediary field_16412 Lnet/minecraft/class_743;field_16412:Ljava/util/Map;
      named field_16412 Lnet/minecraft/server/PlayerManager;field_16412:Ljava/util/Map;
    • saveHandler

      private PlayerDataHandler saveHandler
      Mappings:
      Namespace Name Mixin selector
      official q Lvp;q:Lcci;
      intermediary field_2717 Lnet/minecraft/class_743;field_2717:Lnet/minecraft/class_105;
      named saveHandler Lnet/minecraft/server/PlayerManager;saveHandler:Lnet/minecraft/world/PlayerDataHandler;
    • whitelistEnabled

      private boolean whitelistEnabled
      Mappings:
      Namespace Name Mixin selector
      official r Lvp;r:Z
      intermediary field_2718 Lnet/minecraft/class_743;field_2718:Z
      named whitelistEnabled Lnet/minecraft/server/PlayerManager;whitelistEnabled:Z
    • maxPlayers

      protected int maxPlayers
      Mappings:
      Namespace Name Mixin selector
      official e Lvp;e:I
      intermediary field_2709 Lnet/minecraft/class_743;field_2709:I
      named maxPlayers Lnet/minecraft/server/PlayerManager;maxPlayers:I
    • viewDistance

      private int viewDistance
      Mappings:
      Namespace Name Mixin selector
      official s Lvp;s:I
      intermediary field_2710 Lnet/minecraft/class_743;field_2710:I
      named viewDistance Lnet/minecraft/server/PlayerManager;viewDistance:I
    • field_2719

      private GameMode field_2719
      Mappings:
      Namespace Name Mixin selector
      official t Lvp;t:Laxv;
      intermediary field_2719 Lnet/minecraft/class_743;field_2719:Lnet/minecraft/class_1157;
      named field_2719 Lnet/minecraft/server/PlayerManager;field_2719:Lnet/minecraft/world/GameMode;
    • cheatsAllowed

      private boolean cheatsAllowed
      Mappings:
      Namespace Name Mixin selector
      official u Lvp;u:Z
      intermediary field_2720 Lnet/minecraft/class_743;field_2720:Z
      named cheatsAllowed Lnet/minecraft/server/PlayerManager;cheatsAllowed:Z
    • latencyUpdateTimer

      private int latencyUpdateTimer
      Mappings:
      Namespace Name Mixin selector
      official v Lvp;v:I
      intermediary field_2721 Lnet/minecraft/class_743;field_2721:I
      named latencyUpdateTimer Lnet/minecraft/server/PlayerManager;latencyUpdateTimer:I
  • Constructor Details

    • PlayerManager

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

    • method_12827

      public void method_12827(ClientConnection clientConnection, ServerPlayerEntity serverPlayerEntity)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Lhw;Ltf;)V
      intermediary method_12827 Lnet/minecraft/class_743;method_12827(Lnet/minecraft/class_1957;Lnet/minecraft/class_798;)V
      named method_12827 Lnet/minecraft/server/PlayerManager;method_12827(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/entity/player/ServerPlayerEntity;)V
    • sendScoreboard

      protected void sendScoreboard(ServerScoreboard scoreboard, ServerPlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Lpr;Ltf;)V
      intermediary method_5293 Lnet/minecraft/class_743;method_5293(Lnet/minecraft/class_1545;Lnet/minecraft/class_798;)V
      named sendScoreboard Lnet/minecraft/server/PlayerManager;sendScoreboard(Lnet/minecraft/scoreboard/ServerScoreboard;Lnet/minecraft/entity/player/ServerPlayerEntity;)V
    • method_21387

      public void method_21387(ServerWorld serverWorld)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Ltd;)V
      intermediary method_21387 Lnet/minecraft/class_743;method_21387(Lnet/minecraft/class_795;)V
      named method_21387 Lnet/minecraft/server/PlayerManager;method_21387(Lnet/minecraft/server/world/ServerWorld;)V
    • method_1986

      public void method_1986(ServerPlayerEntity player, @Nullable ServerWorld world)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Ltf;Ltd;)V
      intermediary method_1986 Lnet/minecraft/class_743;method_1986(Lnet/minecraft/class_798;Lnet/minecraft/class_795;)V
      named method_1986 Lnet/minecraft/server/PlayerManager;method_1986(Lnet/minecraft/entity/player/ServerPlayerEntity;Lnet/minecraft/server/world/ServerWorld;)V
    • method_1978

      public int method_1978()
      Mappings:
      Namespace Name Mixin selector
      official d Lvp;d()I
      intermediary method_1978 Lnet/minecraft/class_743;method_1978()I
      named method_1978 Lnet/minecraft/server/PlayerManager;method_1978()I
    • loadPlayerData

      @Nullable public NbtCompound loadPlayerData(ServerPlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Ltf;)Lgy;
      intermediary method_5294 Lnet/minecraft/class_743;method_5294(Lnet/minecraft/class_798;)Lnet/minecraft/class_322;
      named loadPlayerData Lnet/minecraft/server/PlayerManager;loadPlayerData(Lnet/minecraft/entity/player/ServerPlayerEntity;)Lnet/minecraft/nbt/NbtCompound;
    • savePlayerData

      protected void savePlayerData(ServerPlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official b Lvp;b(Ltf;)V
      intermediary method_1995 Lnet/minecraft/class_743;method_1995(Lnet/minecraft/class_798;)V
      named savePlayerData Lnet/minecraft/server/PlayerManager;savePlayerData(Lnet/minecraft/entity/player/ServerPlayerEntity;)V
    • sendPlayerList

      public void sendPlayerList(ServerPlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official c Lvp;c(Ltf;)V
      intermediary method_2000 Lnet/minecraft/class_743;method_2000(Lnet/minecraft/class_798;)V
      named sendPlayerList Lnet/minecraft/server/PlayerManager;sendPlayerList(Lnet/minecraft/entity/player/ServerPlayerEntity;)V
    • method_2003

      public void method_2003(ServerPlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official d Lvp;d(Ltf;)V
      intermediary method_2003 Lnet/minecraft/class_743;method_2003(Lnet/minecraft/class_798;)V
      named method_2003 Lnet/minecraft/server/PlayerManager;method_2003(Lnet/minecraft/entity/player/ServerPlayerEntity;)V
    • method_12830

      public void method_12830(ServerPlayerEntity serverPlayerEntity)
      Mappings:
      Namespace Name Mixin selector
      official e Lvp;e(Ltf;)V
      intermediary method_12830 Lnet/minecraft/class_743;method_12830(Lnet/minecraft/class_798;)V
      named method_12830 Lnet/minecraft/server/PlayerManager;method_12830(Lnet/minecraft/entity/player/ServerPlayerEntity;)V
    • method_21386

      @Nullable public Text method_21386(SocketAddress socketAddress, com.mojang.authlib.GameProfile gameProfile)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Ljava/net/SocketAddress;Lcom/mojang/authlib/GameProfile;)Lij;
      intermediary method_21386 Lnet/minecraft/class_743;method_21386(Ljava/net/SocketAddress;Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/class_1982;
      named method_21386 Lnet/minecraft/server/PlayerManager;method_21386(Ljava/net/SocketAddress;Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/text/Text;
    • createPlayer

      public ServerPlayerEntity createPlayer(com.mojang.authlib.GameProfile profile)
      Mappings:
      Namespace Name Mixin selector
      official g Lvp;g(Lcom/mojang/authlib/GameProfile;)Ltf;
      intermediary method_8230 Lnet/minecraft/class_743;method_8230(Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/class_798;
      named createPlayer Lnet/minecraft/server/PlayerManager;createPlayer(Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/entity/player/ServerPlayerEntity;
    • method_1985

      public ServerPlayerEntity method_1985(ServerPlayerEntity serverPlayerEntity, DimensionType dimensionType, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Ltf;Lbod;Z)Ltf;
      intermediary method_1985 Lnet/minecraft/class_743;method_1985(Lnet/minecraft/class_798;Lnet/minecraft/class_3793;Z)Lnet/minecraft/class_798;
      named method_1985 Lnet/minecraft/server/PlayerManager;method_1985(Lnet/minecraft/entity/player/ServerPlayerEntity;Lnet/minecraft/world/dimension/DimensionType;Z)Lnet/minecraft/entity/player/ServerPlayerEntity;
    • method_12831

      public void method_12831(ServerPlayerEntity serverPlayerEntity)
      Mappings:
      Namespace Name Mixin selector
      official f Lvp;f(Ltf;)V
      intermediary method_12831 Lnet/minecraft/class_743;method_12831(Lnet/minecraft/class_798;)V
      named method_12831 Lnet/minecraft/server/PlayerManager;method_12831(Lnet/minecraft/entity/player/ServerPlayerEntity;)V
    • method_1984

      public void method_1984(ServerPlayerEntity serverPlayerEntity, DimensionType dimensionType)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Ltf;Lbod;)V
      intermediary method_1984 Lnet/minecraft/class_743;method_1984(Lnet/minecraft/class_798;Lnet/minecraft/class_3793;)V
      named method_1984 Lnet/minecraft/server/PlayerManager;method_1984(Lnet/minecraft/entity/player/ServerPlayerEntity;Lnet/minecraft/world/dimension/DimensionType;)V
    • method_4399

      public void method_4399(Entity entity, DimensionType dimensionType, ServerWorld serverWorld, ServerWorld serverWorld2)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Laer;Lbod;Ltd;Ltd;)V
      intermediary method_4399 Lnet/minecraft/class_743;method_4399(Lnet/minecraft/class_864;Lnet/minecraft/class_3793;Lnet/minecraft/class_795;Lnet/minecraft/class_795;)V
      named method_4399 Lnet/minecraft/server/PlayerManager;method_4399(Lnet/minecraft/entity/Entity;Lnet/minecraft/world/dimension/DimensionType;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/server/world/ServerWorld;)V
    • updatePlayerLatency

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

      public void sendToAll(Packet<?> packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Liv;)V
      intermediary method_1981 Lnet/minecraft/class_743;method_1981(Lnet/minecraft/class_700;)V
      named sendToAll Lnet/minecraft/server/PlayerManager;sendToAll(Lnet/minecraft/network/Packet;)V
    • method_21385

      public void method_21385(Packet<?> packet, DimensionType dimensionType)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Liv;Lbod;)V
      intermediary method_21385 Lnet/minecraft/class_743;method_21385(Lnet/minecraft/class_700;Lnet/minecraft/class_3793;)V
      named method_21385 Lnet/minecraft/server/PlayerManager;method_21385(Lnet/minecraft/network/Packet;Lnet/minecraft/world/dimension/DimensionType;)V
    • sendMessageToTeam

      public void sendMessageToTeam(PlayerEntity source, Text text)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Laog;Lij;)V
      intermediary method_10780 Lnet/minecraft/class_743;method_10780(Lnet/minecraft/class_988;Lnet/minecraft/class_1982;)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 Lvp;b(Laog;Lij;)V
      intermediary method_10781 Lnet/minecraft/class_743;method_10781(Lnet/minecraft/class_988;Lnet/minecraft/class_1982;)V
      named sendMessageToOtherTeams Lnet/minecraft/server/PlayerManager;sendMessageToOtherTeams(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/text/Text;)V
    • getPlayerNames

      public String[] getPlayerNames()
      Mappings:
      Namespace Name Mixin selector
      official f Lvp;f()[Ljava/lang/String;
      intermediary method_2002 Lnet/minecraft/class_743;method_2002()[Ljava/lang/String;
      named getPlayerNames Lnet/minecraft/server/PlayerManager;getPlayerNames()[Ljava/lang/String;
    • getUserBanList

      public BannedPlayerList getUserBanList()
      Mappings:
      Namespace Name Mixin selector
      official h Lvp;h()Lvu;
      intermediary method_8233 Lnet/minecraft/class_743;method_8233()Lnet/minecraft/class_2137;
      named getUserBanList Lnet/minecraft/server/PlayerManager;getUserBanList()Lnet/minecraft/server/BannedPlayerList;
    • getIpBanList

      public BannedIpList getIpBanList()
      Mappings:
      Namespace Name Mixin selector
      official i Lvp;i()Lvm;
      intermediary method_2008 Lnet/minecraft/class_743;method_2008()Lnet/minecraft/class_733;
      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 Lvp;a(Lcom/mojang/authlib/GameProfile;)V
      intermediary method_8223 Lnet/minecraft/class_743;method_8223(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 Lvp;b(Lcom/mojang/authlib/GameProfile;)V
      intermediary method_8225 Lnet/minecraft/class_743;method_8225(Lcom/mojang/authlib/GameProfile;)V
      named deop Lnet/minecraft/server/PlayerManager;deop(Lcom/mojang/authlib/GameProfile;)V
    • method_12829

      private void method_12829(ServerPlayerEntity serverPlayerEntity, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Ltf;I)V
      intermediary method_12829 Lnet/minecraft/class_743;method_12829(Lnet/minecraft/class_798;I)V
      named method_12829 Lnet/minecraft/server/PlayerManager;method_12829(Lnet/minecraft/entity/player/ServerPlayerEntity;I)V
    • isWhitelisted

      public boolean isWhitelisted(com.mojang.authlib.GameProfile profile)
      Mappings:
      Namespace Name Mixin selector
      official e Lvp;e(Lcom/mojang/authlib/GameProfile;)Z
      intermediary method_8229 Lnet/minecraft/class_743;method_8229(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 Lvp;h(Lcom/mojang/authlib/GameProfile;)Z
      intermediary method_8232 Lnet/minecraft/class_743;method_8232(Lcom/mojang/authlib/GameProfile;)Z
      named isOperator Lnet/minecraft/server/PlayerManager;isOperator(Lcom/mojang/authlib/GameProfile;)Z
    • getPlayer

      @Nullable public ServerPlayerEntity getPlayer(String username)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Ljava/lang/String;)Ltf;
      intermediary method_2010 Lnet/minecraft/class_743;method_2010(Ljava/lang/String;)Lnet/minecraft/class_798;
      named getPlayer Lnet/minecraft/server/PlayerManager;getPlayer(Ljava/lang/String;)Lnet/minecraft/entity/player/ServerPlayerEntity;
    • method_12828

      public void method_12828(@Nullable PlayerEntity playerEntity, double double2, double double3, double double4, double double5, DimensionType dimensionType, Packet<?> packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Laog;DDDDLbod;Liv;)V
      intermediary method_12828 Lnet/minecraft/class_743;method_12828(Lnet/minecraft/class_988;DDDDLnet/minecraft/class_3793;Lnet/minecraft/class_700;)V
      named method_12828 Lnet/minecraft/server/PlayerManager;method_12828(Lnet/minecraft/entity/player/PlayerEntity;DDDDLnet/minecraft/world/dimension/DimensionType;Lnet/minecraft/network/Packet;)V
    • saveAllPlayerData

      public void saveAllPlayerData()
      Mappings:
      Namespace Name Mixin selector
      official j Lvp;j()V
      intermediary method_2011 Lnet/minecraft/class_743;method_2011()V
      named saveAllPlayerData Lnet/minecraft/server/PlayerManager;saveAllPlayerData()V
    • getWhitelist

      public Whitelist getWhitelist()
      Mappings:
      Namespace Name Mixin selector
      official k Lvp;k()Lvw;
      intermediary method_8234 Lnet/minecraft/class_743;method_8234()Lnet/minecraft/class_2139;
      named getWhitelist Lnet/minecraft/server/PlayerManager;getWhitelist()Lnet/minecraft/server/Whitelist;
    • getWhitelistedNames

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

      public OperatorList getOpList()
      Mappings:
      Namespace Name Mixin selector
      official m Lvp;m()Lvq;
      intermediary method_8236 Lnet/minecraft/class_743;method_8236()Lnet/minecraft/class_2131;
      named getOpList Lnet/minecraft/server/PlayerManager;getOpList()Lnet/minecraft/server/OperatorList;
    • getOpNames

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

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

      public void sendWorldInfo(ServerPlayerEntity player, ServerWorld world)
      Mappings:
      Namespace Name Mixin selector
      official b Lvp;b(Ltf;Ltd;)V
      intermediary method_1996 Lnet/minecraft/class_743;method_1996(Lnet/minecraft/class_798;Lnet/minecraft/class_795;)V
      named sendWorldInfo Lnet/minecraft/server/PlayerManager;sendWorldInfo(Lnet/minecraft/entity/player/ServerPlayerEntity;Lnet/minecraft/server/world/ServerWorld;)V
    • method_2009

      public void method_2009(ServerPlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official g Lvp;g(Ltf;)V
      intermediary method_2009 Lnet/minecraft/class_743;method_2009(Lnet/minecraft/class_798;)V
      named method_2009 Lnet/minecraft/server/PlayerManager;method_2009(Lnet/minecraft/entity/player/ServerPlayerEntity;)V
    • getCurrentPlayerCount

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

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

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

      public boolean isWhitelistEnabled()
      Mappings:
      Namespace Name Mixin selector
      official r Lvp;r()Z
      intermediary method_2021 Lnet/minecraft/class_743;method_2021()Z
      named isWhitelistEnabled Lnet/minecraft/server/PlayerManager;isWhitelistEnabled()Z
    • setWhitelistEnabled

      public void setWhitelistEnabled(boolean whitelistEnabled)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Z)V
      intermediary method_1992 Lnet/minecraft/class_743;method_1992(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 Lvp;b(Ljava/lang/String;)Ljava/util/List;
      intermediary method_2017 Lnet/minecraft/class_743;method_2017(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 Lvp;s()I
      intermediary method_2022 Lnet/minecraft/class_743;method_2022()I
      named getViewDistance Lnet/minecraft/server/PlayerManager;getViewDistance()I
    • getServer

      public MinecraftServer getServer()
      Mappings:
      Namespace Name Mixin selector
      official c Lvp;c()Lnet/minecraft/server/MinecraftServer;
      intermediary method_2023 Lnet/minecraft/class_743;method_2023()Lnet/minecraft/server/MinecraftServer;
      named getServer Lnet/minecraft/server/PlayerManager;getServer()Lnet/minecraft/server/MinecraftServer;
    • getUserData

      public NbtCompound getUserData()
      Mappings:
      Namespace Name Mixin selector
      official t Lvp;t()Lgy;
      intermediary method_2024 Lnet/minecraft/class_743;method_2024()Lnet/minecraft/class_322;
      named getUserData Lnet/minecraft/server/PlayerManager;getUserData()Lnet/minecraft/nbt/NbtCompound;
    • setGameMode

      @Environment(CLIENT) public void setGameMode(GameMode gamemode)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Laxv;)V
      intermediary method_1991 Lnet/minecraft/class_743;method_1991(Lnet/minecraft/class_1157;)V
      named setGameMode Lnet/minecraft/server/PlayerManager;setGameMode(Lnet/minecraft/world/GameMode;)V
    • method_1987

      private void method_1987(ServerPlayerEntity serverPlayerEntity, ServerPlayerEntity serverPlayerEntity2, IWorld iWorld)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Ltf;Ltf;Laxz;)V
      intermediary method_1987 Lnet/minecraft/class_743;method_1987(Lnet/minecraft/class_798;Lnet/minecraft/class_798;Lnet/minecraft/class_3598;)V
      named method_1987 Lnet/minecraft/server/PlayerManager;method_1987(Lnet/minecraft/entity/player/ServerPlayerEntity;Lnet/minecraft/entity/player/ServerPlayerEntity;Lnet/minecraft/world/IWorld;)V
    • setCheatsAllowed

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

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

      public void broadcastChatMessage(Text text, boolean system)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Lij;Z)V
      intermediary method_6062 Lnet/minecraft/class_743;method_6062(Lnet/minecraft/class_1982;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 Lvp;a(Lij;)V
      intermediary method_6061 Lnet/minecraft/class_743;method_6061(Lnet/minecraft/class_1982;)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 Lvp;a(Laog;)Lwo;
      intermediary method_8224 Lnet/minecraft/class_743;method_8224(Lnet/minecraft/class_988;)Lnet/minecraft/class_2141;
      named createStatHandler Lnet/minecraft/server/PlayerManager;createStatHandler(Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/stat/ServerStatHandler;
    • method_14979

      public AdvancementFile method_14979(ServerPlayerEntity serverPlayerEntity)
      Mappings:
      Namespace Name Mixin selector
      official h Lvp;h(Ltf;)Lpm;
      intermediary method_14979 Lnet/minecraft/class_743;method_14979(Lnet/minecraft/class_798;)Lnet/minecraft/class_3347;
      named method_14979 Lnet/minecraft/server/PlayerManager;method_14979(Lnet/minecraft/entity/player/ServerPlayerEntity;)Lnet/minecraft/advancement/AdvancementFile;
    • setViewDistance

      public void setViewDistance(int viewDistance)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(I)V
      intermediary method_8222 Lnet/minecraft/class_743;method_8222(I)V
      named setViewDistance Lnet/minecraft/server/PlayerManager;setViewDistance(I)V
    • getPlayers

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

      @Nullable public ServerPlayerEntity getPlayer(UUID UUID)
      Mappings:
      Namespace Name Mixin selector
      official a Lvp;a(Ljava/util/UUID;)Ltf;
      intermediary method_10779 Lnet/minecraft/class_743;method_10779(Ljava/util/UUID;)Lnet/minecraft/class_798;
      named getPlayer Lnet/minecraft/server/PlayerManager;getPlayer(Ljava/util/UUID;)Lnet/minecraft/entity/player/ServerPlayerEntity;
    • canBypassPlayerLimit

      public boolean canBypassPlayerLimit(com.mojang.authlib.GameProfile profile)
      Mappings:
      Namespace Name Mixin selector
      official f Lvp;f(Lcom/mojang/authlib/GameProfile;)Z
      intermediary method_10782 Lnet/minecraft/class_743;method_10782(Lcom/mojang/authlib/GameProfile;)Z
      named canBypassPlayerLimit Lnet/minecraft/server/PlayerManager;canBypassPlayerLimit(Lcom/mojang/authlib/GameProfile;)Z
    • method_14980

      public void method_14980()
      Mappings:
      Namespace Name Mixin selector
      official w Lvp;w()V
      intermediary method_14980 Lnet/minecraft/class_743;method_14980()V
      named method_14980 Lnet/minecraft/server/PlayerManager;method_14980()V
    • method_21388

      public boolean method_21388()
      Mappings:
      Namespace Name Mixin selector
      official x Lvp;x()Z
      intermediary method_21388 Lnet/minecraft/class_743;method_21388()Z
      named method_21388 Lnet/minecraft/server/PlayerManager;method_21388()Z