forked from FabricMC/yarn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
work in entities, network, server, Minecraft client
- Loading branch information
1 parent
1e8f8eb
commit 018b114
Showing
55 changed files
with
269 additions
and
70 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/block/tile/impl/TileEntityCommandBlock.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
mappings/net/minecraft/block/tile/impl/TileEntitySign.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/client/network/INetworkHandlerClient.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS none/fo net/minecraft/client/network/INetworkHandlerClient |
2 changes: 1 addition & 1 deletion
2
...etwork/handler/LoginHandlerClient.mapping → ...client/network/LoginhandlerClient.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
CLASS none/bmb net/minecraft/network/handler/LoginHandlerClient | ||
CLASS none/bmb net/minecraft/client/network/LoginhandlerClient | ||
FIELD a LOGGER Lorg/apache/logging/log4j/Logger; | ||
FIELD b mc Lnone/bdo; |
9 changes: 9 additions & 0 deletions
9
mappings/net/minecraft/client/network/NetworkHandlerClient.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
CLASS none/bmc net/minecraft/client/network/NetworkHandlerClient | ||
CLASS none/bmc$1 | ||
CLASS none/bmc$1$1 | ||
METHOD a handle (ZI)V | ||
FIELD a maxPlayers I | ||
FIELD b LOGGER Lorg/apache/logging/log4j/Logger; | ||
FIELD c connection Lnone/eq; | ||
FIELD f mc Lnone/bdo; | ||
FIELD k rand Ljava/util/Random; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,5 @@ | ||
CLASS none/aiu net/minecraft/client/world/WorldClient | ||
FIELD C profiler Lnone/os; | ||
FIELD E isRemote Z | ||
FIELD r rand Ljava/util/Random; | ||
METHOD E isValidHeight (Lnone/cn;)Z | ||
ARG 0 pos | ||
METHOD U getGameRules ()Lnone/air; | ||
CLASS none/bme net/minecraft/client/world/WorldClient | ||
FIELD K mc Lnone/bdo; | ||
METHOD a getEntityById (I)Lnone/se; | ||
METHOD a getEntitiesIn (Ljava/lang/Class;Lnone/bcp;)Ljava/util/List; | ||
METHOD a (Ljava/lang/Class;Lnone/bcp;Lcom/google/common/base/Predicate;)Ljava/util/List; | ||
METHOD a isValidPos (Lnone/cn;)Z | ||
ARG 0 pos | ||
METHOD a setBlockState (Lnone/cn;Lnone/asj;I)Z | ||
ARG 0 pos | ||
ARG 1 state | ||
ARG 2 flags | ||
METHOD a createEntity (Lnone/se;)Z | ||
METHOD b getBiome (Lnone/cn;)Lnone/ajh; | ||
METHOD d isAir (Lnone/cn;)Z | ||
METHOD k updateEntities ()V | ||
METHOD o getBlockState (Lnone/cn;)Lnone/asj; | ||
ARG 0 pos | ||
METHOD r getTileEntity (Lnone/cn;)Lnone/arb; | ||
METHOD u getServer ()Lnet/minecraft/server/MinecraftServer; | ||
METHOD c getMinecraft (Lnone/bme;)Lnone/bdo; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
CLASS none/n net/minecraft/command/ICommandSender | ||
METHOD c getBlockPos ()Lnone/cn; | ||
METHOD d getPos ()Lnone/bcs; | ||
METHOD e getWorld ()Lnone/aiu; | ||
METHOD f getEntity ()Lnone/se; | ||
METHOD h getServer ()Lnet/minecraft/server/MinecraftServer; | ||
METHOD h_ getName ()Ljava/lang/String; | ||
METHOD i_ getNameComponent ()Lnone/fa; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/entity/passive/impl/EntityOcelot.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
CLASS none/wq net/minecraft/entity/passive/impl/EntityOcelot | ||
METHOD a deserializeEntityTag (Lnone/dt;)V | ||
METHOD b serializeEntityTag (Lnone/dt;)V | ||
METHOD h_ getName ()Ljava/lang/String; |
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/entity/passive/impl/EntityVillager.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
CLASS none/aaf net/minecraft/entity/passive/impl/EntityVillager | ||
METHOD a deserializeEntityTag (Lnone/dt;)V | ||
METHOD b serializeEntityTag (Lnone/dt;)V | ||
METHOD i_ getNameComponent ()Lnone/fa; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/entity/player/EntityPlayerClient.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
CLASS none/boe net/minecraft/entity/player/EntityPlayerClient | ||
FIELD d networkHandler Lnone/bmc; | ||
METHOD a onTrackedDataSet (Lnone/kj;)V | ||
METHOD c getBlockPos ()Lnone/cn; | ||
METHOD m update ()V |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/entity/vehicle/impl/EntityCommandBlockMinecart.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
CLASS none/og net/minecraft/network/NetworkEncryptionUtils | ||
FIELD a LOGGER Lorg/apache/logging/log4j/Logger; | ||
METHOD b generateServerKeyPair ()Ljava/security/KeyPair; |
4 changes: 3 additions & 1 deletion
4
...work/handler/NetworkHandlerServer.mapping → ...raft/network/NetworkHandlerServer.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
CLASS none/mg net/minecraft/network/handler/NetworkHandlerServer | ||
CLASS none/mg net/minecraft/network/NetworkHandlerServer | ||
FIELD c LOGGER Lorg/apache/logging/log4j/Logger; | ||
FIELD d server Lnet/minecraft/server/MinecraftServer; | ||
METHOD <init> (Lnet/minecraft/server/MinecraftServer;Lnone/eq;Lnone/lw;)V | ||
ARG 0 server | ||
METHOD D_ update ()V | ||
METHOD a sendPacket (Lnone/fl;)V | ||
ARG 0 packet |
1 change: 0 additions & 1 deletion
1
mappings/net/minecraft/network/handler/INetworkHandlerClient.mapping
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
mappings/net/minecraft/network/handler/NetworkHandlerClient.mapping
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
mappings/net/minecraft/network/packet/client/CPacketExperienceBarUpdate.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.