More random mappings

This commit is contained in:
Łukasz Magiera 2016-09-13 00:55:02 +02:00
parent 28b6d9c3cb
commit 4c0bc2bd20
31 changed files with 287 additions and 7 deletions

View File

@ -5,6 +5,8 @@ CLASS none/gv net/minecraft/network/packet/client/CPacketChunkData
FIELD d data [B
FIELD e tileEntityList Ljava/util/List;
FIELD f containsVerticalStrip Z
METHOD <init> (Lnone/ato;I)V
ARG 0 chunk
METHOD a readPacket (Lnone/es;)V
ARG 0 packet
METHOD a applyPacket (Lnone/ev;)V

View File

@ -0,0 +1,42 @@
CLASS none/mq net/minecraft/server/config/OldListsConverter
CLASS none/mq$a ConversionException
METHOD <init> (Ljava/lang/String;)V
ARG 0 description
METHOD <init> (Ljava/lang/String;Ljava/lang/Throwable;)V
ARG 0 description
ARG 1 throwable
FIELD a BANNED_IPS Ljava/io/File;
FIELD b BANNED_PLAYERS Ljava/io/File;
FIELD c OPS Ljava/io/File;
FIELD d WHITELIST Ljava/io/File;
FIELD e LOGGER Lorg/apache/logging/log4j/Logger;
METHOD a readBanList (Ljava/io/File;Ljava/util/Map;)Ljava/util/List;
ARG 0 banFile
METHOD a (Lnet/minecraft/server/MinecraftServer;)Z
ARG 0 server
METHOD a (Lnet/minecraft/server/MinecraftServer;Ljava/lang/String;)Ljava/lang/String;
ARG 0 server
METHOD a (Lnet/minecraft/server/MinecraftServer;Ljava/util/Collection;Lcom/mojang/authlib/ProfileLookupCallback;)V
ARG 0 server
METHOD a (Lnone/lc;)Z
ARG 0 properties
METHOD a (Lnone/lf;Lnone/lc;)Z
ARG 0 server
ARG 1 properties
METHOD b parseBanDate (Ljava/lang/String;Ljava/util/Date;)Ljava/util/Date;
ARG 0 date
ARG 1 defaultValue
METHOD b (Lnet/minecraft/server/MinecraftServer;)Z
ARG 0 server
METHOD b (Lnone/lc;)Z
ARG 0 properties
METHOD c renameConverted (Ljava/io/File;)V
ARG 0 in
METHOD c (Lnet/minecraft/server/MinecraftServer;)Z
ARG 0 server
METHOD c checkOldPlayersDirectory (Lnone/lc;)Z
ARG 0 properties
METHOD d (Lnet/minecraft/server/MinecraftServer;)Z
ARG 0 server
METHOD d getOldPlayersDirectory (Lnone/lc;)Ljava/io/File;
ARG 0 properties

View File

@ -0,0 +1,6 @@
CLASS none/lj net/minecraft/server/gui/PlayerList
FIELD a server Lnet/minecraft/server/MinecraftServer;
FIELD b tickCounter I
METHOD <init> (Lnet/minecraft/server/MinecraftServer;)V
ARG 0 server
METHOD D_ update ()V

View File

@ -6,3 +6,4 @@ CLASS none/li net/minecraft/server/gui/ServerGui
ARG 0 server
METHOD a createWindow (Lnone/lf;)V
ARG 0 server
METHOD b playerList ()Ljavax/swing/JComponent;

View File

@ -1,4 +1,5 @@
CLASS none/lk net/minecraft/server/gui/StatComponent
FIELD a FORMAT Ljava/text/DecimalFormat;
FIELD d text [Ljava/lang/String;
FIELD e server Lnet/minecraft/server/MinecraftServer;
METHOD <init> (Lnet/minecraft/server/MinecraftServer;)V

View File

@ -0,0 +1,17 @@
CLASS none/nc net/minecraft/server/rcon/BufferHelper
FIELD a HEX_CHARS [C
METHOD a toHex (B)Ljava/lang/String;
ARG 0 b
METHOD a getString ([BII)Ljava/lang/String;
ARG 0 buf
METHOD b getIntLE ([BI)I
ARG 0 buf
ARG 1 start
METHOD b getIntLE ([BII)I
ARG 0 buf
ARG 1 start
ARG 2 limit
METHOD c getIntBE ([BII)I
ARG 0 buf
ARG 1 start
ARG 2 limit

View File

@ -1,4 +1,4 @@
CLASS none/ng net/minecraft/server/dedicated/QueryResponseHandler
CLASS none/ng net/minecraft/server/rcon/QueryResponseHandler
FIELD i queryPort I
FIELD j port I
FIELD k maxPlayerCount I
@ -8,3 +8,5 @@ CLASS none/ng net/minecraft/server/dedicated/QueryResponseHandler
FIELD s hostname Ljava/lang/String;
METHOD <init> (Lnone/la;)V
ARG 0 server
METHOD a (Ljava/net/DatagramPacket;)Z
ARG 0 packet

View File

@ -0,0 +1,27 @@
CLASS none/nf net/minecraft/server/rcon/RCONBase
FIELD a running Z
FIELD b server Lnone/la;
FIELD c description Ljava/lang/String;
FIELD f seckets Ljava/util/List;
FIELD g serverSockets Ljava/util/List;
METHOD <init> (Lnone/la;Ljava/lang/String;)V
ARG 0 server
ARG 1 description
METHOD a log (Ljava/lang/String;)V
ARG 0 msg
METHOD a (Ljava/net/DatagramSocket;)V
ARG 0 socket
METHOD a (Ljava/net/DatagramSocket;Z)Z
ARG 0 socket
METHOD a closeSocket (Ljava/net/ServerSocket;Z)Z
ARG 0 socket
METHOD b info (Ljava/lang/String;)V
ARG 0 msg
METHOD b closeSecket (Ljava/net/ServerSocket;)Z
ARG 0 socket
METHOD c isRunning ()Z
METHOD c warn (Ljava/lang/String;)V
ARG 0 msg
METHOD d getCurrentPlayerCount ()I
METHOD d logError (Ljava/lang/String;)V
ARG 0 msg

View File

@ -0,0 +1,14 @@
CLASS none/nh net/minecraft/server/rcon/RCONClient
FIELD h LOGGER Lorg/apache/logging/log4j/Logger;
FIELD i authenticated Z
FIELD j socket Ljava/net/Socket;
FIELD k messageBuffer [B
FIELD l password Ljava/lang/String;
METHOD <init> (Lnone/la;Ljava/net/Socket;)V
ARG 0 server
ARG 1 socket
METHOD a reply (IILjava/lang/String;)V
ARG 2 msg
METHOD a reply (ILjava/lang/String;)V
ARG 1 msg
METHOD g close ()V

View File

@ -0,0 +1,9 @@
CLASS none/ni net/minecraft/server/rcon/RCONServer
FIELD h port I
FIELD i serverPort I
FIELD j serverHostname Ljava/lang/String;
FIELD k listener Ljava/net/ServerSocket;
FIELD l password Ljava/lang/String;
FIELD m clients Ljava/util/Map;
METHOD <init> (Lnone/la;)V
ARG 0 server

View File

@ -1,4 +1,4 @@
CLASS none/bpa
CLASS none/bpa net/minecraft/sortme/ClientWorldListener
FIELD b LOGGER Lorg/apache/logging/log4j/Logger;
FIELD c MOON_PHASES_TEX Lnone/kp;
FIELD d SUN_TEX Lnone/kp;
@ -6,7 +6,12 @@ CLASS none/bpa
FIELD f END_SKY_TEX Lnone/kp;
FIELD g FORCEFIELD_TEX Lnone/kp;
FIELD h mc Lnone/bdq;
FIELD k world Lnone/bmg;
FIELD z destroyStages [Lnone/bxd;
METHOD <init> (Lnone/bdq;)V
ARG 0 mc
METHOD a (ILnone/cn;I)V
ARG 1 pos
METHOD a onSpawnParticle (IZDDDDDD[I)V
METHOD a onPlaySound (Lnone/aal;Lnone/nk;Lnone/nm;DDDFF)V
ARG 0 player
@ -17,10 +22,19 @@ CLASS none/bpa
ARG 5 z
ARG 6 volume
ARG 7 pitch
METHOD a (Lnone/aiv;Lnone/cn;Lnone/asl;Lnone/asl;I)V
ARG 0 world
ARG 1 pos
METHOD a onResourceReload (Lnone/byc;)V
ARG 0 container
METHOD a (Lnone/cn;)V
ARG 0 pos
METHOD a (Lnone/nk;Lnone/cn;)V
ARG 1 pos
METHOD a onSpawnEntity (Lnone/sf;)V
ARG 0 entity
METHOD b renderClouds (FI)V
METHOD b (Lnone/sf;)V
ARG 0 entity
METHOD c renderCloudsFancy (FI)V
METHOD p loadDestroyStageTextures ()V

View File

@ -0,0 +1,14 @@
CLASS none/yg net/minecraft/sortme/DragonStateOrSomething
FIELD a HOLDING_PATTERN Lnone/yg;
FIELD b STRAFE_PLAYER Lnone/yg;
FIELD c LANDING_APPROACH Lnone/yg;
FIELD d LANDING Lnone/yg;
FIELD e TAKEOFF Lnone/yg;
FIELD f SITTING_FLAMING Lnone/yg;
FIELD g SITTING_SCANNING Lnone/yg;
FIELD h SITTING_ATTACKING Lnone/yg;
FIELD i CHARGING_PLAYER Lnone/yg;
FIELD j DYING Lnone/yg;
FIELD k HOVER Lnone/yg;
METHOD a (Lnone/xq;)Lnone/ya;
ARG 0 dragon

View File

@ -0,0 +1,2 @@
CLASS none/ss net/minecraft/sortme/EntityMobSomeTypeMap
FIELD a TYPE_MAP Ljava/util/Map;

View File

@ -0,0 +1 @@
CLASS none/axu net/minecraft/sortme/VillageGeneratorHelpers

View File

@ -26,16 +26,26 @@ CLASS none/or net/minecraft/util/math/MathUtils
ARG 1 min
ARG 2 max
METHOD a getDouble (Ljava/lang/String;D)D
ARG 0 n
ARG 1 defaultValue
METHOD a getDouble (Ljava/lang/String;DD)D
ARG 0 n1
ARG 1 defaultValue
ARG 2 n2
METHOD a getInt (Ljava/lang/String;I)I
ARG 0 string
ARG 1 defaultValue
METHOD a (Ljava/lang/String;II)I
METHOD a getInt (Ljava/lang/String;II)I
ARG 0 n
ARG 1 defaultValue
ARG 2 n2
METHOD a generateRandomUuid (Ljava/util/Random;)Ljava/util/UUID;
ARG 0 rand
METHOD a nextDouble (Ljava/util/Random;DD)D
METHOD a nextFloat (Ljava/util/Random;FF)F
METHOD a nextInt (Ljava/util/Random;II)I
METHOD a (Lnone/dk;)J
ARG 0 v
METHOD a average ([J)D
ARG 0 values
METHOD b fastFloor (D)I
@ -50,17 +60,25 @@ CLASS none/or net/minecraft/util/math/MathUtils
ARG 0 d
METHOD c sqrt (F)F
ARG 0 f
METHOD c hsvToRgb (FFF)I
ARG 0 h
ARG 1 s
ARG 2 v
METHOD c smallestEncompassingPowerOfTwo (I)I
ARG 0 n
METHOD c roundUp (II)I
METHOD d lfloor (D)J
ARG 0 d
METHOD d floor (F)I
ARG 0 f
METHOD d (I)I
ARG 0 i
METHOD e absFloor (D)I
ARG 0 d
METHOD e abs (F)F
ARG 0 f
METHOD e log2 (I)I
ARG 0 n
METHOD f ceil (D)I
ARG 0 d
METHOD f ceil (F)I
@ -71,5 +89,7 @@ CLASS none/or net/minecraft/util/math/MathUtils
ARG 0 val
METHOD g wrapDegrees (F)F
ARG 0 val
METHOD g (I)Z
ARG 0 f
METHOD h getFractionalPart (D)D
ARG 0 value

View File

@ -1,4 +1,6 @@
CLASS none/aix net/minecraft/world/IWorldListener
METHOD a (ILnone/cn;I)V
ARG 1 pos
METHOD a onSpawnParticle (IZDDDDDD[I)V
METHOD a onPlaySound (Lnone/aal;Lnone/nk;Lnone/nm;DDDFF)V
ARG 0 player
@ -9,5 +11,14 @@ CLASS none/aix net/minecraft/world/IWorldListener
ARG 5 z
ARG 6 volume
ARG 7 pitch
METHOD a (Lnone/aiv;Lnone/cn;Lnone/asl;Lnone/asl;I)V
ARG 0 world
ARG 1 pos
METHOD a (Lnone/cn;)V
ARG 0 pos
METHOD a (Lnone/nk;Lnone/cn;)V
ARG 1 pos
METHOD a onSpawnEntity (Lnone/sf;)V
ARG 0 entity
METHOD b (Lnone/sf;)V
ARG 0 entity

View File

@ -1,2 +0,0 @@
CLASS none/lj
METHOD D_ update ()V

5
mappings/none/ln.mapping Normal file
View File

@ -0,0 +1,5 @@
CLASS none/ln
FIELD b pos Lnone/cn;
METHOD <init> (ILnone/cn;)V
ARG 1 pos
METHOD b getPos ()Lnone/cn;

9
mappings/none/lp.mapping Normal file
View File

@ -0,0 +1,9 @@
CLASS none/lp
METHOD a (Lnone/aal;Lnone/aiv;Lnone/aer;Lnone/ra;Lnone/cn;Lnone/cu;FFF)Lnone/rc;
ARG 1 world
METHOD a (Lnone/cn;)V
ARG 0 pos
METHOD a (Lnone/cn;Lnone/cu;)V
ARG 0 fos
METHOD b (Lnone/cn;)Z
ARG 0 pos

View File

@ -1,6 +1,11 @@
CLASS none/lv
FIELD a server Lnet/minecraft/server/MinecraftServer;
FIELD b world Lnone/lu;
METHOD <init> (Lnet/minecraft/server/MinecraftServer;Lnone/lu;)V
ARG 0 server
ARG 1 world
METHOD a (ILnone/cn;I)V
ARG 1 pos
METHOD a onSpawnParticle (IZDDDDDD[I)V
METHOD a onPlaySound (Lnone/aal;Lnone/nk;Lnone/nm;DDDFF)V
ARG 0 player
@ -11,5 +16,14 @@ CLASS none/lv
ARG 5 z
ARG 6 volume
ARG 7 pitch
METHOD a (Lnone/aiv;Lnone/cn;Lnone/asl;Lnone/asl;I)V
ARG 0 world
ARG 1 pos
METHOD a (Lnone/cn;)V
ARG 0 pos
METHOD a (Lnone/nk;Lnone/cn;)V
ARG 1 pos
METHOD a onSpawnEntity (Lnone/sf;)V
ARG 0 entity
METHOD b (Lnone/sf;)V
ARG 0 entity

View File

@ -1,4 +1,22 @@
CLASS none/lx
FIELD a world Lnone/aiv;
FIELD b player Lnone/lw;
FIELD c gameMode Lnone/ait;
METHOD <init> (Lnone/aiv;)V
ARG 0 world
METHOD a (Lnone/aal;Lnone/aiv;Lnone/aer;Lnone/ra;Lnone/cn;Lnone/cu;FFF)Lnone/rc;
ARG 1 world
METHOD a (Lnone/ait;)V
ARG 0 gameMode
METHOD a (Lnone/cn;)V
ARG 0 pos
METHOD a (Lnone/cn;Lnone/cu;)V
ARG 0 fos
METHOD a setWorld (Lnone/lu;)V
ARG 0 world
METHOD b getGameMode ()Lnone/ait;
METHOD b (Lnone/cn;)Z
ARG 0 pos
METHOD c (Lnone/cn;)Z
ARG 0 pos
METHOD d isCreative ()Z

18
mappings/none/lz.mapping Normal file
View File

@ -0,0 +1,18 @@
CLASS none/lz
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD c players Ljava/util/List;
FIELD d pos Lnone/aio;
FIELD f chunk Lnone/ato;
METHOD <init> (Lnone/ma;II)V
ARG 1 x
ARG 2 z
METHOD a getPos ()Lnone/aio;
METHOD a (Lnone/ard;)V
ARG 0 entity
METHOD a (Lnone/lw;)V
ARG 0 player
METHOD c (Lnone/lw;)V
ARG 0 player
METHOD d (Lnone/lw;)Z
ARG 0 player
METHOD f getChunk ()Lnone/ato;

5
mappings/none/ma.mapping Normal file
View File

@ -0,0 +1,5 @@
CLASS none/ma
FIELD c world Lnone/lu;
FIELD d players Ljava/util/List;
METHOD <init> (Lnone/lu;)V
ARG 0 world

2
mappings/none/md.mapping Normal file
View File

@ -0,0 +1,2 @@
CLASS none/md
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;

5
mappings/none/nb.mapping Normal file
View File

@ -0,0 +1,5 @@
CLASS none/nb
METHOD a write (I)V
METHOD a write (Ljava/lang/String;)V
METHOD a write ([B)V
METHOD b reset ()V

View File

@ -1,2 +0,0 @@
CLASS none/nh
FIELD h LOGGER Lorg/apache/logging/log4j/Logger;

5
mappings/none/rn.mapping Normal file
View File

@ -0,0 +1,5 @@
CLASS none/rn
FIELD a damageSource Lnone/rq;
METHOD <init> (Lnone/rq;IFFLjava/lang/String;F)V
ARG 0 damageSource
METHOD a getDamageSource ()Lnone/rq;

6
mappings/none/rp.mapping Normal file
View File

@ -0,0 +1,6 @@
CLASS none/rp
FIELD b entity Lnone/so;
METHOD <init> (Lnone/so;)V
ARG 0 entity
METHOD a (Lnone/rq;FF)V
ARG 0 damageSource

View File

@ -1,4 +1,6 @@
CLASS none/va
METHOD <init> (Lnone/xc;D)V
ARG 0 horse
METHOD a canStart ()Z
METHOD b shouldContinue ()Z
METHOD c start ()V

View File

@ -1,4 +1,6 @@
CLASS none/vw
METHOD a (ILnone/cn;I)V
ARG 1 pos
METHOD a onSpawnParticle (IZDDDDDD[I)V
METHOD a onPlaySound (Lnone/aal;Lnone/nk;Lnone/nm;DDDFF)V
ARG 0 player
@ -9,5 +11,14 @@ CLASS none/vw
ARG 5 z
ARG 6 volume
ARG 7 pitch
METHOD a (Lnone/aiv;Lnone/cn;Lnone/asl;Lnone/asl;I)V
ARG 0 world
ARG 1 pos
METHOD a (Lnone/cn;)V
ARG 0 pos
METHOD a (Lnone/nk;Lnone/cn;)V
ARG 1 pos
METHOD a onSpawnEntity (Lnone/sf;)V
ARG 0 entity
METHOD b (Lnone/sf;)V
ARG 0 entity

1
mappings/none/yd.mapping Normal file
View File

@ -0,0 +1 @@
CLASS none/yd