clean up sortme, other things

This commit is contained in:
asiekierka 2016-09-19 16:40:26 +02:00
parent bbbd3cff79
commit b7c5af3623
45 changed files with 218 additions and 27 deletions

View File

@ -42,6 +42,7 @@ CLASS none/arq net/minecraft/block/entity/impl/BlockEntityHopper
METHOD a isInventoryFull (Lnone/qu;Lnone/cu;)Z METHOD a isInventoryFull (Lnone/qu;Lnone/cu;)Z
ARG 0 inv ARG 0 inv
ARG 1 facing ARG 1 facing
METHOD a (Lnone/qu;Lnone/qu;Lnone/yz;)Z
METHOD b removeInvStack (I)Lnone/aer; METHOD b removeInvStack (I)Lnone/aer;
ARG 0 slot ARG 0 slot
METHOD b setInvProperty (II)V METHOD b setInvProperty (II)V

View File

@ -5,7 +5,13 @@ CLASS none/arw net/minecraft/block/entity/impl/BlockEntitySkull
FIELD j userCache Lnone/mn; FIELD j userCache Lnone/mn;
FIELD k sessionService Lcom/mojang/authlib/minecraft/MinecraftSessionService; FIELD k sessionService Lcom/mojang/authlib/minecraft/MinecraftSessionService;
METHOD D_ update ()V METHOD D_ update ()V
METHOD a getOwner ()Lcom/mojang/authlib/GameProfile;
METHOD a setType (I)V
ARG 0 type
METHOD a setOwnerAndType (Lcom/mojang/authlib/GameProfile;)V
ARG 0 owner
METHOD a setSessionService (Lcom/mojang/authlib/minecraft/MinecraftSessionService;)V METHOD a setSessionService (Lcom/mojang/authlib/minecraft/MinecraftSessionService;)V
ARG 0 value
METHOD a applyMirror (Lnone/anx;)V METHOD a applyMirror (Lnone/anx;)V
ARG 0 mirror ARG 0 mirror
METHOD a applyRotation (Lnone/apk;)V METHOD a applyRotation (Lnone/apk;)V
@ -13,11 +19,15 @@ CLASS none/arw net/minecraft/block/entity/impl/BlockEntitySkull
METHOD a deserialize (Lnone/dt;)V METHOD a deserialize (Lnone/dt;)V
ARG 0 tag ARG 0 tag
METHOD a setUserCache (Lnone/mn;)V METHOD a setUserCache (Lnone/mn;)V
ARG 0 value
METHOD b setRotation (I)V METHOD b setRotation (I)V
ARG 0 otation ARG 0 value
METHOD b loadProperties (Lcom/mojang/authlib/GameProfile;)Lcom/mojang/authlib/GameProfile;
ARG 0 profile
METHOD b serialize (Lnone/dt;)Lnone/dt; METHOD b serialize (Lnone/dt;)Lnone/dt;
ARG 0 tag ARG 0 tag
METHOD c getUpdatePacket ()Lnone/fy; METHOD c getUpdatePacket ()Lnone/fy;
METHOD d serializeInitialChunkData ()Lnone/dt; METHOD d serializeInitialChunkData ()Lnone/dt;
METHOD e getType ()I METHOD e getType ()I
METHOD f getRotation ()I METHOD f getRotation ()I
METHOD h loadOwnerProperties ()V

View File

@ -19,10 +19,13 @@ CLASS none/bdq net/minecraft/client/MinecraftGame
FIELD aE languageManager Lnone/byn; FIELD aE languageManager Lnone/byn;
FIELD aF blockColorMap Lnone/bdz; FIELD aF blockColorMap Lnone/bdz;
FIELD aG itemColorMap Lnone/bec; FIELD aG itemColorMap Lnone/bec;
FIELD aH framebuffer Lnone/bpf;
FIELD aI spriteAtlas Lnone/bxc; FIELD aI spriteAtlas Lnone/bxc;
FIELD aJ soundLoader Lnone/caw; FIELD aJ soundLoader Lnone/caw;
FIELD aK musicTracker Lnone/cat; FIELD aK musicTracker Lnone/cat;
FIELD aL logoTexture Lnone/kp;
FIELD aM sessionService Lcom/mojang/authlib/minecraft/MinecraftSessionService; FIELD aM sessionService Lcom/mojang/authlib/minecraft/MinecraftSessionService;
FIELD aO taskQueue Ljava/util/Queue;
FIELD aP thread Ljava/lang/Thread; FIELD aP thread Ljava/lang/Thread;
FIELD aQ bakedModelManager Lnone/bzp; FIELD aQ bakedModelManager Lnone/bzp;
FIELD aR blockRenderManager Lnone/bpo; FIELD aR blockRenderManager Lnone/bpo;
@ -110,15 +113,17 @@ CLASS none/bdq net/minecraft/client/MinecraftGame
METHOD ak getBlockColorMap ()Lnone/bdz; METHOD ak getBlockColorMap ()Lnone/bdz;
METHOD am hasReducedDebugInfo ()Z METHOD am hasReducedDebugInfo ()Z
METHOD an init ()V METHOD an init ()V
METHOD ao registerMetadataDeserializers ()V
METHOD ap createDisplay ()V METHOD ap createDisplay ()V
METHOD aq setDisplayMode ()V METHOD aq setDisplayMode ()V
METHOD ar setIcons ()V METHOD ar setIcons ()V
METHOD as checkIs64Bit ()Z METHOD as checkIs64Bit ()Z
METHOD at startTimerHackThread ()V METHOD at startTimerHackThread ()V
METHOD au ()V METHOD au enableFullscreen ()V
METHOD aw doAttack ()V METHOD aw doAttack ()V
METHOD ax doItemUse ()V METHOD ax doItemUse ()V
METHOD az handleKeyboardEvents ()V METHOD az handleKeyboardEvents ()V
METHOD b getFramebuffer ()Lnone/bpf;
METHOD b addSnooperInitialInfo (Lnone/rk;)V METHOD b addSnooperInitialInfo (Lnone/rk;)V
ARG 0 snooper ARG 0 snooper
METHOD c getGameVersion ()Ljava/lang/String; METHOD c getGameVersion ()Ljava/lang/String;
@ -127,11 +132,13 @@ CLASS none/bdq net/minecraft/client/MinecraftGame
METHOD h stop ()V METHOD h stop ()V
METHOD k getMaxFps ()I METHOD k getMaxFps ()I
METHOD l limitFramerate ()Z METHOD l limitFramerate ()Z
METHOD n stopThread ()V
METHOD o closeGui ()V METHOD o closeGui ()V
METHOD p afterOpenGui ()V METHOD p afterOpenGui ()V
METHOD q openInGameMenu ()V METHOD q openInGameMenu ()V
METHOD r toggleFullscreen ()V METHOD r toggleFullscreen ()V
METHOD s getMusicTracker ()Lnone/cat; METHOD s getMusicTracker ()Lnone/cat;
METHOD t tick ()V
METHOD u isDemo ()Z METHOD u isDemo ()Z
METHOD v getNetworkHandler ()Lnone/bme; METHOD v getNetworkHandler ()Lnone/bme;
METHOD x isFancyGraphicsEnabled ()Z METHOD x isFancyGraphicsEnabled ()Z

View File

@ -17,7 +17,9 @@ CLASS none/bjm net/minecraft/client/RunArgs
METHOD <init> (Ljava/lang/String;I)V METHOD <init> (Ljava/lang/String;I)V
ARG 0 serverIp ARG 0 serverIp
ARG 1 serverPort ARG 1 serverPort
CLASS none/bjm$e CLASS none/bjm$e Network
FIELD a session Lnone/bdx;
FIELD d netProxy Ljava/net/Proxy; FIELD d netProxy Ljava/net/Proxy;
FIELD a network Lnone/bjm$e;
FIELD c dirs Lnone/bjm$b; FIELD c dirs Lnone/bjm$b;
FIELD e autoConnect Lnone/bjm$d; FIELD e autoConnect Lnone/bjm$d;

View File

@ -1,4 +1,4 @@
CLASS none/can net/minecraft/sortme/LanServerEntry CLASS none/can net/minecraft/client/network/LanServerEntry
FIELD a motd Ljava/lang/String; FIELD a motd Ljava/lang/String;
FIELD b addressPort Ljava/lang/String; FIELD b addressPort Ljava/lang/String;
FIELD c lastTimeMillis J FIELD c lastTimeMillis J

View File

@ -1,4 +1,4 @@
CLASS none/cao net/minecraft/sortme/LanServerQueryManager CLASS none/cao net/minecraft/client/network/LanServerQueryManager
CLASS none/cao$a LanServerDetector CLASS none/cao$a LanServerDetector
FIELD a entryList Lnone/cao$b; FIELD a entryList Lnone/cao$b;
FIELD b multicastAddress Ljava/net/InetAddress; FIELD b multicastAddress Ljava/net/InetAddress;

View File

@ -4,6 +4,7 @@ CLASS none/bee net/minecraft/client/render/FontRenderer
FIELD f chatColors [I FIELD f chatColors [I
FIELD g fontTextureLoc Lnone/kp; FIELD g fontTextureLoc Lnone/kp;
FIELD h textureManager Lnone/bxe; FIELD h textureManager Lnone/bxe;
FIELD l rightToLeft Z
FIELD m colorRed F FIELD m colorRed F
FIELD n colorGreen F FIELD n colorGreen F
FIELD o colorBlue F FIELD o colorBlue F
@ -33,5 +34,7 @@ CLASS none/bee net/minecraft/client/render/FontRenderer
ARG 0 container ARG 0 container
METHOD b getChatColor (C)I METHOD b getChatColor (C)I
ARG 0 chr ARG 0 chr
METHOD b setRightToLeft (Z)V
ARG 0 value
METHOD c reloadFontTexture ()V METHOD c reloadFontTexture ()V
METHOD c wrapStringToList (Ljava/lang/String;I)Ljava/util/List; METHOD c wrapStringToList (Ljava/lang/String;I)Ljava/util/List;

View File

@ -1,4 +1,4 @@
CLASS none/bds net/minecraft/client/GameSettings CLASS none/bds net/minecraft/client/settings/GameSettings
CLASS none/bds$a Option CLASS none/bds$a Option
FIELD A CHAT_WIDTH Lnone/bds$a; FIELD A CHAT_WIDTH Lnone/bds$a;
FIELD B CHAT_HEIGHT_FOCUSED Lnone/bds$a; FIELD B CHAT_HEIGHT_FOCUSED Lnone/bds$a;
@ -75,6 +75,7 @@ CLASS none/bds net/minecraft/client/GameSettings
FIELD aF forceUnicodeFont Z FIELD aF forceUnicodeFont Z
FIELD aG LOGGER Lorg/apache/logging/log4j/Logger; FIELD aG LOGGER Lorg/apache/logging/log4j/Logger;
FIELD aH GSON Lcom/google/gson/Gson; FIELD aH GSON Lcom/google/gson/Gson;
FIELD aI STRING_LIST_TYPE Ljava/lang/reflect/Type;
FIELD aJ GUI_SCALES [Ljava/lang/String; FIELD aJ GUI_SCALES [Ljava/lang/String;
FIELD aK PARTICLE_SETTINGS [Ljava/lang/String; FIELD aK PARTICLE_SETTINGS [Ljava/lang/String;
FIELD aL AO_SETTINGS [Ljava/lang/String; FIELD aL AO_SETTINGS [Ljava/lang/String;
@ -134,6 +135,11 @@ CLASS none/bds net/minecraft/client/GameSettings
METHOD a load ()V METHOD a load ()V
METHOD a parseFloat (Ljava/lang/String;)F METHOD a parseFloat (Ljava/lang/String;)F
ARG 0 s ARG 0 s
METHOD a togglePlayerModelPart (Lnone/aam;)V
ARG 0 part
METHOD a setPlayerModelPart (Lnone/aam;Z)V
ARG 0 part
ARG 1 enabled
METHOD a get (Lnone/bds$a;)F METHOD a get (Lnone/bds$a;)F
ARG 0 option ARG 0 option
METHOD a (Lnone/bds$a;I)V METHOD a (Lnone/bds$a;I)V
@ -146,7 +152,9 @@ CLASS none/bds net/minecraft/client/GameSettings
METHOD b write ()V METHOD b write ()V
METHOD b isEnabled (Lnone/bds$a;)Z METHOD b isEnabled (Lnone/bds$a;)Z
ARG 0 option ARG 0 option
METHOD c onPlayerModelPartChange ()V
METHOD c getTranslatedName (Lnone/bds$a;)Ljava/lang/String; METHOD c getTranslatedName (Lnone/bds$a;)Ljava/lang/String;
ARG 0 option ARG 0 option
METHOD d getEnabledPlayerModelParts ()Ljava/util/Set;
METHOD e getCloudRenderMode ()I METHOD e getCloudRenderMode ()I
METHOD f shouldUseNativeTransport ()Z METHOD f shouldUseNativeTransport ()Z

View File

@ -1,4 +1,4 @@
CLASS none/bmj net/minecraft/util/ServerEntry CLASS none/bmj net/minecraft/client/settings/ServerEntry
CLASS none/bmj$a ResourcePackState CLASS none/bmj$a ResourcePackState
FIELD a ENABLED Lnone/bmj$a; FIELD a ENABLED Lnone/bmj$a;
FIELD b DISABLED Lnone/bmj$a; FIELD b DISABLED Lnone/bmj$a;

View File

@ -1,4 +1,4 @@
CLASS none/bmk net/minecraft/sortme/ServerList CLASS none/bmk net/minecraft/client/settings/ServerList
FIELD a LOGGER Lorg/apache/logging/log4j/Logger; FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b mc Lnone/bdq; FIELD b mc Lnone/bdq;
FIELD c serverEntries Ljava/util/List; FIELD c serverEntries Ljava/util/List;

View File

@ -0,0 +1,10 @@
CLASS none/ahp net/minecraft/enchantment/EnchantmentHelper
FIELD a rand Ljava/util/Random;
METHOD a setEnchantments (Ljava/util/Map;Lnone/aer;)V
ARG 0 enchantmentMap
ARG 1 stack
METHOD a getEnchantments (Lnone/aer;)Ljava/util/Map;
ARG 0 stack
METHOD a getLevel (Lnone/ahn;Lnone/aer;)I
ARG 0 enchantment
ARG 1 stack

View File

@ -8,6 +8,7 @@ CLASS none/lw net/minecraft/entity/player/EntityPlayerServer
METHOD <init> (Lnet/minecraft/server/MinecraftServer;Lnone/lu;Lcom/mojang/authlib/GameProfile;Lnone/lx;)V METHOD <init> (Lnet/minecraft/server/MinecraftServer;Lnone/lu;Lcom/mojang/authlib/GameProfile;Lnone/lx;)V
ARG 0 server ARG 0 server
ARG 1 world ARG 1 world
METHOD A getIpAddress ()Ljava/lang/String;
METHOD C getChatVisibility ()Lnone/aal$b; METHOD C getChatVisibility ()Lnone/aal$b;
METHOD F updatePotionVisibility ()V METHOD F updatePotionVisibility ()V
METHOD G getCameraEntity ()Lnone/sf; METHOD G getCameraEntity ()Lnone/sf;

View File

@ -28,6 +28,11 @@ CLASS none/abj net/minecraft/entity/vehicle/EntityMinecartBase
ARG 3 z ARG 3 z
METHOD A hasCustomBlock ()Z METHOD A hasCustomBlock ()Z
METHOD T invalidate ()V METHOD T invalidate ()V
METHOD a onActivatorRail (IIIZ)V
ARG 0 x
ARG 1 y
ARG 2 z
ARG 3 powered
METHOD a create (Lnone/aiv;DDDLnone/abj$a;)Lnone/abj; METHOD a create (Lnone/aiv;DDDLnone/abj$a;)Lnone/abj;
ARG 0 world ARG 0 world
ARG 1 x ARG 1 x

View File

@ -1,4 +1,6 @@
CLASS none/abm net/minecraft/entity/vehicle/EntityStorageMinecart CLASS none/abm net/minecraft/entity/vehicle/EntityStorageMinecart
FIELD a inventory Lnone/dc;
FIELD c lootTableId Lnone/kp;
METHOD T invalidate ()V METHOD T invalidate ()V
METHOD a getInvStack (I)Lnone/aer; METHOD a getInvStack (I)Lnone/aer;
ARG 0 slot ARG 0 slot
@ -12,6 +14,9 @@ CLASS none/abm net/minecraft/entity/vehicle/EntityStorageMinecart
ARG 0 player ARG 0 player
METHOD a deserializeCustomData (Lnone/dt;)V METHOD a deserializeCustomData (Lnone/dt;)V
ARG 0 tag ARG 0 tag
METHOD a setLootTable (Lnone/kp;J)V
ARG 0 id
ARG 1 seed
METHOD a setContainerLock (Lnone/rf;)V METHOD a setContainerLock (Lnone/rf;)V
ARG 0 lock ARG 0 lock
METHOD a (Lnone/rq;)V METHOD a (Lnone/rq;)V
@ -32,6 +37,7 @@ CLASS none/abm net/minecraft/entity/vehicle/EntityStorageMinecart
ARG 1 hand ARG 1 hand
METHOD b serializeCustomData (Lnone/dt;)V METHOD b serializeCustomData (Lnone/dt;)V
ARG 0 tag ARG 0 tag
METHOD b registerTagUpgradersFor (Lnone/pf;Ljava/lang/Class;)V
METHOD c changeDimension (I)Lnone/sf; METHOD c changeDimension (I)Lnone/sf;
ARG 0 dimensionId ARG 0 dimensionId
METHOD c onInvClose (Lnone/aal;)V METHOD c onInvClose (Lnone/aal;)V

View File

@ -13,6 +13,11 @@ CLASS none/abl net/minecraft/entity/vehicle/impl/EntityCommandBlockMinecart
FIELD a COMMAND Lnone/kj; FIELD a COMMAND Lnone/kj;
FIELD b LAST_OUTPUT Lnone/kj; FIELD b LAST_OUTPUT Lnone/kj;
FIELD c commandExecutor Lnone/aik; FIELD c commandExecutor Lnone/aik;
METHOD a onActivatorRail (IIIZ)V
ARG 0 x
ARG 1 y
ARG 2 z
ARG 3 powered
METHOD a deserializeCustomData (Lnone/dt;)V METHOD a deserializeCustomData (Lnone/dt;)V
ARG 0 tag ARG 0 tag
METHOD a onTrackedDataSet (Lnone/kj;)V METHOD a onTrackedDataSet (Lnone/kj;)V
@ -24,5 +29,6 @@ CLASS none/abl net/minecraft/entity/vehicle/impl/EntityCommandBlockMinecart
ARG 0 tag ARG 0 tag
METHOD b registerTagUpgraders (Lnone/pf;)V METHOD b registerTagUpgraders (Lnone/pf;)V
METHOD i initDataTracker ()V METHOD i initDataTracker ()V
METHOD j getCommandExecutor ()Lnone/aik;
METHOD v getMinecartType ()Lnone/abj$a; METHOD v getMinecartType ()Lnone/abj$a;
METHOD x getDefaultContainedBlock ()Lnone/asl; METHOD x getDefaultContainedBlock ()Lnone/asl;

View File

@ -1,5 +1,8 @@
CLASS none/abn net/minecraft/entity/vehicle/impl/EntityFurnaceMinecart CLASS none/abn net/minecraft/entity/vehicle/impl/EntityFurnaceMinecart
FIELD a pushX D
FIELD b pushZ D
FIELD c LIT Lnone/kj; FIELD c LIT Lnone/kj;
FIELD d fuel I
METHOD a deserializeCustomData (Lnone/dt;)V METHOD a deserializeCustomData (Lnone/dt;)V
ARG 0 tag ARG 0 tag
METHOD a (Lnone/rq;)V METHOD a (Lnone/rq;)V

View File

@ -1,8 +1,19 @@
CLASS none/abo net/minecraft/entity/vehicle/impl/EntityHopperMinecart CLASS none/abo net/minecraft/entity/vehicle/impl/EntityHopperMinecart
FIELD a enabled Z
FIELD b transferCooldown I
FIELD c currentBlockPos Lnone/cn;
METHOD C isEnabled ()Z
METHOD D getHopperWorld ()Lnone/aiv; METHOD D getHopperWorld ()Lnone/aiv;
METHOD E getHopperX ()D METHOD E getHopperX ()D
METHOD F getHopperY ()D METHOD F getHopperY ()D
METHOD G getHopperZ ()D METHOD G getHopperZ ()D
METHOD I updateLogic ()Z
METHOD J isCoolingDown ()Z
METHOD a onActivatorRail (IIIZ)V
ARG 0 x
ARG 1 y
ARG 2 z
ARG 3 powered
METHOD a createContainer (Lnone/aak;Lnone/aal;)Lnone/abw; METHOD a createContainer (Lnone/aak;Lnone/aal;)Lnone/abw;
ARG 0 playerInv ARG 0 playerInv
ARG 1 player ARG 1 player
@ -16,7 +27,11 @@ CLASS none/abo net/minecraft/entity/vehicle/impl/EntityHopperMinecart
METHOD b serializeCustomData (Lnone/dt;)V METHOD b serializeCustomData (Lnone/dt;)V
ARG 0 tag ARG 0 tag
METHOD b registerTagUpgraders (Lnone/pf;)V METHOD b registerTagUpgraders (Lnone/pf;)V
METHOD g setTransferCooldown (I)V
ARG 0 value
METHOD l getContainerId ()Ljava/lang/String; METHOD l getContainerId ()Ljava/lang/String;
METHOD l setEnabled (Z)V
ARG 0 value
METHOD t_ getInvSize ()I METHOD t_ getInvSize ()I
METHOD v getMinecartType ()Lnone/abj$a; METHOD v getMinecartType ()Lnone/abj$a;
METHOD x getDefaultContainedBlock ()Lnone/asl; METHOD x getDefaultContainedBlock ()Lnone/asl;

View File

@ -1,4 +1,9 @@
CLASS none/abp net/minecraft/entity/vehicle/impl/EntityMinecart CLASS none/abp net/minecraft/entity/vehicle/impl/EntityMinecart
METHOD a onActivatorRail (IIIZ)V
ARG 0 x
ARG 1 y
ARG 2 z
ARG 3 powered
METHOD b interact (Lnone/aal;Lnone/ra;)Z METHOD b interact (Lnone/aal;Lnone/ra;)Z
ARG 0 player ARG 0 player
ARG 1 hand ARG 1 hand

View File

@ -1,5 +1,10 @@
CLASS none/abr net/minecraft/entity/vehicle/impl/EntityTNTMinecart CLASS none/abr net/minecraft/entity/vehicle/impl/EntityTNTMinecart
FIELD a fuseTicks I FIELD a fuseTicks I
METHOD a onActivatorRail (IIIZ)V
ARG 0 x
ARG 1 y
ARG 2 z
ARG 3 powered
METHOD a getEffectiveExplosionResistance (Lnone/aiq;Lnone/aiv;Lnone/cn;Lnone/asl;)F METHOD a getEffectiveExplosionResistance (Lnone/aiq;Lnone/aiv;Lnone/cn;Lnone/asl;)F
ARG 0 explosion ARG 0 explosion
ARG 1 world ARG 1 world

View File

@ -11,6 +11,7 @@ CLASS none/adr net/minecraft/gui/CreativeTab
METHOD e getIconItem ()Lnone/aep; METHOD e getIconItem ()Lnone/aep;
CLASS none/adr$6 CLASS none/adr$6
METHOD e getIconItem ()Lnone/aep; METHOD e getIconItem ()Lnone/aep;
METHOD f getIconMeta ()I
CLASS none/adr$7 CLASS none/adr$7
METHOD e getIconItem ()Lnone/aep; METHOD e getIconItem ()Lnone/aep;
CLASS none/adr$8 CLASS none/adr$8
@ -39,6 +40,8 @@ CLASS none/adr net/minecraft/gui/CreativeTab
FIELD n id I FIELD n id I
FIELD o unlocalizedName Ljava/lang/String; FIELD o unlocalizedName Ljava/lang/String;
FIELD p texture Ljava/lang/String; FIELD p texture Ljava/lang/String;
FIELD r tooltip Z
FIELD s enchantmentTypes [Lnone/aho;
FIELD t stack Lnone/aer; FIELD t stack Lnone/aer;
METHOD <init> (ILjava/lang/String;)V METHOD <init> (ILjava/lang/String;)V
ARG 0 id ARG 0 id
@ -46,10 +49,23 @@ CLASS none/adr net/minecraft/gui/CreativeTab
METHOD a getId ()I METHOD a getId ()I
METHOD a setTexture (Ljava/lang/String;)Lnone/adr; METHOD a setTexture (Ljava/lang/String;)Lnone/adr;
ARG 0 texture ARG 0 texture
METHOD a addEnchantedBooks (Ljava/util/List;[Lnone/aho;)V
ARG 0 stackList
ARG 1 enchantmentTypes
METHOD a containsEnchantmentType (Lnone/aho;)Z
ARG 0 value
METHOD a getStacksForDisplay (Lnone/dc;)V METHOD a getStacksForDisplay (Lnone/dc;)V
ARG 0 stackList ARG 0 stackList
METHOD a setEnchantmentTypes ([Lnone/aho;)Lnone/adr;
ARG 0 value
METHOD b getUntranslatedName ()Ljava/lang/String; METHOD b getUntranslatedName ()Ljava/lang/String;
METHOD c getTranslationKey ()Ljava/lang/String; METHOD c getTranslationKey ()Ljava/lang/String;
METHOD d getIconItemStack ()Lnone/aer; METHOD d getIconItemStack ()Lnone/aer;
METHOD e getIconItem ()Lnone/aep; METHOD e getIconItem ()Lnone/aep;
METHOD f getIconMeta ()I
METHOD g getTexture ()Ljava/lang/String; METHOD g getTexture ()Ljava/lang/String;
METHOD h hasTooltip ()Z
METHOD i disableTooltip ()Lnone/adr;
METHOD l getColumn ()I
METHOD m isTopRow ()Z
METHOD n getEnchantmentTypes ()[Lnone/aho;

View File

@ -8,5 +8,7 @@ CLASS none/aea net/minecraft/item/impl/ItemBookEnchanted
ARG 0 stack ARG 0 stack
METHOD g_ isTool (Lnone/aer;)Z METHOD g_ isTool (Lnone/aer;)Z
ARG 0 stack ARG 0 stack
METHOD h getEnchantmentTag (Lnone/aer;)Lnone/dz;
ARG 0 stack
METHOD i_ hasEnchantmentGlow (Lnone/aer;)Z METHOD i_ hasEnchantmentGlow (Lnone/aer;)Z
ARG 0 stack ARG 0 stack

View File

@ -1,5 +1,9 @@
CLASS none/aez net/minecraft/item/impl/ItemMinecart CLASS none/aez net/minecraft/item/impl/ItemMinecart
CLASS none/aez$1
FIELD a DISPENSER_BEHAVIOR Lnone/cv; FIELD a DISPENSER_BEHAVIOR Lnone/cv;
FIELD b type Lnone/abj$a;
METHOD <init> (Lnone/abj$a;)V
ARG 0 type
METHOD a activate (Lnone/aal;Lnone/aiv;Lnone/cn;Lnone/ra;Lnone/cu;FFF)Lnone/rc; METHOD a activate (Lnone/aal;Lnone/aiv;Lnone/cn;Lnone/ra;Lnone/cu;FFF)Lnone/rc;
ARG 0 player ARG 0 player
ARG 1 world ARG 1 world

View File

@ -0,0 +1,4 @@
CLASS none/em net/minecraft/network/encryption/PacketDecryptor
FIELD a manager Lnone/el;
METHOD <init> (Ljavax/crypto/Cipher;)V
ARG 0 cipher

View File

@ -0,0 +1,4 @@
CLASS none/en net/minecraft/network/encryption/PacketEncrypter
FIELD a manager Lnone/el;
METHOD <init> (Ljavax/crypto/Cipher;)V
ARG 0 cipher

View File

@ -0,0 +1,14 @@
CLASS none/el net/minecraft/network/encryption/PacketEncryptionManager
FIELD a cipher Ljavax/crypto/Cipher;
FIELD b conversionBuffer [B
FIELD c encryptionBuffer [B
METHOD <init> (Ljavax/crypto/Cipher;)V
ARG 0 cipher
METHOD a toByteArray (Lio/netty/buffer/ByteBuf;)[B
ARG 0 buffer
METHOD a encrypt (Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)V
ARG 0 buffer
ARG 1 encBuffer
METHOD a decrypt (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
ARG 0 context
ARG 1 encBuffer

View File

@ -0,0 +1,5 @@
CLASS none/kb net/minecraft/network/handler/INetworkQueryHandlerClient
METHOD a onQueryPong (Lnone/kc;)V
ARG 0 packet
METHOD a onQueryResponse (Lnone/kd;)V
ARG 0 packet

View File

@ -1,4 +1,4 @@
CLASS none/bdg net/minecraft/sortme/IScoreboardObjective CLASS none/bdg net/minecraft/scoreboard/IScoreboardObjective
CLASS none/bdg$a Type CLASS none/bdg$a Type
FIELD a INTEGER Lnone/bdg$a; FIELD a INTEGER Lnone/bdg$a;
FIELD b HEARTS Lnone/bdg$a; FIELD b HEARTS Lnone/bdg$a;

View File

@ -1,5 +1,7 @@
CLASS none/bde net/minecraft/sortme/ScoreboardObjective CLASS none/bde net/minecraft/scoreboard/ScoreboardObjective
FIELD o name Ljava/lang/String;
METHOD <init> (Ljava/lang/String;)V METHOD <init> (Ljava/lang/String;)V
ARG 0 name
METHOD a getName ()Ljava/lang/String; METHOD a getName ()Ljava/lang/String;
METHOD b isReadOnly ()Z METHOD b isReadOnly ()Z
METHOD c getType ()Lnone/bdg$a; METHOD c getType ()Lnone/bdg$a;

View File

@ -0,0 +1,3 @@
CLASS none/bdf net/minecraft/scoreboard/ScoreboardObjectiveHearts
METHOD b isReadOnly ()Z
METHOD c getType ()Lnone/bdg$a;

View File

@ -0,0 +1,2 @@
CLASS none/bdh net/minecraft/scoreboard/ScoreboardObjectiveReadOnly
METHOD b isReadOnly ()Z

View File

@ -1,4 +1,4 @@
CLASS none/bdi net/minecraft/sortme/ScoreboardObjectiveStat CLASS none/bdi net/minecraft/scoreboard/ScoreboardObjectiveStat
FIELD o stat Lnone/nu; FIELD o stat Lnone/nu;
METHOD <init> (Lnone/nu;)V METHOD <init> (Lnone/nu;)V
ARG 0 stat ARG 0 stat

View File

@ -71,6 +71,8 @@ CLASS none/mr net/minecraft/server/ServerConfigurationManager
ARG 0 value ARG 0 value
METHOD b removeFromOperators (Lcom/mojang/authlib/GameProfile;)V METHOD b removeFromOperators (Lcom/mojang/authlib/GameProfile;)V
ARG 0 profile ARG 0 profile
METHOD b getPlayersByIp (Ljava/lang/String;)Ljava/util/List;
ARG 0 ipAddress
METHOD b savePlayerData (Lnone/lw;)V METHOD b savePlayerData (Lnone/lw;)V
ARG 0 entityPlayerServer ARG 0 entityPlayerServer
METHOD b sendPermissionLevel (Lnone/lw;I)V METHOD b sendPermissionLevel (Lnone/lw;I)V
@ -85,7 +87,8 @@ CLASS none/mr net/minecraft/server/ServerConfigurationManager
METHOD e isWhitelisted (Lcom/mojang/authlib/GameProfile;)Z METHOD e isWhitelisted (Lcom/mojang/authlib/GameProfile;)Z
ARG 0 profile ARG 0 profile
METHOD f getPlayerNames ()[Ljava/lang/String; METHOD f getPlayerNames ()[Ljava/lang/String;
METHOD f profile (Lcom/mojang/authlib/GameProfile;)Z METHOD f canBypassPlayerLimit (Lcom/mojang/authlib/GameProfile;)Z
ARG 0 profile
METHOD g getPlayerProfiles ()[Lcom/mojang/authlib/GameProfile; METHOD g getPlayerProfiles ()[Lcom/mojang/authlib/GameProfile;
METHOD h getBannedProfiles ()Lnone/mw; METHOD h getBannedProfiles ()Lnone/mw;
METHOD h isOperator (Lcom/mojang/authlib/GameProfile;)Z METHOD h isOperator (Lcom/mojang/authlib/GameProfile;)Z

View File

@ -1 +0,0 @@
CLASS none/mn net/minecraft/server/UserCache

View File

@ -21,7 +21,8 @@ CLASS none/le net/minecraft/server/dedicated/DedicatedServerConfigurationManager
ARG 0 profile ARG 0 profile
METHOD e isWhitelisted (Lcom/mojang/authlib/GameProfile;)Z METHOD e isWhitelisted (Lcom/mojang/authlib/GameProfile;)Z
ARG 0 profile ARG 0 profile
METHOD f profile (Lcom/mojang/authlib/GameProfile;)Z METHOD f canBypassPlayerLimit (Lcom/mojang/authlib/GameProfile;)Z
ARG 0 profile
METHOD w saveBannedIps ()V METHOD w saveBannedIps ()V
METHOD x saveBannedProfiles ()V METHOD x saveBannedProfiles ()V
METHOD y loadBannedIps ()V METHOD y loadBannedIps ()V

View File

@ -13,7 +13,7 @@ CLASS none/aik net/minecraft/sortme/CommandBlockExecutor
ARG 1 commandName ARG 1 commandName
METHOD a setCommand (Ljava/lang/String;)V METHOD a setCommand (Ljava/lang/String;)V
ARG 0 command ARG 0 command
METHOD a (Lnone/aal;)Z METHOD a interact (Lnone/aal;)Z
ARG 0 player ARG 0 player
METHOD a execute (Lnone/aiv;)V METHOD a execute (Lnone/aiv;)V
ARG 0 world ARG 0 world

View File

@ -1 +0,0 @@
CLASS none/ahp net/minecraft/sortme/EnchantmentHelper

View File

@ -1,2 +0,0 @@
CLASS none/ri net/minecraft/sortme/ILootTableProvider
METHOD b getLootTable ()Lnone/kp;

View File

@ -1,3 +0,0 @@
CLASS none/bdf net/minecraft/sortme/ScoreboardObjectiveHearts
METHOD b isReadOnly ()Z
METHOD c getType ()Lnone/bdg$a;

View File

@ -1,2 +0,0 @@
CLASS none/bdh net/minecraft/sortme/ScoreboardObjectiveReadOnly
METHOD b isReadOnly ()Z

View File

@ -2,8 +2,10 @@ CLASS none/bml net/minecraft/sortme/ServerEntryNetworkPart
CLASS none/bml$1 CLASS none/bml$1
METHOD a onConnectionLost (Lnone/fa;)V METHOD a onConnectionLost (Lnone/fa;)V
ARG 0 reason ARG 0 reason
METHOD a (Lnone/kd;)V METHOD a onQueryPong (Lnone/kc;)V
ARG 0 metadataPacket ARG 0 packet
METHOD a onQueryResponse (Lnone/kd;)V
ARG 0 packet
CLASS none/bml$2 CLASS none/bml$2
CLASS none/bml$2$1 CLASS none/bml$2$1
METHOD channelActive channelActive (Lio/netty/channel/ChannelHandlerContext;)V METHOD channelActive channelActive (Lio/netty/channel/ChannelHandlerContext;)V

View File

@ -1,5 +1,5 @@
CLASS none/es net/minecraft/util/PacketByteBuf CLASS none/es net/minecraft/util/PacketByteBuf
FIELD a underlying Lio/netty/buffer/ByteBuf; FIELD a parent Lio/netty/buffer/ByteBuf;
METHOD <init> (Lio/netty/buffer/ByteBuf;)V METHOD <init> (Lio/netty/buffer/ByteBuf;)V
ARG 0 underlying ARG 0 underlying
METHOD a readByteArray ()[B METHOD a readByteArray ()[B

View File

@ -0,0 +1,44 @@
CLASS none/mn net/minecraft/util/UserCache
CLASS none/mn$a Entry
FIELD b profile Lcom/mojang/authlib/GameProfile;
FIELD c expirationDate Ljava/util/Date;
METHOD <init> (Lnone/mn;Lcom/mojang/authlib/GameProfile;Ljava/util/Date;)V
ARG 0 profile
ARG 1 expirationDate
METHOD a getProfile ()Lcom/mojang/authlib/GameProfile;
METHOD b getExpirationDate ()Ljava/util/Date;
CLASS none/mn$b JsonConverter
FIELD a EXPIRATION_DATE_FORMAT Ljava/text/SimpleDateFormat;
FIELD b gson Lcom/google/gson/Gson;
FIELD c useRemote Z
FIELD d byName Ljava/util/Map;
FIELD e byUuid Ljava/util/Map;
FIELD f byAccessTime Ljava/util/Deque;
FIELD g profileRepository Lcom/mojang/authlib/GameProfileRepository;
FIELD h cacheFile Ljava/io/File;
FIELD i ENTRY_LIST_TYPE Ljava/lang/reflect/ParameterizedType;
METHOD <init> (Lcom/mojang/authlib/GameProfileRepository;Ljava/io/File;)V
ARG 0 profileRepository
ARG 1 cacheFile
METHOD a getAllNames ()[Ljava/lang/String;
METHOD a getLastAccessedEntries (I)Ljava/util/List;
ARG 0 maximumSize
METHOD a add (Lcom/mojang/authlib/GameProfile;)V
ARG 0 profile
METHOD a add (Lcom/mojang/authlib/GameProfile;Ljava/util/Date;)V
ARG 0 profile
ARG 1 expirationDate
METHOD a findProfileByName (Lcom/mojang/authlib/GameProfileRepository;Ljava/lang/String;)Lcom/mojang/authlib/GameProfile;
ARG 0 repository
ARG 1 name
METHOD a findByName (Ljava/lang/String;)Lcom/mojang/authlib/GameProfile;
ARG 0 name
METHOD a getByUuid (Ljava/util/UUID;)Lcom/mojang/authlib/GameProfile;
ARG 0 uuid
METHOD a setUseReomte (Z)V
ARG 0 value
METHOD b load ()V
METHOD b getEntry (Ljava/util/UUID;)Lnone/mn$a;
ARG 0 uuid
METHOD c save ()V
METHOD d shouldUseRemote ()Z

View File

@ -1,4 +1,4 @@
CLASS none/oz net/minecraft/sortme/WeightedSomething CLASS none/oz net/minecraft/util/WeightedListHelper
CLASS none/oz$a Entry CLASS none/oz$a Entry
FIELD a weight I FIELD a weight I
METHOD <init> (I)V METHOD <init> (I)V

View File

@ -0,0 +1,2 @@
CLASS none/ri net/minecraft/world/loot/ILootTableProvider
METHOD b getLootTable ()Lnone/kp;

View File

@ -1 +1,6 @@
CLASS none/ahq CLASS none/ahq
FIELD b enchantment Lnone/ahn;
FIELD c level I
METHOD <init> (Lnone/ahn;I)V
ARG 0 enchantment
ARG 1 level