-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6afd344
commit b464f27
Showing
26 changed files
with
105 additions
and
12 deletions.
There are no files selected for viewing
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,4 @@ | ||
CLASS net/minecraft/class_130 | ||
FIELD field_492 image Ljava/awt/image/BufferedImage; | ||
METHOD <init> (Ljava/lang/String;Lnet/minecraft/class_131;)V | ||
ARG 2 imageProcessor |
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,2 @@ | ||
CLASS net/minecraft/class_168 | ||
METHOD method_609 updatePlayer (Lnet/minecraft/class_54;)V |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,7 @@ | ||
CLASS net/minecraft/class_275 net/minecraft/client/ClientInventory | ||
FIELD field_2385 name Ljava/lang/String; | ||
FIELD field_2386 invSize I | ||
FIELD field_2387 contents [Lnet/minecraft/class_31; | ||
METHOD <init> (Ljava/lang/String;I)V | ||
ARG 1 name | ||
ARG 2 size |
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,3 @@ | ||
CLASS net/minecraft/class_131 net/minecraft/client/ImageProcessor | ||
METHOD method_1655 process (Ljava/awt/image/BufferedImage;)Ljava/awt/image/BufferedImage; | ||
ARG 1 image |
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 net/minecraft/class_570 net/minecraft/client/ImageProcessorImpl |
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,5 @@ | ||
CLASS net/minecraft/class_413 net/minecraft/client/MovementManager | ||
FIELD field_1661 keys [Z | ||
FIELD field_1662 options Lnet/minecraft/class_322; | ||
METHOD <init> (Lnet/minecraft/class_322;)V | ||
ARG 1 options |
10 changes: 10 additions & 0 deletions
10
mappings/net/minecraft/client/PlayerKeypressManager.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,10 @@ | ||
CLASS net/minecraft/class_41 net/minecraft/client/PlayerKeypressManager | ||
FIELD field_2532 perpendicularMovement F | ||
FIELD field_2533 parallelMovement F | ||
FIELD field_2535 jump Z | ||
FIELD field_2536 sneak Z | ||
METHOD method_1940 resetKeys ()V | ||
METHOD method_1941 onKeyPressed (IZ)V | ||
ARG 1 keycode | ||
ARG 2 pressed | ||
METHOD method_1942 updatePlayer (Lnet/minecraft/class_54;)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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
CLASS net/minecraft/class_69 net/minecraft/entity/player/ServerPlayer | ||
FIELD field_255 packetHandler Lnet/minecraft/class_11; |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CLASS net/minecraft/class_42 net/minecraft/level/WorldPopulationRegion | ||
FIELD field_168 chunks [[Lnet/minecraft/class_43; | ||
FIELD field_169 level Lnet/minecraft/class_18; |
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
35 changes: 35 additions & 0 deletions
35
mappings/net/minecraft/server/ServerPlayerConnectionManager.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,35 @@ | ||
CLASS net/minecraft/class_166 net/minecraft/server/ServerPlayerConnectionManager | ||
FIELD field_577 logger Ljava/util/logging/Logger; | ||
FIELD field_578 players Ljava/util/List; | ||
FIELD field_579 server Lnet/minecraft/server/MinecraftServer; | ||
FIELD field_580 playerViews [Lnet/minecraft/class_167; | ||
FIELD field_581 maxPlayerCount I | ||
FIELD field_582 bannedPlayers Ljava/util/Set; | ||
FIELD field_583 ipBans Ljava/util/Set; | ||
FIELD field_586 bannedPlayersFile Ljava/io/File; | ||
FIELD field_587 bannedIPsFile Ljava/io/File; | ||
FIELD field_588 operatorsFile Ljava/io/File; | ||
FIELD field_589 whiteListFile Ljava/io/File; | ||
FIELD field_591 whitelisted Z | ||
METHOD <init> (Lnet/minecraft/server/MinecraftServer;)V | ||
ARG 1 server | ||
METHOD method_549 getViewRadiusInTiles ()I | ||
METHOD method_551 getPlayerView (I)Lnet/minecraft/class_167; | ||
ARG 1 dimension | ||
METHOD method_554 (Lnet/minecraft/class_69;)V | ||
ARG 1 player | ||
METHOD method_557 connectPlayer (Lnet/minecraft/class_10;Ljava/lang/String;)Lnet/minecraft/class_69; | ||
ARG 1 connect | ||
ARG 2 name | ||
METHOD method_575 updateDimension (Lnet/minecraft/class_69;)V | ||
ARG 1 player | ||
METHOD method_580 loadBanList ()V | ||
METHOD method_582 cannotJoin (Ljava/lang/String;)Z | ||
METHOD method_583 saveBanList ()V | ||
METHOD method_585 loadIPBanList ()V | ||
METHOD method_587 saveIPBanList ()V | ||
METHOD method_588 sendChatMessage (Ljava/lang/String;)V | ||
METHOD method_589 loadOperatorList ()V | ||
METHOD method_591 saveOperatorList ()V | ||
METHOD method_593 loadWhitelist ()V | ||
METHOD method_594 saveWhitelist ()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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
CLASS net/minecraft/class_167 net/minecraft/server/ServerPlayerView | ||
FIELD field_2132 server Lnet/minecraft/server/MinecraftServer; | ||
FIELD field_2134 viewRadius I | ||
FIELD field_2135 directions [[I | ||
METHOD <init> (Lnet/minecraft/server/MinecraftServer;II)V | ||
ARG 1 server | ||
ARG 3 viewRadius | ||
METHOD method_1748 addPlayer (Lnet/minecraft/class_69;)V | ||
METHOD method_1750 getViewRadiusInTiles ()I |
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 net/minecraft/class_284 net/minecraft/server/gui/PlayerList |
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 net/minecraft/class_120 net/minecraft/server/level/OtherServerLevel |
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 net/minecraft/class_73 net/minecraft/server/level/ServerLevel |
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/server/level/ServerLevelListener.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,5 @@ | ||
CLASS net/minecraft/class_72 net/minecraft/server/level/ServerLevelListener | ||
FIELD field_267 server Lnet/minecraft/server/MinecraftServer; | ||
FIELD field_268 level Lnet/minecraft/class_73; | ||
METHOD <init> (Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_73;)V | ||
ARG 2 level |
11 changes: 11 additions & 0 deletions
11
mappings/net/minecraft/server/level/ServerLevelSource.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,11 @@ | ||
CLASS net/minecraft/class_79 net/minecraft/server/level/ServerLevelSource | ||
FIELD field_934 chunkPositions Ljava/util/Set; | ||
FIELD field_935 chunk Lnet/minecraft/class_43; | ||
FIELD field_936 parentLevelSource Lnet/minecraft/class_51; | ||
FIELD field_937 chunkIO Lnet/minecraft/class_243; | ||
FIELD field_938 chunks Ljava/util/Map; | ||
FIELD field_940 level Lnet/minecraft/class_73; | ||
METHOD method_849 saveChunk (Lnet/minecraft/class_43;)V | ||
METHOD method_850 addChunkPosition (II)V | ||
ARG 1 x | ||
ARG 2 z |
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/server/network/ServerPlayerPacketHandler.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,2 +1,3 @@ | ||
CLASS net/minecraft/class_11 net/minecraft/server/network/ServerPlayerPacketHandler | ||
FIELD field_916 LOGGER Ljava/util/logging/Logger; | ||
METHOD method_835 send (Lnet/minecraft/class_169;)V |