map out migration stuff

This commit is contained in:
asiekierka 2016-09-08 23:57:07 +02:00
parent 1426735636
commit fe7a7a621b
95 changed files with 233 additions and 2 deletions

View File

@ -17,5 +17,6 @@ CLASS none/ann net/minecraft/block/impl/BlockJukebox
ARG 4 fortune
METHOD a activate (Lnone/aiu;Lnone/cn;Lnone/asj;Lnone/aak;Lnone/qz;Lnone/cu;FFF)Z
METHOD a getRenderType (Lnone/asj;)Lnone/apg;
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -25,6 +25,7 @@ CLASS none/arc net/minecraft/block/tile/impl/TileEntityBrewingStand
ARG 0 player
METHOD a getInvAvailableSlots (Lnone/cu;)[I
METHOD a deserializeTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b removeInvStack (I)Lnone/aeq;
ARG 0 slot
METHOD b setInvField (II)V

View File

@ -28,6 +28,7 @@ CLASS none/ard net/minecraft/block/tile/impl/TileEntityChest
METHOD a getNeighbor (Lnone/cu;)Lnone/ard;
ARG 0 facing
METHOD a deserializeTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b removeInvStack (I)Lnone/aeq;
ARG 0 slot
METHOD b setInvField (II)V

View File

@ -18,6 +18,7 @@ CLASS none/arh net/minecraft/block/tile/impl/TileEntityDispenser
METHOD a canPlayerUseInv (Lnone/aak;)Z
ARG 0 player
METHOD a deserializeTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b removeInvStack (I)Lnone/aeq;
ARG 0 slot
METHOD b setInvField (II)V

View File

@ -1,2 +1,3 @@
CLASS none/ari net/minecraft/block/tile/impl/TileEntityDropper
METHOD b registerTagUpdaters (Lnone/pf;)V
METHOD h_ getName ()Ljava/lang/String;

View File

@ -9,6 +9,7 @@ CLASS none/arl net/minecraft/block/tile/impl/TileEntityFlowerPot
ARG 0 flower
ARG 1 meta
METHOD a deserializeTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b serializeTag (Lnone/dt;)Lnone/dt;
METHOD c writeToTag ()Lnone/dt;
METHOD d getFlowerStack ()Lnone/aeq;

View File

@ -29,6 +29,7 @@ CLASS none/arm net/minecraft/block/tile/impl/TileEntityFurnace
ARG 0 stack
METHOD a getInvAvailableSlots (Lnone/cu;)[I
METHOD a deserializeTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b removeInvStack (I)Lnone/aeq;
ARG 0 slot
METHOD b setInvField (II)V

View File

@ -32,6 +32,7 @@ CLASS none/aro net/minecraft/block/tile/impl/TileEntityHopper
METHOD a tryExtract (Lnone/arn;)Z
ARG 0 hopper
METHOD a deserializeTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a canInsert (Lnone/qt;Lnone/aeq;ILnone/cu;)Z
ARG 0 inv
ARG 1 stack

View File

@ -1,6 +1,12 @@
CLASS none/arq net/minecraft/block/tile/impl/TileEntityMobSpawner
CLASS none/arq$2
METHOD a updateTag (Lnone/pe;Lnone/dt;I)Lnone/dt;
ARG 0 handler
ARG 1 tag
ARG 2 version
METHOD C_ getUpdatePacket ()Lnone/fy;
METHOD D_ update ()V
METHOD a deserializeTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b serializeTag (Lnone/dt;)Lnone/dt;
METHOD c writeToTag ()Lnone/dt;

View File

@ -12,6 +12,7 @@ CLASS none/asd net/minecraft/block/tile/impl/TileEntityPiston
METHOD a getProgress (F)F
ARG 0 partialTick
METHOD a deserializeTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b serializeTag (Lnone/dt;)Lnone/dt;
METHOD d getPushedBlock ()Lnone/asj;
METHOD e isExtending ()Z

View File

@ -6,6 +6,7 @@ CLASS none/bdo net/minecraft/client/Minecraft
FIELD L DISPLAY_MODES Ljava/util/List;
FIELD Q textureManager Lnone/bxc;
FIELD R instance Lnone/bdo;
FIELD S migrationHandler Lnone/pf;
FIELD T fullscreen Z
FIELD Z snooper Lnone/rj;
FIELD aB defaultResourcePacks Ljava/util/List;

View File

@ -2,6 +2,7 @@ CLASS none/xp net/minecraft/entity/boss/impl/EntityEnderDragon
METHOD G getSoundDeath ()Lnone/nk;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a onTrackedDataSet (Lnone/kj;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -1,6 +1,7 @@
CLASS none/yj net/minecraft/entity/boss/impl/EntityWither
METHOD G getSoundDeath ()Lnone/nk;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -1,5 +1,6 @@
CLASS none/yl net/minecraft/entity/decoration/impl/EntityArmorStand
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -1,6 +1,7 @@
CLASS none/yn net/minecraft/entity/decoration/impl/EntityItemFrame
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a onTrackedDataSet (Lnone/kj;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -17,6 +17,7 @@ CLASS none/yx net/minecraft/entity/impl/EntityFallingBlock
METHOD a setBlockPos (Lnone/cn;)V
ARG 0 pos
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a setHurtEntities (Z)V
ARG 0 value
METHOD b serializeEntityTag (Lnone/dt;)V

View File

@ -1,4 +1,5 @@
CLASS none/aar net/minecraft/entity/impl/EntityFirework
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD m update ()V

View File

@ -11,6 +11,7 @@ CLASS none/yy net/minecraft/entity/impl/EntityItem
METHOD a setStack (Lnone/aeq;)V
ARG 0 stack
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -1,4 +1,5 @@
CLASS none/zc net/minecraft/entity/mob/impl/EntityBlaze
METHOD G getSoundDeath ()Lnone/nk;
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD e handleFallDamage (FF)V
ARG 0 fallDistance

View File

@ -1 +1,2 @@
CLASS none/zd net/minecraft/entity/mob/impl/EntityCaveSpider
METHOD a registerTagUpdaters (Lnone/pf;)V

View File

@ -1,5 +1,6 @@
CLASS none/ze net/minecraft/entity/mob/impl/EntityCreeper
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD e handleFallDamage (FF)V
ARG 0 fallDistance

View File

@ -1,2 +1,3 @@
CLASS none/zf net/minecraft/entity/mob/impl/EntityElderGuardian
METHOD G getSoundDeath ()Lnone/nk;
METHOD a registerTagUpdaters (Lnone/pf;)V

View File

@ -2,6 +2,7 @@ CLASS none/zg net/minecraft/entity/mob/impl/EntityEnderman
METHOD G getSoundDeath ()Lnone/nk;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a onTrackedDataSet (Lnone/kj;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -1,5 +1,6 @@
CLASS none/zh net/minecraft/entity/mob/impl/EntityEndermite
METHOD G getSoundDeath ()Lnone/nk;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD m update ()V

View File

@ -1,6 +1,7 @@
CLASS none/zj net/minecraft/entity/mob/impl/EntityGhast
METHOD G getSoundDeath ()Lnone/nk;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -1 +1,2 @@
CLASS none/zk net/minecraft/entity/mob/impl/EntityGiant
METHOD a registerTagUpdaters (Lnone/pf;)V

View File

@ -4,3 +4,4 @@ CLASS none/zl net/minecraft/entity/mob/impl/EntityGuardian
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage
METHOD b registerTagUpdaters (Lnone/pf;)V

View File

@ -1,2 +1,3 @@
CLASS none/zm net/minecraft/entity/mob/impl/EntityHusk
METHOD G getSoundDeath ()Lnone/nk;
METHOD a registerTagUpdaters (Lnone/pf;)V

View File

@ -1,3 +1,4 @@
CLASS none/zn net/minecraft/entity/mob/impl/EntityMagmaCube
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD e handleFallDamage (FF)V
ARG 0 fallDistance

View File

@ -1,6 +1,7 @@
CLASS none/zp net/minecraft/entity/mob/impl/EntityPigZombie
METHOD G getSoundDeath ()Lnone/nk;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -2,6 +2,7 @@ CLASS none/zs net/minecraft/entity/mob/impl/EntityShulker
METHOD G getSoundDeath ()Lnone/nk;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a onTrackedDataSet (Lnone/kj;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -1,5 +1,6 @@
CLASS none/zt net/minecraft/entity/mob/impl/EntitySilverfish
METHOD G getSoundDeath ()Lnone/nk;
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -1,2 +1,3 @@
CLASS none/zu net/minecraft/entity/mob/impl/EntitySkeleton
METHOD G getSoundDeath ()Lnone/nk;
METHOD a registerTagUpdaters (Lnone/pf;)V

View File

@ -1,4 +1,5 @@
CLASS none/xg net/minecraft/entity/mob/impl/EntitySkeletonHorse
METHOD G getSoundDeath ()Lnone/nk;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b serializeEntityTag (Lnone/dt;)V

View File

@ -3,4 +3,5 @@ CLASS none/zv net/minecraft/entity/mob/impl/EntitySlime
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a onTrackedDataSet (Lnone/kj;)V
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD b registerTagUpdaters (Lnone/pf;)V
METHOD m update ()V

View File

@ -1,3 +1,4 @@
CLASS none/zw net/minecraft/entity/mob/impl/EntitySpider
METHOD G getSoundDeath ()Lnone/nk;
METHOD b registerTagUpdaters (Lnone/pf;)V
METHOD m update ()V

View File

@ -1,2 +1,3 @@
CLASS none/zx net/minecraft/entity/mob/impl/EntityStray
METHOD G getSoundDeath ()Lnone/nk;
METHOD a registerTagUpdaters (Lnone/pf;)V

View File

@ -1,2 +1,3 @@
CLASS none/zy net/minecraft/entity/mob/impl/EntityWitch
METHOD G getSoundDeath ()Lnone/nk;
METHOD a registerTagUpdaters (Lnone/pf;)V

View File

@ -1,2 +1,3 @@
CLASS none/zz net/minecraft/entity/mob/impl/EntityWitherSkeleton
METHOD G getSoundDeath ()Lnone/nk;
METHOD a registerTagUpdaters (Lnone/pf;)V

View File

@ -6,3 +6,4 @@ CLASS none/aaa net/minecraft/entity/mob/impl/EntityZombie
ARG 0 source
ARG 1 damage
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD b registerTagUpdaters (Lnone/pf;)V

View File

@ -1,2 +1,3 @@
CLASS none/xi net/minecraft/entity/mob/impl/EntityZombieHorse
METHOD G getSoundDeath ()Lnone/nk;
METHOD a registerTagUpdaters (Lnone/pf;)V

View File

@ -1,5 +1,6 @@
CLASS none/aab net/minecraft/entity/mob/impl/EntityZombieVillager
METHOD G getSoundDeath ()Lnone/nk;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD m update ()V

View File

@ -2,6 +2,7 @@ CLASS none/wj net/minecraft/entity/passive/impl/EntityBat
FIELD a batFlags Lnone/kj;
METHOD G getSoundDeath ()Lnone/nk;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -2,6 +2,7 @@ CLASS none/wm net/minecraft/entity/passive/impl/EntityChicken
FIELD bD eggLayTime I
METHOD G getSoundDeath ()Lnone/nk;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD de ()Z
METHOD e handleFallDamage (FF)V

View File

@ -1,2 +1,3 @@
CLASS none/wn net/minecraft/entity/passive/impl/EntityCow
METHOD G getSoundDeath ()Lnone/nk;
METHOD a registerTagUpdaters (Lnone/pf;)V

View File

@ -1,2 +1,3 @@
CLASS none/xc net/minecraft/entity/passive/impl/EntityDonkey
METHOD G getSoundDeath ()Lnone/nk;
METHOD a registerTagUpdaters (Lnone/pf;)V

View File

@ -1,5 +1,6 @@
CLASS none/xd net/minecraft/entity/passive/impl/EntityHorse
METHOD G getSoundDeath ()Lnone/nk;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD m update ()V

View File

@ -1,3 +1,4 @@
CLASS none/wx net/minecraft/entity/passive/impl/EntityIronGolem
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b serializeEntityTag (Lnone/dt;)V

View File

@ -1 +1,2 @@
CLASS none/wp net/minecraft/entity/passive/impl/EntityMooshroom
METHOD b registerTagUpdaters (Lnone/pf;)V

View File

@ -1,2 +1,3 @@
CLASS none/xf net/minecraft/entity/passive/impl/EntityMule
METHOD G getSoundDeath ()Lnone/nk;
METHOD a registerTagUpdaters (Lnone/pf;)V

View File

@ -1,6 +1,7 @@
CLASS none/wq net/minecraft/entity/passive/impl/EntityOcelot
METHOD G getSoundDeath ()Lnone/nk;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -1,6 +1,7 @@
CLASS none/wr net/minecraft/entity/passive/impl/EntityPig
METHOD G getSoundDeath ()Lnone/nk;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD e handleFallDamage (FF)V
ARG 0 fallDistance

View File

@ -2,6 +2,7 @@ CLASS none/wt net/minecraft/entity/passive/impl/EntityRabbit
METHOD G getSoundDeath ()Lnone/nk;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a onTrackedDataSet (Lnone/kj;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -10,6 +10,7 @@ CLASS none/wu net/minecraft/entity/passive/impl/EntitySheep
METHOD a getRgbColor (Lnone/adt;)[F
ARG 0 dyeColor
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b setWoolColor (Lnone/adt;)V
ARG 0 value
METHOD b serializeEntityTag (Lnone/dt;)V

View File

@ -1,4 +1,5 @@
CLASS none/wv net/minecraft/entity/passive/impl/EntitySnowman
METHOD G getSoundDeath ()Lnone/nk;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b serializeEntityTag (Lnone/dt;)V

View File

@ -1,2 +1,3 @@
CLASS none/ww net/minecraft/entity/passive/impl/EntitySquid
METHOD G getSoundDeath ()Lnone/nk;
METHOD a registerTagUpdaters (Lnone/pf;)V

View File

@ -1,5 +1,11 @@
CLASS none/aaf net/minecraft/entity/passive/impl/EntityVillager
CLASS none/aaf$1
METHOD a updateTag (Lnone/pe;Lnone/dt;I)Lnone/dt;
ARG 0 handler
ARG 1 tag
ARG 2 version
METHOD G getSoundDeath ()Lnone/nk;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD i_ getNameComponent ()Lnone/fa;

View File

@ -1,6 +1,7 @@
CLASS none/wz net/minecraft/entity/passive/impl/EntityWolf
METHOD G getSoundDeath ()Lnone/nk;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -1,4 +1,9 @@
CLASS none/aak net/minecraft/entity/player/EntityPlayer
CLASS none/aak$1
METHOD a updateTag (Lnone/pe;Lnone/dt;I)Lnone/dt;
ARG 0 handler
ARG 1 tag
ARG 2 version
CLASS none/aak$a SleepResult
FIELD a SUCCESS Lnone/aak$a;
FIELD b WRONG_DIMENSION Lnone/aak$a;
@ -51,6 +56,7 @@ CLASS none/aak net/minecraft/entity/player/EntityPlayer
METHOD a increaseStat (Lnone/nu;I)V
ARG 0 stat
ARG 1 points
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a (Lnone/qt;)V
ARG 0 inv
METHOD a openContainer (Lnone/ra;)V

View File

@ -1,4 +1,5 @@
CLASS none/aan net/minecraft/entity/projectile/EntityArrowBase
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD m update ()V

View File

@ -1,4 +1,5 @@
CLASS none/abe net/minecraft/entity/projectile/impl/EntityArrow
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD b registerTagUpdaters (Lnone/pf;)V
METHOD m update ()V

View File

@ -1,4 +1,5 @@
CLASS none/aao net/minecraft/entity/projectile/impl/EntityDragonFireball
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -4,6 +4,7 @@ CLASS none/abf net/minecraft/entity/projectile/impl/EntityExplodingWitherSkull
ARG 1 world
ARG 2 pos
ARG 3 state
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -1,3 +1,4 @@
CLASS none/aas net/minecraft/entity/projectile/impl/EntityFireball
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b serializeEntityTag (Lnone/dt;)V

View File

@ -1,4 +1,5 @@
CLASS none/aaw net/minecraft/entity/projectile/impl/EntitySmallFireball
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -1,4 +1,5 @@
CLASS none/aay net/minecraft/entity/projectile/impl/EntitySpectralArrow
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD b registerTagUpdaters (Lnone/pf;)V
METHOD m update ()V

View File

@ -1 +1,2 @@
CLASS none/aax net/minecraft/entity/thrown/impl/EntitySnowball
METHOD a registerTagUpdaters (Lnone/pf;)V

View File

@ -1 +1,2 @@
CLASS none/abc net/minecraft/entity/thrown/impl/EntityThrowableExpBottle
METHOD a registerTagUpdaters (Lnone/pf;)V

View File

@ -1 +1,2 @@
CLASS none/aba net/minecraft/entity/thrown/impl/EntityThrownEgg
METHOD a registerTagUpdaters (Lnone/pf;)V

View File

@ -1,2 +1,3 @@
CLASS none/abb net/minecraft/entity/thrown/impl/EntityThrownEnderpearl
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD m update ()V

View File

@ -1,4 +1,5 @@
CLASS none/abd net/minecraft/entity/thrown/impl/EntityThrownPotion
FIELD e LOGGER Lorg/apache/logging/log4j/Logger;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b serializeEntityTag (Lnone/dt;)V

View File

@ -2,5 +2,6 @@ CLASS none/abj net/minecraft/entity/vehicle/impl/EntityChestMinecart
METHOD a createContainer (Lnone/aaj;Lnone/aak;)Lnone/abv;
ARG 0 playerInv
ARG 1 player
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD t_ getInvSize ()I
METHOD v getMinecartType ()Lnone/abi$a;

View File

@ -5,8 +5,14 @@ CLASS none/abk net/minecraft/entity/vehicle/impl/EntityCommandBlockMinecart
METHOD e getWorld ()Lnone/aiu;
METHOD f getEntity ()Lnone/se;
METHOD h getServer ()Lnet/minecraft/server/MinecraftServer;
CLASS none/abk$2
METHOD a updateTag (Lnone/pe;Lnone/dt;I)Lnone/dt;
ARG 0 handler
ARG 1 tag
ARG 2 version
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a onTrackedDataSet (Lnone/kj;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b interact (Lnone/aak;Lnone/qz;)Z
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD v getMinecartType ()Lnone/abi$a;

View File

@ -1,5 +1,6 @@
CLASS none/abm net/minecraft/entity/vehicle/impl/EntityFurnaceMinecart
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b interact (Lnone/aak;Lnone/qz;)Z
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD m update ()V

View File

@ -7,6 +7,7 @@ CLASS none/abn net/minecraft/entity/vehicle/impl/EntityHopperMinecart
ARG 0 playerInv
ARG 1 player
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b interact (Lnone/aak;Lnone/qz;)Z
ARG 0 entityPlayer
METHOD b serializeEntityTag (Lnone/dt;)V

View File

@ -1,4 +1,5 @@
CLASS none/abo net/minecraft/entity/vehicle/impl/EntityMinecart
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b interact (Lnone/aak;Lnone/qz;)Z
ARG 0 rplayer
ARG 1 handIn

View File

@ -1,5 +1,11 @@
CLASS none/abp net/minecraft/entity/vehicle/impl/EntitySpawnerMinecart
CLASS none/abp$2
METHOD a updateTag (Lnone/pe;Lnone/dt;I)Lnone/dt;
ARG 0 handler
ARG 1 tag
ARG 2 version
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD m update ()V
METHOD v getMinecartType ()Lnone/abi$a;

View File

@ -11,6 +11,7 @@ CLASS none/abq net/minecraft/entity/vehicle/impl/EntityTNTMinecart
ARG 3 state
ARG 4 power
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -108,6 +108,7 @@ CLASS none/aeq net/minecraft/item/ItemStack
ARG 0 state
METHOD a serialize (Lnone/dt;)Lnone/dt;
ARG 0 tag
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a getAttributeModifiers (Lnone/sj;)Lcom/google/common/collect/Multimap;
ARG 0 slot
METHOD a onEntityDamaged (Lnone/sn;Lnone/aak;)V

View File

@ -0,0 +1,5 @@
CLASS none/ph net/minecraft/migration/IAdvancedTagUpdater
METHOD a updateTag (Lnone/pe;Lnone/dt;I)Lnone/dt;
ARG 0 handler
ARG 1 tag
ARG 2 version

View File

@ -0,0 +1,5 @@
CLASS none/pe net/minecraft/migration/IMigrationHandler
METHOD a updateTag (Lnone/pc;Lnone/dt;I)Lnone/dt;
ARG 0 type
ARG 1 tag
ARG 2 version

View File

@ -0,0 +1 @@
CLASS none/pc net/minecraft/migration/IMigrationType

View File

@ -0,0 +1,12 @@
CLASS none/qm net/minecraft/migration/IdFilteredAdvancedTagUpdater
FIELD a targetId Lnone/kp;
METHOD <init> (Ljava/lang/Class;)V
ARG 0 objClass
METHOD a updateTag (Lnone/pe;Lnone/dt;I)Lnone/dt;
ARG 0 handler
ARG 1 tag
ARG 2 version
METHOD b update (Lnone/pe;Lnone/dt;I)Lnone/dt;
ARG 0 handler
ARG 1 tag
ARG 2 version

View File

@ -0,0 +1,34 @@
CLASS none/pf net/minecraft/migration/MigrationHandler
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b ADVANCED_UPDATERS Ljava/util/Map;
FIELD c UPDATERS Ljava/util/Map;
FIELD d currentVersion I
METHOD <init> (I)V
ARG 0 dataVersion
METHOD a getMigrationList (Ljava/util/Map;Lnone/pc;)Ljava/util/List;
ARG 0 map
ARG 1 type
METHOD a updateTag (Lnone/pc;Lnone/dt;)Lnone/dt;
ARG 0 type
ARG 1 tag
METHOD a updateTag (Lnone/pc;Lnone/dt;I)Lnone/dt;
ARG 0 type
ARG 1 tag
ARG 2 version
METHOD a register (Lnone/pc;Lnone/pb;)V
ARG 0 type
ARG 1 updater
METHOD a register (Lnone/pc;Lnone/ph;)V
ARG 0 type
ARG 1 updater
METHOD a register (Lnone/pd;Lnone/ph;)V
ARG 0 type
ARG 1 updater
METHOD b updateTagSimple (Lnone/pc;Lnone/dt;I)Lnone/dt;
ARG 0 type
ARG 1 tag
ARG 2 version
METHOD c updateTagAdvanced (Lnone/pc;Lnone/dt;I)Lnone/dt;
ARG 0 type
ARG 1 tag
ARG 2 version

View File

@ -0,0 +1,14 @@
CLASS none/pg net/minecraft/migration/MigrationHandlerBuilder
METHOD a build ()Lnone/pf;
METHOD a updateStack (Lnone/pe;Lnone/dt;ILjava/lang/String;)Lnone/dt;
ARG 0 handler
ARG 1 tag
ARG 2 version
ARG 3 tagKey
METHOD a registerTagUpdaters (Lnone/pf;)V
ARG 0 handler
METHOD b updateStackList (Lnone/pe;Lnone/dt;ILjava/lang/String;)Lnone/dt;
ARG 0 handler
ARG 1 tag
ARG 2 version
ARG 3 tagKey

View File

@ -0,0 +1,8 @@
CLASS none/pd net/minecraft/migration/MigrationTypes
FIELD a WORLD_PROPERTIES Lnone/pd;
FIELD b PLAYER_DATA Lnone/pd;
FIELD c LEVEL_DATA Lnone/pd;
FIELD d TILE_ENTITY Lnone/pd;
FIELD e ENTITY Lnone/pd;
FIELD f ITEM_STACK Lnone/pd;
FIELD g GAME_SETTINGS Lnone/pd;

View File

@ -0,0 +1,9 @@
CLASS none/qi net/minecraft/migration/impl/TagUpdaterEntityStack
FIELD a stackKeys [Ljava/lang/String;
METHOD <init> (Ljava/lang/Class;[Ljava/lang/String;)V
ARG 0 objClass
ARG 1 stackKeys
METHOD b update (Lnone/pe;Lnone/dt;I)Lnone/dt;
ARG 0 handler
ARG 1 tag
ARG 2 version

View File

@ -0,0 +1,9 @@
CLASS none/ql net/minecraft/migration/impl/TagUpdaterEntityStackList
FIELD a inventoryKeys [Ljava/lang/String;
METHOD <init> (Ljava/lang/Class;[Ljava/lang/String;)V
ARG 0 objClass
ARG 1 invKeys
METHOD b update (Lnone/pe;Lnone/dt;I)Lnone/dt;
ARG 0 handler
ARG 1 tag
ARG 2 version

View File

@ -0,0 +1,6 @@
CLASS none/qk net/minecraft/migration/impl/TagUpdaterStackDataEntity
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
METHOD a updateTag (Lnone/pe;Lnone/dt;I)Lnone/dt;
ARG 0 handler
ARG 1 tag
ARG 2 version

View File

@ -0,0 +1,11 @@
CLASS none/qj net/minecraft/migration/impl/TagUpdaterStackDataTileEntity
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b OLD_REMAPS Ljava/util/Map;
FIELD c NEW_REMAPS Ljava/util/Map;
METHOD a remapId (ILjava/lang/String;)Ljava/lang/String;
ARG 0 srcVersion
ARG 1 srcId
METHOD a updateTag (Lnone/pe;Lnone/dt;I)Lnone/dt;
ARG 0 handler
ARG 1 tag
ARG 2 version

View File

@ -33,6 +33,7 @@ CLASS net/minecraft/server/MinecraftServer net/minecraft/server/MinecraftServer
FIELD p networkManager Lnone/mf;
FIELD q metadata Lnone/ke;
FIELD r rand Ljava/util/Random;
FIELD s migrationHandler Lnone/pf;
FIELD t serverIp Ljava/lang/String;
FIELD u serverPort I
FIELD v serverConfigManager Lnone/mr;
@ -43,6 +44,7 @@ CLASS net/minecraft/server/MinecraftServer net/minecraft/server/MinecraftServer
METHOD <init> (Ljava/io/File;Ljava/net/Proxy;Lnone/pf;Lcom/mojang/authlib/yggdrasil/YggdrasilAuthenticationService;Lcom/mojang/authlib/minecraft/MinecraftSessionService;Lcom/mojang/authlib/GameProfileRepository;Lnone/mn;)V
ARG 0 gameDir
ARG 1 proxy
ARG 2 migrationHandler
ARG 3 authService
ARG 4 sessionService
ARG 5 gameProfileRepo

View File

@ -7,6 +7,7 @@ CLASS none/lf net/minecraft/server/dedicated/DedicatedServer
FIELD t gameMode Lnone/ais;
FIELD u gui Z
METHOD <init> (Ljava/io/File;Lnone/pf;Lcom/mojang/authlib/yggdrasil/YggdrasilAuthenticationService;Lcom/mojang/authlib/minecraft/MinecraftSessionService;Lcom/mojang/authlib/GameProfileRepository;Lnone/mn;)V
ARG 1 migrationHandler
ARG 2 authService
METHOD B exit ()V
METHOD D doLevelTick ()V

View File

@ -1,5 +1,11 @@
CLASS none/aua net/minecraft/sortme/WorldSaveLoadSomething
CLASS none/aua$1
METHOD a updateTag (Lnone/pe;Lnone/dt;I)Lnone/dt;
ARG 0 handler
ARG 1 tag
ARG 2 version
METHOD a (Lnone/aiu;Lnone/dt;)Lnone/atm;
ARG 0 world
ARG 1 nbt
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD c run ()Z

View File

@ -1,4 +1,9 @@
CLASS none/bar net/minecraft/world/WorldProperties
CLASS none/bar$1
METHOD a updateTag (Lnone/pe;Lnone/dt;I)Lnone/dt;
ARG 0 handler
ARG 1 tag
ARG 2 version
FIELD A allowCommands Z
FIELD B initialized Z
FIELD C difficulty Lnone/qx;
@ -82,6 +87,7 @@ CLASS none/bar net/minecraft/world/WorldProperties
METHOD a updateProperties (Lnone/dt;Lnone/dt;)V
ARG 0 worldTag
ARG 1 playerTag
METHOD a registerTagUpdaters (Lnone/pf;)V
METHOD a setDifficulty (Lnone/qx;)V
ARG 0 difficulty
METHOD a setThundering (Z)V

View File

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