Class IntegratedPlayerManager

java.lang.Object
net.minecraft.server.PlayerManager
net.minecraft.server.integrated.IntegratedPlayerManager

@Environment(CLIENT) public class IntegratedPlayerManager extends PlayerManager
Mappings:
Namespace Name
named net/minecraft/server/integrated/IntegratedPlayerManager
intermediary net/minecraft/class_1130
official gtf
  • Field Details

    • userData

      @Nullable private @Nullable NbtCompound userData
      Mappings:
      Namespace Name Mixin selector
      named userData Lnet/minecraft/server/integrated/IntegratedPlayerManager;userData:Lnet/minecraft/nbt/NbtCompound;
      intermediary field_5514 Lnet/minecraft/class_1130;field_5514:Lnet/minecraft/class_2487;
      official h Lgtf;h:Lus;
  • Constructor Details

    • IntegratedPlayerManager

      public IntegratedPlayerManager(IntegratedServer server, CombinedDynamicRegistries<ServerDynamicRegistryType> registryManager, WorldSaveHandler saveHandler)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/server/integrated/IntegratedPlayerManager;<init>(Lnet/minecraft/server/integrated/IntegratedServer;Lnet/minecraft/registry/CombinedDynamicRegistries;Lnet/minecraft/world/WorldSaveHandler;)V
      intermediary <init> Lnet/minecraft/class_1130;<init>(Lnet/minecraft/class_1132;Lnet/minecraft/class_7780;Lnet/minecraft/class_29;)V
      official <init> Lgtf;<init>(Lgtg;Ljp;Leqb;)V
  • Method Details

    • savePlayerData

      protected void savePlayerData(ServerPlayerEntity player)
      Overrides:
      savePlayerData in class PlayerManager
      Mappings:
      Namespace Name Mixin selector
      named savePlayerData Lnet/minecraft/server/PlayerManager;savePlayerData(Lnet/minecraft/server/network/ServerPlayerEntity;)V
      intermediary method_14577 Lnet/minecraft/class_3324;method_14577(Lnet/minecraft/class_3222;)V
      official b Lavd;b(Larg;)V
    • checkCanJoin

      public Text checkCanJoin(SocketAddress address, com.mojang.authlib.GameProfile profile)
      Overrides:
      checkCanJoin in class PlayerManager
      Mappings:
      Namespace Name Mixin selector
      named checkCanJoin Lnet/minecraft/server/PlayerManager;checkCanJoin(Ljava/net/SocketAddress;Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/text/Text;
      intermediary method_14586 Lnet/minecraft/class_3324;method_14586(Ljava/net/SocketAddress;Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/class_2561;
      official a Lavd;a(Ljava/net/SocketAddress;Lcom/mojang/authlib/GameProfile;)Lxp;
    • getServer

      public IntegratedServer getServer()
      Overrides:
      getServer in class PlayerManager
      Mappings:
      Namespace Name Mixin selector
      named getServer Lnet/minecraft/server/integrated/IntegratedPlayerManager;getServer()Lnet/minecraft/server/integrated/IntegratedServer;
      intermediary method_4811 Lnet/minecraft/class_1130;method_4811()Lnet/minecraft/class_1132;
      official b Lgtf;b()Lgtg;
    • getUserData

      @Nullable public @Nullable NbtCompound getUserData()
      Gets the user data of the player hosting the Minecraft server.
      Overrides:
      getUserData in class PlayerManager
      Returns:
      the user data of the host of the server if the server is an integrated server, otherwise null
      Mappings:
      Namespace Name Mixin selector
      named getUserData Lnet/minecraft/server/PlayerManager;getUserData()Lnet/minecraft/nbt/NbtCompound;
      intermediary method_14567 Lnet/minecraft/class_3324;method_14567()Lnet/minecraft/class_2487;
      official r Lavd;r()Lus;