yarn/mappings/net/minecraft/server/dedicated/DedicatedServerConfiguratio...

21 lines
928 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS mv net/minecraft/server/dedicated/DedicatedServerConfigurationManager
FIELD f LOGGER Lorg/apache/logging/log4j/Logger;
METHOD A loadOperatorProfiles ()V
METHOD B saveOperatorProfiles ()V
METHOD C loadWhitelistedProfiles ()V
METHOD D saveWhitelistedProfiles ()V
2017-04-05 14:11:28 -04:00
METHOD a reloadWhitelist ()V
METHOD a addToOperators (Lcom/mojang/authlib/GameProfile;)V
METHOD a setWhitelistEnabled (Z)V
2017-04-05 07:31:24 -04:00
METHOD b getServer ()Lmw;
2017-04-05 14:11:28 -04:00
METHOD b removeFromOperators (Lcom/mojang/authlib/GameProfile;)V
METHOD c getServer ()Lnet/minecraft/server/MinecraftServer;
METHOD c removeFromWhitelist (Lcom/mojang/authlib/GameProfile;)V
METHOD d addToWhitelist (Lcom/mojang/authlib/GameProfile;)V
METHOD e isWhitelisted (Lcom/mojang/authlib/GameProfile;)Z
METHOD f canBypassPlayerLimit (Lcom/mojang/authlib/GameProfile;)Z
METHOD w saveBannedIps ()V
METHOD x saveBannedProfiles ()V
METHOD y loadBannedIps ()V
METHOD z loadBannedProfiles ()V