yarn/mappings/net/minecraft/server/dedicated/DedicatedPlayerManager.mapping

20 lines
739 B
Plaintext
Raw Normal View History

2018-11-30 06:38:47 -05:00
CLASS tm net/minecraft/server/dedicated/DedicatedPlayerManager
METHOD <init> (Ltn;)V
ARG 1 server
METHOD A loadUserBanList ()V
METHOD B loadOpList ()V
METHOD C saveOpList ()V
METHOD D loadWhitelist ()V
METHOD E saveWhitelist ()V
2018-10-25 16:34:14 -04:00
METHOD a reloadWhitelist ()V
METHOD a addToOperators (Lcom/mojang/authlib/GameProfile;)V
METHOD a setWhitelistEnabled (Z)V
2018-11-29 15:10:38 -05:00
METHOD b getDedicatedServer ()Ltn;
2018-10-25 16:34:14 -04:00
METHOD b removeFromOperators (Lcom/mojang/authlib/GameProfile;)V
METHOD c getServer ()Lnet/minecraft/server/MinecraftServer;
METHOD e isWhitelisted (Lcom/mojang/authlib/GameProfile;)Z
METHOD f canBypassPlayerLimit (Lcom/mojang/authlib/GameProfile;)Z
METHOD x saveIpBanList ()V
METHOD y saveUserBanList ()V
METHOD z loadIpBanList ()V