mapping improvements

This commit is contained in:
asiekierka 2016-09-12 22:13:50 +02:00
parent 0f500e4ebe
commit a0df18127a
59 changed files with 147 additions and 24 deletions

View File

@ -11,6 +11,8 @@ CLASS none/ane net/minecraft/block/BlockSlabBase
FIELD c BOX_TOP Lnone/bcr;
METHOD a getDropAmount (Ljava/util/Random;)I
ARG 0 random
METHOD a getVariantFromStack (Lnone/aer;)Ljava/lang/Comparable;
ARG 0 stack
METHOD a getStateForPlacement (Lnone/aiv;Lnone/cn;Lnone/cu;FFFILnone/so;)Lnone/asl;
ARG 0 world
ARG 1 pos
@ -36,5 +38,6 @@ CLASS none/ane net/minecraft/block/BlockSlabBase
METHOD e isDoubleSlab ()Z
METHOD e getTranslationKey (I)Ljava/lang/String;
ARG 0 metadata
METHOD g getVariantProperty ()Lnone/atb;
METHOD k (Lnone/asl;)Z
ARG 0 state

View File

@ -1,3 +1,3 @@
CLASS none/aoe
CLASS none/aoc net/minecraft/block/impl/BlockNetherBrick
METHOD r getMapColor (Lnone/asl;)Lnone/ayr;
ARG 0 state

View File

@ -1,3 +1,3 @@
CLASS none/aoc
CLASS none/aoe net/minecraft/block/impl/BlockNetherrack
METHOD r getMapColor (Lnone/asl;)Lnone/ayr;
ARG 0 state

View File

@ -1,7 +1,7 @@
CLASS none/aox net/minecraft/block/impl/BlockSlabPurpurBase
CLASS none/aox$a
CLASS none/aox$a Double
METHOD e isDoubleSlab ()Z
CLASS none/aox$b
CLASS none/aox$b Single
METHOD e isDoubleSlab ()Z
CLASS none/aox$c Variant
FIELD a DEFAULT Lnone/aox$c;
@ -9,6 +9,8 @@ CLASS none/aox net/minecraft/block/impl/BlockSlabPurpurBase
FIELD d VARIANT Lnone/asz;
METHOD a deserializeState (I)Lnone/asl;
ARG 0 meta
METHOD a getVariantFromStack (Lnone/aer;)Ljava/lang/Comparable;
ARG 0 stack
METHOD a getDropStack (Lnone/aiv;Lnone/cn;Lnone/asl;)Lnone/aer;
ARG 0 world
ARG 1 pos
@ -22,3 +24,4 @@ CLASS none/aox net/minecraft/block/impl/BlockSlabPurpurBase
ARG 0 metadata
METHOD e serializeState (Lnone/asl;)I
ARG 0 state
METHOD g getVariantProperty ()Lnone/atb;

View File

@ -23,6 +23,8 @@ CLASS none/aoh net/minecraft/block/impl/BlockSlabStone2Base
ARG 0 item
ARG 1 tab
ARG 2 list
METHOD a getVariantFromStack (Lnone/aer;)Ljava/lang/Comparable;
ARG 0 stack
METHOD a getDropStack (Lnone/aiv;Lnone/cn;Lnone/asl;)Lnone/aer;
ARG 0 world
ARG 1 pos
@ -39,5 +41,6 @@ CLASS none/aoh net/minecraft/block/impl/BlockSlabStone2Base
ARG 0 metadata
METHOD e serializeState (Lnone/asl;)I
ARG 0 state
METHOD g getVariantProperty ()Lnone/atb;
METHOD r getMapColor (Lnone/asl;)Lnone/ayr;
ARG 0 state

View File

@ -0,0 +1,2 @@
CLASS none/amu net/minecraft/block/impl/BlockSlabStone2Double
METHOD e isDoubleSlab ()Z

View File

@ -0,0 +1,2 @@
CLASS none/and net/minecraft/block/impl/BlockSlabStone2Single
METHOD e isDoubleSlab ()Z

View File

@ -36,6 +36,8 @@ CLASS none/aqg net/minecraft/block/impl/BlockSlabStoneBase
ARG 0 item
ARG 1 tab
ARG 2 list
METHOD a getVariantFromStack (Lnone/aer;)Ljava/lang/Comparable;
ARG 0 stack
METHOD a getDropStack (Lnone/aiv;Lnone/cn;Lnone/asl;)Lnone/aer;
ARG 0 world
ARG 1 pos
@ -51,5 +53,6 @@ CLASS none/aqg net/minecraft/block/impl/BlockSlabStoneBase
ARG 0 metadata
METHOD e serializeState (Lnone/asl;)I
ARG 0 state
METHOD g getVariantProperty ()Lnone/atb;
METHOD r getMapColor (Lnone/asl;)Lnone/ayr;
ARG 0 state

View File

@ -0,0 +1,2 @@
CLASS none/amv net/minecraft/block/impl/BlockSlabStoneDouble
METHOD e isDoubleSlab ()Z

View File

@ -0,0 +1,2 @@
CLASS none/anf net/minecraft/block/impl/BlockSlabStoneSingle
METHOD e isDoubleSlab ()Z

View File

@ -6,6 +6,8 @@ CLASS none/aqx net/minecraft/block/impl/BlockSlabWoodBase
ARG 0 item
ARG 1 tab
ARG 2 list
METHOD a getVariantFromStack (Lnone/aer;)Ljava/lang/Comparable;
ARG 0 stack
METHOD a getDropStack (Lnone/aiv;Lnone/cn;Lnone/asl;)Lnone/aer;
ARG 0 world
ARG 1 pos
@ -21,5 +23,6 @@ CLASS none/aqx net/minecraft/block/impl/BlockSlabWoodBase
ARG 0 metadata
METHOD e serializeState (Lnone/asl;)I
ARG 0 state
METHOD g getVariantProperty ()Lnone/atb;
METHOD r getMapColor (Lnone/asl;)Lnone/ayr;
ARG 0 state

View File

@ -0,0 +1,2 @@
CLASS none/amw net/minecraft/block/impl/BlockSlabWoodDouble
METHOD e isDoubleSlab ()Z

View File

@ -0,0 +1,2 @@
CLASS none/anh net/minecraft/block/impl/BlockSlabWoodSingle
METHOD e isDoubleSlab ()Z

View File

@ -1,16 +1,22 @@
CLASS none/ara net/minecraft/block/tile/impl/TileEntityBanner
FIELD a customName Ljava/lang/String;
FIELD f baseColor Lnone/adu;
FIELD g patternListTag Lnone/dz;
FIELD i patternList Ljava/util/List;
FIELD j patternColorList Ljava/util/List;
METHOD a loadFromStack (Lnone/aer;)V
METHOD a loadFromItemStack (Lnone/aer;)V
ARG 0 stack
METHOD a deserializeTag (Lnone/dt;)V
ARG 0 tag
METHOD b serializeTag (Lnone/dt;)Lnone/dt;
ARG 0 tag
METHOD c getUpdatePacket ()Lnone/fy;
METHOD c (Lnone/aer;)I
ARG 0 stack
METHOD d writeToTag ()Lnone/dt;
METHOD e getBaseColor (Lnone/aer;)Lnone/adu;
ARG 0 stack
METHOD h_ getName ()Ljava/lang/String;
METHOD i_ getNameAsComponent ()Lnone/fa;
METHOD l getItemStack ()Lnone/aer;
METHOD n_ hasCustomName ()Z

View File

@ -1,3 +1,6 @@
CLASS none/arm net/minecraft/block/tile/impl/TileEntityEnderChest
METHOD D_ update ()V
METHOD a onOpen ()V
METHOD a canPlayerUse (Lnone/aal;)Z
METHOD e onClose ()V
METHOD z invalidate ()V

View File

@ -75,6 +75,7 @@ CLASS none/bme net/minecraft/client/network/handler/impl/NetworkGameHandlerClien
METHOD a onGameStateChange (Lnone/gt;)V
ARG 0 packet
METHOD a onKeepAlive (Lnone/gu;)V
ARG 0 packet
METHOD a onChunkData (Lnone/gv;)V
ARG 0 packet
METHOD a onEffect (Lnone/gw;)V

View File

@ -32,7 +32,9 @@ CLASS none/bog net/minecraft/client/player/EntityPlayerClient
ARG 0 source
ARG 1 damage
METHOD a spawnEntityItem (Lnone/yz;)Lnone/aer;
ARG 0 entityItem
METHOD a dropSelectedItem (Z)Lnone/yz;
METHOD aM isSneaking ()Z
METHOD b heal (F)V
ARG 0 amount
METHOD c getBlockPos ()Lnone/cn;

View File

@ -29,6 +29,8 @@ CLASS none/j net/minecraft/command/CommandBase
METHOD a joinPretty (Ljava/util/List;)Lnone/fa;
ARG 0 list
METHOD a canExecute (Lnet/minecraft/server/MinecraftServer;Lnone/n;)Z
ARG 0 server
ARG 1 sender
METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List;
ARG 0 server
ARG 1 sender

View File

@ -1,5 +1,7 @@
CLASS none/l net/minecraft/command/ICommand
METHOD a canExecute (Lnet/minecraft/server/MinecraftServer;Lnone/n;)Z
ARG 0 server
ARG 1 sender
METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V
ARG 0 server
ARG 1 sender

View File

@ -1,6 +1,8 @@
CLASS none/t net/minecraft/command/impl/CommandBan
METHOD a getMinPermissionLevel ()I
METHOD a canExecute (Lnet/minecraft/server/MinecraftServer;Lnone/n;)Z
ARG 0 server
ARG 1 sender
METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V
ARG 0 server
ARG 1 sender

View File

@ -1,6 +1,8 @@
CLASS none/r net/minecraft/command/impl/CommandBanIp
METHOD a getMinPermissionLevel ()I
METHOD a canExecute (Lnet/minecraft/server/MinecraftServer;Lnone/n;)Z
ARG 0 server
ARG 1 sender
METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V
ARG 0 server
ARG 1 sender

View File

@ -1,6 +1,8 @@
CLASS none/s net/minecraft/command/impl/CommandBanlist
METHOD a getMinPermissionLevel ()I
METHOD a canExecute (Lnet/minecraft/server/MinecraftServer;Lnone/n;)Z
ARG 0 server
ARG 1 sender
METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V
ARG 0 server
ARG 1 sender

View File

@ -1,6 +1,8 @@
CLASS none/as net/minecraft/command/impl/CommandPardon
METHOD a getMinPermissionLevel ()I
METHOD a canExecute (Lnet/minecraft/server/MinecraftServer;Lnone/n;)Z
ARG 0 server
ARG 1 sender
METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V
ARG 0 server
ARG 1 sender

View File

@ -1,6 +1,8 @@
CLASS none/ar net/minecraft/command/impl/CommandPardonIp
METHOD a getMinPermissionLevel ()I
METHOD a canExecute (Lnet/minecraft/server/MinecraftServer;Lnone/n;)Z
ARG 0 server
ARG 1 sender
METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V
ARG 0 server
ARG 1 sender

View File

@ -1,6 +1,8 @@
CLASS none/bh net/minecraft/command/impl/CommandSeed
METHOD a getMinPermissionLevel ()I
METHOD a canExecute (Lnet/minecraft/server/MinecraftServer;Lnone/n;)Z
ARG 0 server
ARG 1 sender
METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V
ARG 0 server
ARG 1 sender

View File

@ -1,5 +1,7 @@
CLASS none/bv net/minecraft/command/impl/CommandToggleDownfall
METHOD a getMinPermissionLevel ()I
METHOD a toggleDownfall (Lnet/minecraft/server/MinecraftServer;)V
ARG 0 server
METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V
ARG 0 server
ARG 1 sender

View File

@ -1,7 +1,9 @@
CLASS none/cv net/minecraft/dispenser/DispenserBehavior
CLASS none/cv$1
METHOD a dispense (Lnone/co;Lnone/aer;)Lnone/aer;
ARG 0 location
ARG 1 stack
FIELD a DEFAULT Lnone/cv;
METHOD a dispense (Lnone/co;Lnone/aer;)Lnone/aer;
ARG 0 location
ARG 1 stack

View File

@ -1,3 +1,4 @@
CLASS none/cr net/minecraft/dispenser/impl/DispenserBehaviorItem
METHOD a dispense (Lnone/co;Lnone/aer;)Lnone/aer;
ARG 0 location
ARG 1 stack

View File

@ -4,7 +4,9 @@ CLASS none/ahn net/minecraft/enchantment/Enchantment
FIELD b UNCOMMON Lnone/ahn$a;
FIELD c RARE Lnone/ahn$a;
FIELD d LEGENDARY Lnone/ahn$a;
FIELD e WEIGHT I
FIELD e weight I
METHOD <init> (Ljava/lang/String;II)V
ARG 0 weight
METHOD a getWeight ()I
FIELD a slotTypes [Lnone/sk;
FIELD b REGISTRY Lnone/db;

View File

@ -109,6 +109,7 @@ CLASS none/sf net/minecraft/entity/Entity
METHOD a updateCommandStat (Lnone/o$a;I)V
ARG 0 statType
ARG 1 statValue
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a damage (Lnone/rq;F)Z
ARG 0 source
ARG 1 damage
@ -127,6 +128,7 @@ CLASS none/sf net/minecraft/entity/Entity
METHOD aJ isOnFire ()Z
METHOD aK hasVehicle ()Z
METHOD aL hasPassengers ()Z
METHOD aM isSneaking ()Z
METHOD aO isGlowing ()Z
METHOD aP isInvisible ()Z
METHOD aR getBreath ()I
@ -193,6 +195,8 @@ CLASS none/sf net/minecraft/entity/Entity
ARG 0 fallDistance
METHOD e serializeToTag (Lnone/dt;)Lnone/dt;
ARG 0 compound
METHOD e setSneaking (Z)V
ARG 0 value
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other
METHOD f getEntity ()Lnone/sf;

View File

@ -23,6 +23,7 @@ CLASS none/so net/minecraft/entity/EntityLiving
ARG 0 source
ARG 1 damage
METHOD a hasPotionEffect (Lnone/ry;)Z
ARG 0 type
METHOD a isEquippedStackValid (Lnone/sk;)Z
ARG 0 slot
METHOD a setEquippedStack (Lnone/sk;Lnone/aer;)V
@ -41,24 +42,30 @@ CLASS none/so net/minecraft/entity/EntityLiving
ARG 0 tagCompound
METHOD b getStackInHand (Lnone/ra;)Lnone/aer;
ARG 0 hand
METHOD b getPotionEffect (Lnone/ry;)Lnone/rz;
ARG 0 type
METHOD b getEquippedStack (Lnone/sk;)Lnone/aer;
ARG 0 slot
METHOD bI getRand ()Ljava/util/Random;
METHOD bP clearPotionSwirls ()V
METHOD bQ clearPotionEffects ()V
METHOD bR getPotionEffects ()Ljava/util/Collection;
METHOD bT getHealth ()F
METHOD bV getSoundHurt ()Lnone/nk;
METHOD bW getSoundDeath ()Lnone/nk;
METHOD c setHealth (F)V
ARG 0 value
METHOD c setCurrentHand (Lnone/ra;)V
METHOD c addEffect (Lnone/rz;)V
METHOD c addPotionEffect (Lnone/rz;)V
ARG 0 effect
METHOD cG isFallFlying ()Z
METHOD ca getHealthMaximum ()F
METHOD cb getStuckArrows ()I
METHOD cf getMainHandStack ()Lnone/aer;
METHOD cg getOffHandStack ()Lnone/aer;
METHOD cw getMainHand ()Lnone/sn;
METHOD cy ()Lnone/ra;
METHOD d (Lnone/ry;)V
METHOD e handleFallDamage (FF)V
ARG 0 fallDistance
METHOD f setStuckArrows (I)V

View File

@ -22,6 +22,6 @@ CLASS none/xq net/minecraft/entity/boss/impl/EntityEnderDragon
METHOD b registerTagUpgraders (Lnone/pf;)V
METHOD bC getSoundCategory ()Lnone/nm;
METHOD bV getSoundHurt ()Lnone/nk;
METHOD c addEffect (Lnone/rz;)V
METHOD c addPotionEffect (Lnone/rz;)V
ARG 0 effect
METHOD i initDataTracker ()V

View File

@ -24,7 +24,7 @@ CLASS none/yk net/minecraft/entity/boss/impl/EntityWither
METHOD b registerTagUpgraders (Lnone/pf;)V
METHOD bV getSoundHurt ()Lnone/nk;
METHOD bW getSoundDeath ()Lnone/nk;
METHOD c addEffect (Lnone/rz;)V
METHOD c addPotionEffect (Lnone/rz;)V
ARG 0 effect
METHOD de getInvulTimer ()I
METHOD e handleFallDamage (FF)V

View File

@ -1,6 +1,7 @@
CLASS none/yn net/minecraft/entity/decoration/EntityDecorationBase
FIELD a blockPos Lnone/cn;
FIELD b facing Lnone/cu;
FIELD c IS_DECORATION Lcom/google/common/base/Predicate;
METHOD <init> (Lnone/aiv;Lnone/cn;)V
ARG 0 world
ARG 1 pos

View File

@ -32,6 +32,7 @@ CLASS none/aal net/minecraft/entity/player/EntityPlayer
FIELD bt inventory Lnone/aak;
FIELD bu containerPlayer Lnone/abw;
FIELD bv container Lnone/abw;
FIELD c enderChestInventory Lnone/acr;
FIELD d sleepTimer I
FIELD e spawnPosition Lnone/cn;
FIELD f spawnForced Z
@ -64,6 +65,8 @@ CLASS none/aal net/minecraft/entity/player/EntityPlayer
METHOD a (Lnone/qu;)V
ARG 0 inv
METHOD a openContainer (Lnone/rb;)V
METHOD a canUnlock (Lnone/rf;)Z
ARG 0 lock
METHOD a damage (Lnone/rq;F)Z
ARG 0 source
ARG 1 damage
@ -73,6 +76,7 @@ CLASS none/aal net/minecraft/entity/player/EntityPlayer
METHOD a setMainHand (Lnone/sn;)V
ARG 0 hand
METHOD a spawnEntityItem (Lnone/yz;)Lnone/aer;
ARG 0 entityItem
METHOD a dropSelectedItem (Z)Lnone/yz;
METHOD aG getItemsHand ()Ljava/lang/Iterable;
METHOD aH getItemsArmor ()Ljava/lang/Iterable;
@ -94,6 +98,7 @@ CLASS none/aal net/minecraft/entity/player/EntityPlayer
METHOD cw getMainHand ()Lnone/sn;
METHOD d getOfflinePlayerUuid (Ljava/lang/String;)Ljava/util/UUID;
ARG 0 nickname
METHOD da getEnderChestInventory ()Lnone/acr;
METHOD dc getReducedDebugInfo ()Z
METHOD e handleFallDamage (FF)V
ARG 0 fallDistance

View File

@ -1,6 +1,12 @@
CLASS none/lw net/minecraft/entity/player/EntityPlayerServer
FIELD a networkHandler Lnone/mg;
FIELD b server Lnet/minecraft/server/MinecraftServer;
FIELD bS LOGGER Lorg/apache/logging/log4j/Logger;
FIELD bV statManager Lnone/nt;
FIELD ch chatVisibility Lnone/aal$b;
METHOD <init> (Lnet/minecraft/server/MinecraftServer;Lnone/lu;Lcom/mojang/authlib/GameProfile;Lnone/lx;)V
ARG 0 server
ARG 1 world
METHOD C getChatVisibility ()Lnone/aal$b;
METHOD F updatePotionVisibility ()V
METHOD a hasPermission (ILjava/lang/String;)Z

View File

@ -21,6 +21,11 @@ CLASS none/abj net/minecraft/entity/vehicle/EntityMinecartBase
FIELD f CUSTOM_BLOCK_PRESENT Lnone/kj;
METHOD <init> (Lnone/aiv;)V
ARG 0 world
METHOD <init> (Lnone/aiv;DDD)V
ARG 0 world
ARG 1 x
ARG 2 y
ARG 3 z
METHOD A hasCustomBlock ()Z
METHOD T invalidate ()V
METHOD a create (Lnone/aiv;DDDLnone/abj$a;)Lnone/abj;

View File

@ -8,6 +8,7 @@ CLASS none/adb net/minecraft/item/block/ItemBanner
ARG 5 hitX
ARG 6 hitY
ARG 7 hitZ
METHOD a createStack (Lnone/adu;Lnone/dz;)Lnone/aer;
METHOD a addStacksForDisplay (Lnone/aep;Lnone/adr;Lnone/dc;)V
ARG 0 item
ARG 1 tab

View File

@ -1,4 +1,5 @@
CLASS none/afr net/minecraft/item/impl/ItemSkull
FIELD a CREATIVE_TAB_SKULLS [Ljava/lang/String;
METHOD a getPlacementMetadata (I)I
ARG 0 meta
METHOD a activate (Lnone/aal;Lnone/aiv;Lnone/cn;Lnone/ra;Lnone/cu;FFF)Lnone/rc;

View File

@ -1,5 +1,18 @@
CLASS none/bak net/minecraft/item/map/MapIcon
FIELD a direction B
FIELD b x B
FIELD c z B
FIELD d type B
METHOD <init> (BBBB)V
ARG 0 direction
ARG 1 x
ARG 2 z
ARG 3 type
METHOD <init> (Lnone/bak;)V
ARG 0 icon
METHOD a getDirection ()B
METHOD b getX ()B
METHOD c getZ ()B
METHOD d getType ()B
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other

View File

@ -1,4 +1,4 @@
CLASS none/pz
CLASS none/pz net/minecraft/migration/impl/TagUpdaterBannerStack
METHOD a getTargetVersion ()I
METHOD a upgradeTag (Lnone/dt;)Lnone/dt;
ARG 0 tag

View File

@ -1 +1,2 @@
CLASS none/fn net/minecraft/network/NetworkThreadUtils
METHOD a forceMainThread (Lnone/fl;Lnone/ev;Lnone/qq;)V

View File

@ -62,6 +62,7 @@ CLASS none/fo net/minecraft/network/handler/INetworkGameHandlerClient
METHOD a onGameStateChange (Lnone/gt;)V
ARG 0 packet
METHOD a onKeepAlive (Lnone/gu;)V
ARG 0 packet
METHOD a onChunkData (Lnone/gv;)V
ARG 0 packet
METHOD a onEffect (Lnone/gw;)V

View File

@ -1,9 +1,11 @@
CLASS none/ks net/minecraft/reference/Bootstrap
CLASS none/ks$16
METHOD a dispense (Lnone/co;Lnone/aer;)Lnone/aer;
ARG 0 location
ARG 1 stack
CLASS none/ks$17
METHOD a dispense (Lnone/co;Lnone/aer;)Lnone/aer;
ARG 0 location
ARG 1 stack
FIELD a OUTPUT Ljava/io/PrintStream;
FIELD b initialized Z

View File

@ -2,7 +2,13 @@ CLASS none/ms net/minecraft/server/config/OperatorProfilesList
METHOD a getNames ()[Ljava/lang/String;
METHOD a createEntryFromJson (Lcom/google/gson/JsonObject;)Lnone/mu;
ARG 0 json
METHOD a getPermissionLevel (Lcom/mojang/authlib/GameProfile;)I
ARG 0 profile
METHOD a getStringKey (Ljava/lang/Object;)Ljava/lang/String;
ARG 0 key
METHOD a getProfile (Ljava/lang/String;)Lcom/mojang/authlib/GameProfile;
ARG 0 name
METHOD b canBypassPlayerLimit (Lcom/mojang/authlib/GameProfile;)Z
ARG 0 profile
METHOD c getStringKey (Lcom/mojang/authlib/GameProfile;)Ljava/lang/String;
ARG 0 key

View File

@ -0,0 +1,2 @@
CLASS none/zs net/minecraft/sortme/AttributesSomething
FIELD j LOGGER Lorg/apache/logging/log4j/Logger;

View File

@ -1,6 +1,9 @@
CLASS none/acr
CLASS none/acr net/minecraft/sortme/InventoryEnderChest
FIELD a currentTile Lnone/arm;
METHOD a canPlayerUseInv (Lnone/aal;)Z
ARG 0 player
METHOD a setCurrentTile (Lnone/arm;)V
ARG 0 value
METHOD a readTags (Lnone/dz;)V
ARG 0 tags
METHOD b onInvOpen (Lnone/aal;)V

View File

@ -0,0 +1 @@
CLASS none/abu net/minecraft/sortme/PlayerHungerManager

View File

@ -4,6 +4,7 @@ CLASS none/auc net/minecraft/sortme/WorldSaveLoadSomething
ARG 0 handler
ARG 1 tag
ARG 2 version
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
METHOD a (Lnone/aiv;Lnone/dt;)Lnone/ato;
ARG 0 world
ARG 1 nbt

View File

@ -0,0 +1,5 @@
CLASS none/g net/minecraft/util/ChatUtils
METHOD a isValidChar (C)Z
ARG 0 chr
METHOD a stripInvalidChars (Ljava/lang/String;)Ljava/lang/String;
ARG 0 s

View File

@ -19,15 +19,21 @@ CLASS none/adu net/minecraft/util/DyeColor
FIELD r DYE_MAP [Lnone/adu;
FIELD s woolId I
FIELD t dyeId I
FIELD v translationKey Ljava/lang/String;
FIELD w mapColor Lnone/ayr;
FIELD x chatFormat Lnone/a;
METHOD <init> (Ljava/lang/String;IIILjava/lang/String;Ljava/lang/String;Lnone/ayr;Lnone/a;)V
ARG 3 meta
ARG 0 woolId
ARG 1 dyeId
ARG 3 translationKey
ARG 4 mapColor
ARG 5 chatFormat
METHOD a getWoolId ()I
METHOD a getWoolColor (I)Lnone/adu;
ARG 0 id
METHOD b getDyeId ()I
METHOD b getDyeColor (I)Lnone/adu;
ARG 0 id
METHOD d getTranslationKey ()Ljava/lang/String;
METHOD e getMapColor ()Lnone/ayr;
METHOD m asString ()Ljava/lang/String;

View File

@ -129,6 +129,7 @@ CLASS none/aiv net/minecraft/world/World
ARG 4 power
ARG 5 createFire
ARG 6 destroyBlocks
METHOD a (Lnone/sf;Lnone/bcr;Lcom/google/common/base/Predicate;)Ljava/util/List;
METHOD ac ()Ljava/util/Calendar;
METHOD ae getDifficulty ()Lnone/qy;
METHOD aj getWorldBorder ()Lnone/atf;

View File

@ -21,6 +21,7 @@ CLASS none/lu net/minecraft/world/WorldServer
ARG 4 power
ARG 5 createFire
ARG 6 destroyBlocks
METHOD a (ZLnone/ot;)V
METHOD aE isMainThread ()Z
METHOD b getWorld ()Lnone/aiv;
METHOD b onEntitySpawn (Lnone/sf;)V

View File

@ -1,2 +0,0 @@
CLASS none/amu
METHOD e isDoubleSlab ()Z

View File

@ -1,2 +0,0 @@
CLASS none/amv
METHOD e isDoubleSlab ()Z

View File

@ -1,2 +0,0 @@
CLASS none/amw
METHOD e isDoubleSlab ()Z

View File

@ -1,2 +0,0 @@
CLASS none/and
METHOD e isDoubleSlab ()Z

View File

@ -1,2 +0,0 @@
CLASS none/anf
METHOD e isDoubleSlab ()Z

View File

@ -1,2 +0,0 @@
CLASS none/anh
METHOD e isDoubleSlab ()Z