ServerPlayerEntity-related naming work

This commit is contained in:
asie 2018-12-05 12:16:14 +01:00
parent feeb33086f
commit 3219314eb4
18 changed files with 55 additions and 18 deletions

View File

@ -1,5 +0,0 @@
CLASS mx
METHOD a read (Liq;)V
METHOD a apply (Lit;)V
METHOD a apply (Ljr;)V
METHOD b write (Liq;)V

View File

@ -1,5 +0,0 @@
CLASS my
METHOD a read (Liq;)V
METHOD a apply (Lit;)V
METHOD a apply (Ljr;)V
METHOD b write (Liq;)V

View File

@ -41,7 +41,7 @@ CLASS czh net/minecraft/client/network/ClientPlayNetworkHandler
METHOD a onGuiSlotUpdate (Lkp;)V
METHOD a onCooldownUpdate (Lkq;)V
METHOD a onCustomPayload (Lkr;)V
METHOD a onSoundPlayName (Lks;)V
METHOD a onPlaySoundId (Lks;)V
METHOD a onDisconnect (Lkt;)V
METHOD a onEntityStatus (Lku;)V
METHOD a onExplosion (Lkv;)V
@ -56,13 +56,13 @@ CLASS czh net/minecraft/client/network/ClientPlayNetworkHandler
METHOD a onVehicleMove (Llg;)V
METHOD a onSignEditorOpen (Llh;)V
METHOD a onPlayerAbilities (Llj;)V
METHOD a onEventCombat (Llk;)V
METHOD a onCombatEvent (Llk;)V
METHOD a onPlayerList (Lll;)V
METHOD a onPlayerPositionLook (Lln;)V
METHOD a onPlayerUseBed (Llo;)V
METHOD a onUnlockRecipes (Llp;)V
METHOD a onEntitiesDestroy (Llq;)V
METHOD a onEntityEffectRemove (Llr;)V
METHOD a onRemoveEntityEffect (Llr;)V
METHOD a onResourcePackSend (Lls;)V
METHOD a onPlayerRespawn (Llt;)V
METHOD a onEntitySetHeadYaw (Llu;)V
@ -89,6 +89,9 @@ CLASS czh net/minecraft/client/network/ClientPlayNetworkHandler
METHOD a onAdvancements (Lmu;)V
METHOD a onEntityAttributes (Lmv;)V
METHOD a onEntityPotionEffect (Lmw;)V
METHOD a onSynchronizeRecipes (Lmx;)V
ARG 1 packet
METHOD a onSynchronizeTags (Lmy;)V
METHOD b getCommandSource ()Lczi;
METHOD b validateResourcePackUrl (Ljava/lang/String;)Z
METHOD d getRecipeManager ()Laxz;

View File

@ -11,8 +11,10 @@ CLASS dbn net/minecraft/client/network/ClientPlayerEntity
METHOD V_ stopRiding ()V
METHOD a setClientPermissionLevel (I)V
METHOD a openInventory (Laev;)V
ARG 1 inventory
METHOD a swingHand (Lafb;)V
METHOD a openContainer (Lafc;)V
ARG 1 provider
METHOD a damage (Lafr;F)Z
ARG 1 source
METHOD a copyEntityData (Lagi;)V

View File

@ -1,4 +1,4 @@
CLASS lk net/minecraft/client/network/packet/EventCombatClientPacket
CLASS lk net/minecraft/client/network/packet/CombatEventClientPacket
CLASS lk$a Type
FIELD a BEGIN Llk$a;
FIELD b END Llk$a;

View File

@ -1,4 +1,4 @@
CLASS lr net/minecraft/client/network/packet/EntityEffectRemoveClientPacket
CLASS lr net/minecraft/client/network/packet/RemoveEntityEffectClientPacket
FIELD a entityId I
FIELD b effectType Laga;
METHOD <init> (ILaga;)V

View File

@ -0,0 +1,7 @@
CLASS mx net/minecraft/client/network/packet/SynchronizeRecipesClientPacket
FIELD a recipes Ljava/util/List;
METHOD a read (Liq;)V
METHOD a apply (Lit;)V
METHOD a apply (Ljr;)V
METHOD b getRecipes ()Ljava/util/List;
METHOD b write (Liq;)V

View File

@ -0,0 +1,7 @@
CLASS my net/minecraft/client/network/packet/SynchronizeTagsClientPacket
FIELD a tagManager Lxz;
METHOD a read (Liq;)V
METHOD a apply (Lit;)V
METHOD a apply (Ljr;)V
METHOD b getTagManager ()Lxz;
METHOD b write (Liq;)V

View File

@ -123,6 +123,7 @@ CLASS agi net/minecraft/entity/Entity
METHOD a applyRotation (Lbka;)F
METHOD a onBlockCollision (Lboj;)V
METHOD a changeDimension (Lbrc;)Lagi;
ARG 1 type
METHOD a addCrashReportDetails (Lc;)V
METHOD a setBoundingBox (Lckl;)V
METHOD a squaredDistanceTo (Lckp;)D

View File

@ -12,6 +12,7 @@ CLASS aol net/minecraft/entity/ItemEntity
ARG 1 source
METHOD a tryMerge (Laol;)Z
METHOD a changeDimension (Lbrc;)Lagi;
ARG 1 type
METHOD a readCustomDataFromTag (Lhp;)V
ARG 1 tag
METHOD b setStack (Lavs;)V

View File

@ -48,7 +48,9 @@ CLASS aqj net/minecraft/entity/player/PlayerEntity
METHOD Z getMaxPortalTime ()I
METHOD a addExhaustion (F)V
METHOD a openInventory (Laev;)V
ARG 1 inventory
METHOD a openContainer (Lafc;)V
ARG 1 provider
METHOD a canUnlock (Lafg;)Z
METHOD a onDeath (Lafr;)V
METHOD a damage (Lafr;F)Z

View File

@ -2,4 +2,5 @@ CLASS are net/minecraft/entity/thrown/ThrownEnderpearlEntity
FIELD e owner Lagr;
METHOD U_ update ()V
METHOD a changeDimension (Lbrc;)Lagi;
ARG 1 type
METHOD a onCollision (Lckm;)V

View File

@ -18,6 +18,7 @@ CLASS aro net/minecraft/entity/vehicle/StorageMinecartEntity
METHOD a dropItems (Lafr;)V
METHOD a canPlayerUseInv (Laqj;)Z
METHOD a changeDimension (Lbrc;)Lagi;
ARG 1 type
METHOD a readCustomDataFromTag (Lhp;)V
ARG 1 tag
METHOD a setLootTable (Lpy;J)V

View File

@ -25,7 +25,7 @@ CLASS jr net/minecraft/network/listener/ClientPlayPacketListener
METHOD a onGuiSlotUpdate (Lkp;)V
METHOD a onCooldownUpdate (Lkq;)V
METHOD a onCustomPayload (Lkr;)V
METHOD a onSoundPlayName (Lks;)V
METHOD a onPlaySoundId (Lks;)V
METHOD a onDisconnect (Lkt;)V
METHOD a onEntityStatus (Lku;)V
METHOD a onExplosion (Lkv;)V
@ -40,13 +40,13 @@ CLASS jr net/minecraft/network/listener/ClientPlayPacketListener
METHOD a onVehicleMove (Llg;)V
METHOD a onSignEditorOpen (Llh;)V
METHOD a onPlayerAbilities (Llj;)V
METHOD a onEventCombat (Llk;)V
METHOD a onCombatEvent (Llk;)V
METHOD a onPlayerList (Lll;)V
METHOD a onPlayerPositionLook (Lln;)V
METHOD a onPlayerUseBed (Llo;)V
METHOD a onUnlockRecipes (Llp;)V
METHOD a onEntitiesDestroy (Llq;)V
METHOD a onEntityEffectRemove (Llr;)V
METHOD a onRemoveEntityEffect (Llr;)V
METHOD a onResourcePackSend (Lls;)V
METHOD a onPlayerRespawn (Llt;)V
METHOD a onEntitySetHeadYaw (Llu;)V
@ -73,3 +73,6 @@ CLASS jr net/minecraft/network/listener/ClientPlayPacketListener
METHOD a onAdvancements (Lmu;)V
METHOD a onEntityAttributes (Lmv;)V
METHOD a onEntityPotionEffect (Lmw;)V
METHOD a onSynchronizeRecipes (Lmx;)V
ARG 1 packet
METHOD a onSynchronizeTags (Lmy;)V

View File

@ -34,6 +34,7 @@ CLASS net/minecraft/server/MinecraftServer net/minecraft/server/MinecraftServer
FIELD al commandFunctionManager Lql;
FIELD ap forceWorldUpgrade Z
FIELD c lastTickLengths [J
FIELD e serverThread Ljava/lang/Thread;
FIELD g LOGGER Lorg/apache/logging/log4j/Logger;
FIELD h levelStorage Lcgx;
FIELD i snooper Lafl;
@ -43,6 +44,7 @@ CLASS net/minecraft/server/MinecraftServer net/minecraft/server/MinecraftServer
FIELD m networkIO Luy;
FIELD n metadata Lpi;
FIELD o random Ljava/util/Random;
FIELD p dataFixer Lcom/mojang/datafixers/DataFixer;
FIELD q serverIp Ljava/lang/String;
FIELD r serverPort I
FIELD s worlds Ljava/util/Map;
@ -95,6 +97,8 @@ CLASS net/minecraft/server/MinecraftServer net/minecraft/server/MinecraftServer
METHOD a stop (Z)V
METHOD aA getServerStartTime ()J
METHOD aB getMainThread ()Ljava/lang/Thread;
METHOD aC getDataFixer ()Lcom/mojang/datafixers/DataFixer;
METHOD aD getAdvancementManager ()Lqk;
METHOD aE getCommandFunctionManager ()Lql;
METHOD aG getDataManager ()Lwa;
METHOD aK getCommandManager ()Lcb;

View File

@ -38,6 +38,7 @@ CLASS wm net/minecraft/server/PlayerManager
FIELD m ops Lwn;
FIELD n whitelist Lwt;
FIELD o statisticsMap Ljava/util/Map;
FIELD p advancementManagerMap Ljava/util/Map;
FIELD r whitelistEnabled Z
FIELD s viewDistance I
FIELD t gameMode Lban;
@ -93,4 +94,5 @@ CLASS wm net/minecraft/server/PlayerManager
METHOD s getUserData ()Lhp;
METHOD t disconnectAllPlayers ()V
METHOD u getPlayerList ()Ljava/util/List;
METHOD v onDataPacksReloaded ()V
METHOD w areCheatsAllowed ()Z

View File

@ -2,18 +2,24 @@ CLASS ul net/minecraft/server/network/ServerPlayerEntity
FIELD a networkHandler Luz;
FIELD b server Lnet/minecraft/server/MinecraftServer;
FIELD cA enteredNetherPos Lckp;
FIELD cD containerSyncId I
FIELD c interactionManager Lum;
FIELD ca LOGGER_PLAYER Lorg/apache/logging/log4j/Logger;
FIELD cd advancementManager Lqi;
FIELD cv seenCredits Z
FIELD cw recipeBook Lxk;
METHOD B getRecipeBook ()Lxk;
METHOD C updatePotionVisibility ()V
METHOD E updatePortalCooldown ()V
METHOD L getAdvancementManager ()Lqi;
METHOD M getEnteredNetherPosition ()Lckp;
METHOD U_ update ()V
METHOD V_ stopRiding ()V
METHOD a openInventory (Laev;)V
ARG 1 inventory
METHOD a swingHand (Lafb;)V
METHOD a openContainer (Lafc;)V
ARG 1 provider
METHOD a onDeath (Lafr;)V
METHOD a damage (Lafr;F)Z
ARG 1 source
@ -35,10 +41,12 @@ CLASS ul net/minecraft/server/network/ServerPlayerEntity
METHOD a openBookEditor (Lavs;Lafb;)V
METHOD a openVillagerGui (Lazu;)V
METHOD a setGameMode (Lban;)V
METHOD a sendBlockEntityUpdate (Lbmn;)V
METHOD a openCommandBlock (Lbmr;)V
METHOD a openSignEditor (Lbnj;)V
METHOD a onBlockCollision (Lboj;)V
METHOD a changeDimension (Lbrc;)Lagi;
ARG 1 type
METHOD a trySleep (Let;)Laqj$a;
METHOD a readCustomDataFromTag (Lhp;)V
ARG 1 tag
@ -53,6 +61,7 @@ CLASS ul net/minecraft/server/network/ServerPlayerEntity
METHOD b writeCustomDataToTag (Lhp;)V
ARG 1 tag
METHOD d addExperience (I)V
METHOD dR incrementContainerSyncId ()V
METHOD f attack (Lagi;)V
METHOD g createCooldownManager ()Lavo;
METHOD m closeContainer ()V

4
mappings/xl.mapping Normal file
View File

@ -0,0 +1,4 @@
CLASS xl
FIELD b LOGGER Lorg/apache/logging/log4j/Logger;
FIELD c server Lnet/minecraft/server/MinecraftServer;
FIELD d file Ljava/io/File;