Fix inner class names

This commit is contained in:
modmuss50 2019-03-14 19:41:19 +00:00
parent eef3d973f2
commit a7eee8f064
476 changed files with 742 additions and 695 deletions

1
mappings/agc.mapping Normal file
View File

@ -0,0 +1 @@
CLASS agc

1
mappings/ale.mapping Normal file
View File

@ -0,0 +1 @@
CLASS ale

1
mappings/amf.mapping Normal file
View File

@ -0,0 +1 @@
CLASS amf

1
mappings/amg.mapping Normal file
View File

@ -0,0 +1 @@
CLASS amg

1
mappings/amh.mapping Normal file
View File

@ -0,0 +1 @@
CLASS amh

1
mappings/ami.mapping Normal file
View File

@ -0,0 +1 @@
CLASS ami

1
mappings/amp.mapping Normal file
View File

@ -0,0 +1 @@
CLASS amp

1
mappings/amw.mapping Normal file
View File

@ -0,0 +1 @@
CLASS amw

1
mappings/anb.mapping Normal file
View File

@ -0,0 +1 @@
CLASS anb

1
mappings/and.mapping Normal file
View File

@ -0,0 +1 @@
CLASS and

1
mappings/ane.mapping Normal file
View File

@ -0,0 +1 @@
CLASS ane

1
mappings/ang.mapping Normal file
View File

@ -0,0 +1 @@
CLASS ang

1
mappings/anh.mapping Normal file
View File

@ -0,0 +1 @@
CLASS anh

1
mappings/ank.mapping Normal file
View File

@ -0,0 +1 @@
CLASS ank

1
mappings/anm.mapping Normal file
View File

@ -0,0 +1 @@
CLASS anm

1
mappings/ann.mapping Normal file
View File

@ -0,0 +1 @@
CLASS ann

1
mappings/ano.mapping Normal file
View File

@ -0,0 +1 @@
CLASS ano

1
mappings/anp.mapping Normal file
View File

@ -0,0 +1 @@
CLASS anp

1
mappings/aoa.mapping Normal file
View File

@ -0,0 +1 @@
CLASS aoa

1
mappings/auy.mapping Normal file
View File

@ -0,0 +1 @@
CLASS auy

1
mappings/cgb.mapping Normal file
View File

@ -0,0 +1 @@
CLASS cgb

1
mappings/ckf.mapping Normal file
View File

@ -0,0 +1 @@
CLASS ckf

1
mappings/ckq.mapping Normal file
View File

@ -0,0 +1 @@
CLASS ckq

1
mappings/clo.mapping Normal file
View File

@ -0,0 +1 @@
CLASS clo

View File

@ -1,5 +1,5 @@
CLASS com/mojang/blaze3d/platform/GLX CLASS com/mojang/blaze3d/platform/GLX
CLASS com/mojang/blaze3d/platform/GLX$a com/mojang/blaze3d/platform/GLX$com/mojang/blaze3d/platform/GLX$FBOMode CLASS com/mojang/blaze3d/platform/GLX$a FBOMode
FIELD a BASE Lcom/mojang/blaze3d/platform/GLX$a; FIELD a BASE Lcom/mojang/blaze3d/platform/GLX$a;
FIELD b ARB Lcom/mojang/blaze3d/platform/GLX$a; FIELD b ARB Lcom/mojang/blaze3d/platform/GLX$a;
FIELD c EXT Lcom/mojang/blaze3d/platform/GLX$a; FIELD c EXT Lcom/mojang/blaze3d/platform/GLX$a;

View File

@ -1,88 +1,88 @@
CLASS com/mojang/blaze3d/platform/GlStateManager CLASS com/mojang/blaze3d/platform/GlStateManager
CLASS com/mojang/blaze3d/platform/GlStateManager$a com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$AlphaTestState CLASS com/mojang/blaze3d/platform/GlStateManager$a AlphaTestState
FIELD a capState Lcom/mojang/blaze3d/platform/GlStateManager$c; FIELD a capState Lcom/mojang/blaze3d/platform/GlStateManager$c;
FIELD b func I FIELD b func I
FIELD c ref F FIELD c ref F
CLASS com/mojang/blaze3d/platform/GlStateManager$b com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$BlendFuncState CLASS com/mojang/blaze3d/platform/GlStateManager$b BlendFuncState
FIELD a capState Lcom/mojang/blaze3d/platform/GlStateManager$c; FIELD a capState Lcom/mojang/blaze3d/platform/GlStateManager$c;
FIELD b sfactor I FIELD b sfactor I
FIELD c dfactor I FIELD c dfactor I
FIELD d srcAlpha I FIELD d srcAlpha I
FIELD e dstAlpha I FIELD e dstAlpha I
CLASS com/mojang/blaze3d/platform/GlStateManager$c com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$CapabilityTracker CLASS com/mojang/blaze3d/platform/GlStateManager$c CapabilityTracker
FIELD a cap I FIELD a cap I
FIELD b state Z FIELD b state Z
METHOD a disable ()V METHOD a disable ()V
METHOD a setState (Z)V METHOD a setState (Z)V
METHOD b enable ()V METHOD b enable ()V
CLASS com/mojang/blaze3d/platform/GlStateManager$d com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$ClearState CLASS com/mojang/blaze3d/platform/GlStateManager$d ClearState
FIELD a clearDepth D FIELD a clearDepth D
FIELD b clearColor Lcom/mojang/blaze3d/platform/GlStateManager$e; FIELD b clearColor Lcom/mojang/blaze3d/platform/GlStateManager$e;
CLASS com/mojang/blaze3d/platform/GlStateManager$e com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$Color4 CLASS com/mojang/blaze3d/platform/GlStateManager$e Color4
FIELD a red F FIELD a red F
FIELD b green F FIELD b green F
FIELD c blue F FIELD c blue F
FIELD d alpha F FIELD d alpha F
CLASS com/mojang/blaze3d/platform/GlStateManager$f com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$LogicOpState CLASS com/mojang/blaze3d/platform/GlStateManager$f LogicOpState
FIELD a capState Lcom/mojang/blaze3d/platform/GlStateManager$c; FIELD a capState Lcom/mojang/blaze3d/platform/GlStateManager$c;
FIELD b opcode I FIELD b opcode I
CLASS com/mojang/blaze3d/platform/GlStateManager$g com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$ColorMask CLASS com/mojang/blaze3d/platform/GlStateManager$g ColorMask
FIELD a red Z FIELD a red Z
FIELD b green Z FIELD b green Z
FIELD c blue Z FIELD c blue Z
FIELD d alpha Z FIELD d alpha Z
CLASS com/mojang/blaze3d/platform/GlStateManager$h com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$ColorMaterialState CLASS com/mojang/blaze3d/platform/GlStateManager$h ColorMaterialState
FIELD a capState Lcom/mojang/blaze3d/platform/GlStateManager$c; FIELD a capState Lcom/mojang/blaze3d/platform/GlStateManager$c;
FIELD b face I FIELD b face I
FIELD c mode I FIELD c mode I
CLASS com/mojang/blaze3d/platform/GlStateManager$i com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$FaceSides CLASS com/mojang/blaze3d/platform/GlStateManager$i FaceSides
FIELD d glValue I FIELD d glValue I
CLASS com/mojang/blaze3d/platform/GlStateManager$j com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$CullFaceState CLASS com/mojang/blaze3d/platform/GlStateManager$j CullFaceState
FIELD a capState Lcom/mojang/blaze3d/platform/GlStateManager$c; FIELD a capState Lcom/mojang/blaze3d/platform/GlStateManager$c;
FIELD b mode I FIELD b mode I
CLASS com/mojang/blaze3d/platform/GlStateManager$k com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$DepthTestState CLASS com/mojang/blaze3d/platform/GlStateManager$k DepthTestState
FIELD a capState Lcom/mojang/blaze3d/platform/GlStateManager$c; FIELD a capState Lcom/mojang/blaze3d/platform/GlStateManager$c;
FIELD b mask Z FIELD b mask Z
FIELD c func I FIELD c func I
CLASS com/mojang/blaze3d/platform/GlStateManager$l com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$FogMode CLASS com/mojang/blaze3d/platform/GlStateManager$l FogMode
FIELD d glValue I FIELD d glValue I
CLASS com/mojang/blaze3d/platform/GlStateManager$m com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$FogState CLASS com/mojang/blaze3d/platform/GlStateManager$m FogState
FIELD a capState Lcom/mojang/blaze3d/platform/GlStateManager$c; FIELD a capState Lcom/mojang/blaze3d/platform/GlStateManager$c;
FIELD b mode I FIELD b mode I
FIELD c density F FIELD c density F
FIELD d start F FIELD d start F
FIELD e end F FIELD e end F
CLASS com/mojang/blaze3d/platform/GlStateManager$n com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$LogicOp CLASS com/mojang/blaze3d/platform/GlStateManager$n LogicOp
FIELD q glValue I FIELD q glValue I
CLASS com/mojang/blaze3d/platform/GlStateManager$o com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$PolygonOffsetState CLASS com/mojang/blaze3d/platform/GlStateManager$o PolygonOffsetState
FIELD a capFill Lcom/mojang/blaze3d/platform/GlStateManager$c; FIELD a capFill Lcom/mojang/blaze3d/platform/GlStateManager$c;
FIELD b capLine Lcom/mojang/blaze3d/platform/GlStateManager$c; FIELD b capLine Lcom/mojang/blaze3d/platform/GlStateManager$c;
FIELD c factor F FIELD c factor F
FIELD d units F FIELD d units F
CLASS com/mojang/blaze3d/platform/GlStateManager$p com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$RenderMode CLASS com/mojang/blaze3d/platform/GlStateManager$p RenderMode
FIELD a DEFAULT Lcom/mojang/blaze3d/platform/GlStateManager$p; FIELD a DEFAULT Lcom/mojang/blaze3d/platform/GlStateManager$p;
FIELD b PLAYER_SKIN Lcom/mojang/blaze3d/platform/GlStateManager$p; FIELD b PLAYER_SKIN Lcom/mojang/blaze3d/platform/GlStateManager$p;
FIELD c TRANSPARENT_MODEL Lcom/mojang/blaze3d/platform/GlStateManager$p; FIELD c TRANSPARENT_MODEL Lcom/mojang/blaze3d/platform/GlStateManager$p;
METHOD a begin ()V METHOD a begin ()V
METHOD b end ()V METHOD b end ()V
CLASS com/mojang/blaze3d/platform/GlStateManager$q com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$StencilSubState CLASS com/mojang/blaze3d/platform/GlStateManager$q StencilSubState
FIELD a func I FIELD a func I
CLASS com/mojang/blaze3d/platform/GlStateManager$r com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$StencilState CLASS com/mojang/blaze3d/platform/GlStateManager$r StencilState
FIELD a subState Lcom/mojang/blaze3d/platform/GlStateManager$q; FIELD a subState Lcom/mojang/blaze3d/platform/GlStateManager$q;
CLASS com/mojang/blaze3d/platform/GlStateManager$s com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$TexCoord CLASS com/mojang/blaze3d/platform/GlStateManager$s TexCoord
CLASS com/mojang/blaze3d/platform/GlStateManager$t com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$TexGenCoordState CLASS com/mojang/blaze3d/platform/GlStateManager$t TexGenCoordState
FIELD a capState Lcom/mojang/blaze3d/platform/GlStateManager$c; FIELD a capState Lcom/mojang/blaze3d/platform/GlStateManager$c;
FIELD b coord I FIELD b coord I
FIELD c mode I FIELD c mode I
CLASS com/mojang/blaze3d/platform/GlStateManager$u com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$TexGenState CLASS com/mojang/blaze3d/platform/GlStateManager$u TexGenState
FIELD a s Lcom/mojang/blaze3d/platform/GlStateManager$t; FIELD a s Lcom/mojang/blaze3d/platform/GlStateManager$t;
FIELD b t Lcom/mojang/blaze3d/platform/GlStateManager$t; FIELD b t Lcom/mojang/blaze3d/platform/GlStateManager$t;
FIELD c r Lcom/mojang/blaze3d/platform/GlStateManager$t; FIELD c r Lcom/mojang/blaze3d/platform/GlStateManager$t;
FIELD d q Lcom/mojang/blaze3d/platform/GlStateManager$t; FIELD d q Lcom/mojang/blaze3d/platform/GlStateManager$t;
CLASS com/mojang/blaze3d/platform/GlStateManager$v com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$Texture2DState CLASS com/mojang/blaze3d/platform/GlStateManager$v Texture2DState
FIELD a capState Lcom/mojang/blaze3d/platform/GlStateManager$c; FIELD a capState Lcom/mojang/blaze3d/platform/GlStateManager$c;
FIELD b boundTexture I FIELD b boundTexture I
CLASS com/mojang/blaze3d/platform/GlStateManager$w com/mojang/blaze3d/platform/GlStateManager$com/mojang/blaze3d/platform/GlStateManager$Viewport CLASS com/mojang/blaze3d/platform/GlStateManager$w Viewport
FIELD a INSTANCE Lcom/mojang/blaze3d/platform/GlStateManager$w; FIELD a INSTANCE Lcom/mojang/blaze3d/platform/GlStateManager$w;
FIELD b x I FIELD b x I
FIELD c y I FIELD c y I

1
mappings/cqy.mapping Normal file
View File

@ -0,0 +1 @@
CLASS cqy

1
mappings/csw.mapping Normal file
View File

@ -0,0 +1 @@
CLASS csw

1
mappings/cun.mapping Normal file
View File

@ -0,0 +1 @@
CLASS cun

1
mappings/cut.mapping Normal file
View File

@ -0,0 +1 @@
CLASS cut

1
mappings/cvx.mapping Normal file
View File

@ -0,0 +1 @@
CLASS cvx

1
mappings/cxa.mapping Normal file
View File

@ -0,0 +1 @@
CLASS cxa

1
mappings/cxc.mapping Normal file
View File

@ -0,0 +1 @@
CLASS cxc

1
mappings/cxd.mapping Normal file
View File

@ -0,0 +1 @@
CLASS cxd

1
mappings/czm.mapping Normal file
View File

@ -0,0 +1 @@
CLASS czm

1
mappings/dcm.mapping Normal file
View File

@ -0,0 +1 @@
CLASS dcm

1
mappings/dgt.mapping Normal file
View File

@ -0,0 +1 @@
CLASS dgt

1
mappings/dmj.mapping Normal file
View File

@ -0,0 +1 @@
CLASS dmj

1
mappings/dmm.mapping Normal file
View File

@ -0,0 +1 @@
CLASS dmm

1
mappings/dmp.mapping Normal file
View File

@ -0,0 +1 @@
CLASS dmp

1
mappings/dmu.mapping Normal file
View File

@ -0,0 +1 @@
CLASS dmu

1
mappings/dmv.mapping Normal file
View File

@ -0,0 +1 @@
CLASS dmv

1
mappings/drn.mapping Normal file
View File

@ -0,0 +1 @@
CLASS drn

1
mappings/fs.mapping Normal file
View File

@ -0,0 +1 @@
CLASS fs

1
mappings/fv.mapping Normal file
View File

@ -0,0 +1 @@
CLASS fv

1
mappings/fw.mapping Normal file
View File

@ -0,0 +1 @@
CLASS fw

View File

@ -1,5 +1,5 @@
CLASS q net/minecraft/advancement/AdvancementManager CLASS q net/minecraft/advancement/AdvancementManager
CLASS q$a net/minecraft/advancement/AdvancementManager$net/minecraft/advancement/AdvancementManager$Listener CLASS q$a Listener
METHOD a onClear ()V METHOD a onClear ()V
METHOD a onRootAdded (Lp;)V METHOD a onRootAdded (Lp;)V
METHOD b onRootRemoved (Lp;)V METHOD b onRootRemoved (Lp;)V

View File

@ -1,5 +1,5 @@
CLASS r net/minecraft/advancement/AdvancementProgress CLASS r net/minecraft/advancement/AdvancementProgress
CLASS r$a net/minecraft/advancement/AdvancementProgress$net/minecraft/advancement/AdvancementProgress$Serializer CLASS r$a Serializer
FIELD a criteriaProgresses Ljava/util/Map; FIELD a criteriaProgresses Ljava/util/Map;
FIELD b requirements [[Ljava/lang/String; FIELD b requirements [[Ljava/lang/String;
METHOD a isDone ()Z METHOD a isDone ()Z

View File

@ -1,5 +1,5 @@
CLASS s net/minecraft/advancement/AdvancementRewards CLASS s net/minecraft/advancement/AdvancementRewards
CLASS s$a net/minecraft/advancement/AdvancementRewards$net/minecraft/advancement/AdvancementRewards$Builder CLASS s$a Builder
FIELD a experience I FIELD a experience I
FIELD b loot Ljava/util/List; FIELD b loot Ljava/util/List;
FIELD c recipes Ljava/util/List; FIELD c recipes Ljava/util/List;
@ -9,7 +9,7 @@ CLASS s net/minecraft/advancement/AdvancementRewards
METHOD b setExperience (I)Ls$a; METHOD b setExperience (I)Ls$a;
METHOD c recipe (Lqp;)Ls$a; METHOD c recipe (Lqp;)Ls$a;
METHOD d addRecipe (Lqp;)Ls$a; METHOD d addRecipe (Lqp;)Ls$a;
CLASS s$b net/minecraft/advancement/AdvancementRewards$net/minecraft/advancement/AdvancementRewards$Deserializer CLASS s$b Deserializer
FIELD a NONE Ls; FIELD a NONE Ls;
FIELD b experience I FIELD b experience I
FIELD c loot [Lqp; FIELD c loot [Lqp;

View File

@ -1,5 +1,5 @@
CLASS p net/minecraft/advancement/SimpleAdvancement CLASS p net/minecraft/advancement/SimpleAdvancement
CLASS p$a net/minecraft/advancement/SimpleAdvancement$net/minecraft/advancement/SimpleAdvancement$Builder CLASS p$a Builder
FIELD a parentId Lqp; FIELD a parentId Lqp;
FIELD b parentObj Lp; FIELD b parentObj Lp;
FIELD c display Ly; FIELD c display Ly;

View File

@ -1,5 +1,5 @@
CLASS ad net/minecraft/advancement/criterion/BredAnimalsCriterion CLASS ad net/minecraft/advancement/criterion/BredAnimalsCriterion
CLASS ad$a net/minecraft/advancement/criterion/BredAnimalsCriterion$net/minecraft/advancement/criterion/BredAnimalsCriterion$Handler CLASS ad$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
@ -9,7 +9,7 @@ CLASS ad net/minecraft/advancement/criterion/BredAnimalsCriterion
ARG 3 child ARG 3 child
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS ad$b net/minecraft/advancement/criterion/BredAnimalsCriterion$net/minecraft/advancement/criterion/BredAnimalsCriterion$Conditions CLASS ad$b Conditions
FIELD a parent Lau; FIELD a parent Lau;
FIELD b partner Lau; FIELD b partner Lau;
FIELD c child Lau; FIELD c child Lau;

View File

@ -1,12 +1,12 @@
CLASS ae net/minecraft/advancement/criterion/BrewedPotionCriterion CLASS ae net/minecraft/advancement/criterion/BrewedPotionCriterion
CLASS ae$a net/minecraft/advancement/criterion/BrewedPotionCriterion$net/minecraft/advancement/criterion/BrewedPotionCriterion$Handler CLASS ae$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
METHOD a handle (Lbcg;)V METHOD a handle (Lbcg;)V
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS ae$b net/minecraft/advancement/criterion/BrewedPotionCriterion$net/minecraft/advancement/criterion/BrewedPotionCriterion$Conditions CLASS ae$b Conditions
FIELD a potion Lbcg; FIELD a potion Lbcg;
METHOD a matches (Lbcg;)Z METHOD a matches (Lbcg;)Z
METHOD c any ()Lae$b; METHOD c any ()Lae$b;

View File

@ -1,12 +1,12 @@
CLASS af net/minecraft/advancement/criterion/ChangedDimensionCriterion CLASS af net/minecraft/advancement/criterion/ChangedDimensionCriterion
CLASS af$a net/minecraft/advancement/criterion/ChangedDimensionCriterion$net/minecraft/advancement/criterion/ChangedDimensionCriterion$Handler CLASS af$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
METHOD a handle (Lbwq;Lbwq;)V METHOD a handle (Lbwq;Lbwq;)V
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS af$b net/minecraft/advancement/criterion/ChangedDimensionCriterion$net/minecraft/advancement/criterion/ChangedDimensionCriterion$Conditions CLASS af$b Conditions
FIELD a from Lbwq; FIELD a from Lbwq;
FIELD b to Lbwq; FIELD b to Lbwq;
METHOD a to (Lbwq;)Laf$b; METHOD a to (Lbwq;)Laf$b;

View File

@ -1,5 +1,5 @@
CLASS ag net/minecraft/advancement/criterion/ChanneledLightningCriterion CLASS ag net/minecraft/advancement/criterion/ChanneledLightningCriterion
CLASS ag$b net/minecraft/advancement/criterion/ChanneledLightningCriterion$net/minecraft/advancement/criterion/ChanneledLightningCriterion$Conditions CLASS ag$b Conditions
FIELD a victims [Lau; FIELD a victims [Lau;
METHOD a matches (Lvd;Ljava/util/Collection;)Z METHOD a matches (Lvd;Ljava/util/Collection;)Z
METHOD a create ([Lau;)Lag$b; METHOD a create ([Lau;)Lag$b;

View File

@ -1,12 +1,12 @@
CLASS ah net/minecraft/advancement/criterion/ConstructBeaconCriterion CLASS ah net/minecraft/advancement/criterion/ConstructBeaconCriterion
CLASS ah$a net/minecraft/advancement/criterion/ConstructBeaconCriterion$net/minecraft/advancement/criterion/ConstructBeaconCriterion$Handler CLASS ah$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
METHOD a handle (Lbrv;)V METHOD a handle (Lbrv;)V
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS ah$b net/minecraft/advancement/criterion/ConstructBeaconCriterion$net/minecraft/advancement/criterion/ConstructBeaconCriterion$Conditions CLASS ah$b Conditions
FIELD a level Lbh$d; FIELD a level Lbh$d;
METHOD a level (Lbh$d;)Lah$b; METHOD a level (Lbh$d;)Lah$b;
METHOD a matches (Lbrv;)Z METHOD a matches (Lbrv;)Z

View File

@ -1,12 +1,12 @@
CLASS ai net/minecraft/advancement/criterion/ConsumeItemCriterion CLASS ai net/minecraft/advancement/criterion/ConsumeItemCriterion
CLASS ai$a net/minecraft/advancement/criterion/ConsumeItemCriterion$net/minecraft/advancement/criterion/ConsumeItemCriterion$Handler CLASS ai$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
METHOD a handle (Lbar;)V METHOD a handle (Lbar;)V
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS ai$b net/minecraft/advancement/criterion/ConsumeItemCriterion$net/minecraft/advancement/criterion/ConsumeItemCriterion$Conditions CLASS ai$b Conditions
FIELD a item Lbb; FIELD a item Lbb;
METHOD a matches (Lbar;)Z METHOD a matches (Lbar;)Z
METHOD a item (Lbfw;)Lai$b; METHOD a item (Lbfw;)Lai$b;

View File

@ -1,5 +1,5 @@
CLASS w net/minecraft/advancement/criterion/Criterion CLASS w net/minecraft/advancement/criterion/Criterion
CLASS w$a net/minecraft/advancement/criterion/Criterion$net/minecraft/advancement/criterion/Criterion$ConditionsContainer CLASS w$a ConditionsContainer
FIELD a conditions Lx; FIELD a conditions Lx;
FIELD b advancement Lp; FIELD b advancement Lp;
FIELD c id Ljava/lang/String; FIELD c id Ljava/lang/String;

View File

@ -1,12 +1,12 @@
CLASS aj net/minecraft/advancement/criterion/CuredZombieVillagerCriterion CLASS aj net/minecraft/advancement/criterion/CuredZombieVillagerCriterion
CLASS aj$a net/minecraft/advancement/criterion/CuredZombieVillagerCriterion$net/minecraft/advancement/criterion/CuredZombieVillagerCriterion$Handler CLASS aj$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
METHOD a handle (Lvd;Latu;Laua;)V METHOD a handle (Lvd;Latu;Laua;)V
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS aj$b net/minecraft/advancement/criterion/CuredZombieVillagerCriterion$net/minecraft/advancement/criterion/CuredZombieVillagerCriterion$Conditions CLASS aj$b Conditions
FIELD a zombie Lau; FIELD a zombie Lau;
FIELD b villager Lau; FIELD b villager Lau;
METHOD a matches (Lvd;Latu;Laua;)Z METHOD a matches (Lvd;Latu;Laua;)Z

View File

@ -1,12 +1,12 @@
CLASS an net/minecraft/advancement/criterion/EffectsChangedCriterion CLASS an net/minecraft/advancement/criterion/EffectsChangedCriterion
CLASS an$a net/minecraft/advancement/criterion/EffectsChangedCriterion$net/minecraft/advancement/criterion/EffectsChangedCriterion$Handler CLASS an$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
METHOD a handle (Lvd;)V METHOD a handle (Lvd;)V
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS an$b net/minecraft/advancement/criterion/EffectsChangedCriterion$net/minecraft/advancement/criterion/EffectsChangedCriterion$Conditions CLASS an$b Conditions
FIELD a effects Lbi; FIELD a effects Lbi;
METHOD a matches (Lvd;)Z METHOD a matches (Lvd;)Z
FIELD a ID Lqp; FIELD a ID Lqp;

View File

@ -1,5 +1,5 @@
CLASS ao net/minecraft/advancement/criterion/EnchantedItemCriterion CLASS ao net/minecraft/advancement/criterion/EnchantedItemCriterion
CLASS ao$a net/minecraft/advancement/criterion/EnchantedItemCriterion$net/minecraft/advancement/criterion/EnchantedItemCriterion$Handler CLASS ao$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
@ -7,7 +7,7 @@ CLASS ao net/minecraft/advancement/criterion/EnchantedItemCriterion
ARG 1 level ARG 1 level
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS ao$b net/minecraft/advancement/criterion/EnchantedItemCriterion$net/minecraft/advancement/criterion/EnchantedItemCriterion$Conditions CLASS ao$b Conditions
FIELD a item Lbb; FIELD a item Lbb;
FIELD b levels Lbh$d; FIELD b levels Lbh$d;
METHOD a matches (Lbar;I)Z METHOD a matches (Lbar;I)Z

View File

@ -1,12 +1,12 @@
CLASS aq net/minecraft/advancement/criterion/EnterBlockCriterion CLASS aq net/minecraft/advancement/criterion/EnterBlockCriterion
CLASS aq$a net/minecraft/advancement/criterion/EnterBlockCriterion$net/minecraft/advancement/criterion/EnterBlockCriterion$Handler CLASS aq$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
METHOD a handle (Lbtw;)V METHOD a handle (Lbtw;)V
METHOD a addConditon (Lw$a;)V METHOD a addConditon (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS aq$b net/minecraft/advancement/criterion/EnterBlockCriterion$net/minecraft/advancement/criterion/EnterBlockCriterion$Conditions CLASS aq$b Conditions
FIELD a block Lbky; FIELD a block Lbky;
FIELD b state Ljava/util/Map; FIELD b state Ljava/util/Map;
METHOD a block (Lbky;)Laq$b; METHOD a block (Lbky;)Laq$b;

View File

@ -1,5 +1,5 @@
CLASS at net/minecraft/advancement/criterion/EntityHurtPlayerCriterion CLASS at net/minecraft/advancement/criterion/EntityHurtPlayerCriterion
CLASS at$a net/minecraft/advancement/criterion/EntityHurtPlayerCriterion$net/minecraft/advancement/criterion/EntityHurtPlayerCriterion$Handler CLASS at$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
@ -10,7 +10,7 @@ CLASS at net/minecraft/advancement/criterion/EntityHurtPlayerCriterion
ARG 4 blocked ARG 4 blocked
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS at$b net/minecraft/advancement/criterion/EntityHurtPlayerCriterion$net/minecraft/advancement/criterion/EntityHurtPlayerCriterion$Conditions CLASS at$b Conditions
FIELD a damage Lak; FIELD a damage Lak;
METHOD a matches (Lvd;Lahf;FFZ)Z METHOD a matches (Lvd;Lahf;FFZ)Z
FIELD a ID Lqp; FIELD a ID Lqp;

View File

@ -1,5 +1,5 @@
CLASS aw net/minecraft/advancement/criterion/FilledBucketCriterion CLASS aw net/minecraft/advancement/criterion/FilledBucketCriterion
CLASS aw$b net/minecraft/advancement/criterion/FilledBucketCriterion$net/minecraft/advancement/criterion/FilledBucketCriterion$Conditions CLASS aw$b Conditions
FIELD a item Lbb; FIELD a item Lbb;
METHOD a matches (Lbar;)Z METHOD a matches (Lbar;)Z
METHOD a create (Lbb;)Law$b; METHOD a create (Lbb;)Law$b;

View File

@ -1,5 +1,5 @@
CLASS ax net/minecraft/advancement/criterion/FishingRodHookedCriterion CLASS ax net/minecraft/advancement/criterion/FishingRodHookedCriterion
CLASS ax$b net/minecraft/advancement/criterion/FishingRodHookedCriterion$net/minecraft/advancement/criterion/FishingRodHookedCriterion$Conditions CLASS ax$b Conditions
FIELD a rod Lbb; FIELD a rod Lbb;
FIELD b entity Lau; FIELD b entity Lau;
FIELD c item Lbb; FIELD c item Lbb;

View File

@ -1,3 +1,3 @@
CLASS ay net/minecraft/advancement/criterion/ImpossibleCriterion CLASS ay net/minecraft/advancement/criterion/ImpossibleCriterion
CLASS ay$a net/minecraft/advancement/criterion/ImpossibleCriterion$net/minecraft/advancement/criterion/ImpossibleCriterion$Conditions CLASS ay$a Conditions
FIELD a ID Lqp; FIELD a ID Lqp;

View File

@ -1,12 +1,12 @@
CLASS az net/minecraft/advancement/criterion/InventoryChangedCriterion CLASS az net/minecraft/advancement/criterion/InventoryChangedCriterion
CLASS az$a net/minecraft/advancement/criterion/InventoryChangedCriterion$net/minecraft/advancement/criterion/InventoryChangedCriterion$Handler CLASS az$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
METHOD a handle (Laum;)V METHOD a handle (Laum;)V
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS az$b net/minecraft/advancement/criterion/InventoryChangedCriterion$net/minecraft/advancement/criterion/InventoryChangedCriterion$Conditions CLASS az$b Conditions
FIELD a occupied Lbh$d; FIELD a occupied Lbh$d;
FIELD b full Lbh$d; FIELD b full Lbh$d;
FIELD c empty Lbh$d; FIELD c empty Lbh$d;

View File

@ -1,12 +1,12 @@
CLASS ba net/minecraft/advancement/criterion/ItemDurabilityChangedCriterion CLASS ba net/minecraft/advancement/criterion/ItemDurabilityChangedCriterion
CLASS ba$a net/minecraft/advancement/criterion/ItemDurabilityChangedCriterion$net/minecraft/advancement/criterion/ItemDurabilityChangedCriterion$Handler CLASS ba$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
METHOD a handle (Lbar;I)V METHOD a handle (Lbar;I)V
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS ba$b net/minecraft/advancement/criterion/ItemDurabilityChangedCriterion$net/minecraft/advancement/criterion/ItemDurabilityChangedCriterion$Conditions CLASS ba$b Conditions
FIELD a item Lbb; FIELD a item Lbb;
FIELD b durability Lbh$d; FIELD b durability Lbh$d;
FIELD c delta Lbh$d; FIELD c delta Lbh$d;

View File

@ -1,5 +1,5 @@
CLASS bc net/minecraft/advancement/criterion/KilledByCrossbowCriterion CLASS bc net/minecraft/advancement/criterion/KilledByCrossbowCriterion
CLASS bc$b net/minecraft/advancement/criterion/KilledByCrossbowCriterion$net/minecraft/advancement/criterion/KilledByCrossbowCriterion$Conditions CLASS bc$b Conditions
FIELD a victims [Lau; FIELD a victims [Lau;
FIELD b uniqueEntityTypes Lbh$d; FIELD b uniqueEntityTypes Lbh$d;
METHOD a matches (Lvd;Ljava/util/Collection;I)Z METHOD a matches (Lvd;Ljava/util/Collection;I)Z

View File

@ -1,5 +1,5 @@
CLASS be net/minecraft/advancement/criterion/LevitationCriterion CLASS be net/minecraft/advancement/criterion/LevitationCriterion
CLASS be$a net/minecraft/advancement/criterion/LevitationCriterion$net/minecraft/advancement/criterion/LevitationCriterion$Handler CLASS be$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
@ -8,7 +8,7 @@ CLASS be net/minecraft/advancement/criterion/LevitationCriterion
ARG 2 duration ARG 2 duration
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS be$b net/minecraft/advancement/criterion/LevitationCriterion$net/minecraft/advancement/criterion/LevitationCriterion$Conditions CLASS be$b Conditions
FIELD a distance Lam; FIELD a distance Lam;
FIELD b duration Lbh$d; FIELD b duration Lbh$d;
METHOD a matches (Lvd;Lcqg;I)Z METHOD a matches (Lvd;Lcqg;I)Z

View File

@ -1,5 +1,5 @@
CLASS bg net/minecraft/advancement/criterion/LocationArrivalCriterion CLASS bg net/minecraft/advancement/criterion/LocationArrivalCriterion
CLASS bg$a net/minecraft/advancement/criterion/LocationArrivalCriterion$net/minecraft/advancement/criterion/LocationArrivalCriterion$Handler CLASS bg$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
@ -8,7 +8,7 @@ CLASS bg net/minecraft/advancement/criterion/LocationArrivalCriterion
ARG 2 y ARG 2 y
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS bg$b net/minecraft/advancement/criterion/LocationArrivalCriterion$net/minecraft/advancement/criterion/LocationArrivalCriterion$Conditions CLASS bg$b Conditions
FIELD a location Lbf; FIELD a location Lbf;
METHOD a matches (Lvc;DDD)Z METHOD a matches (Lvc;DDD)Z
FIELD a id Lqp; FIELD a id Lqp;

View File

@ -1,5 +1,5 @@
CLASS bk net/minecraft/advancement/criterion/NetherTravelCriterion CLASS bk net/minecraft/advancement/criterion/NetherTravelCriterion
CLASS bk$a net/minecraft/advancement/criterion/NetherTravelCriterion$net/minecraft/advancement/criterion/NetherTravelCriterion$Handler CLASS bk$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
@ -9,7 +9,7 @@ CLASS bk net/minecraft/advancement/criterion/NetherTravelCriterion
ARG 3 exitedY ARG 3 exitedY
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS bk$b net/minecraft/advancement/criterion/NetherTravelCriterion$net/minecraft/advancement/criterion/NetherTravelCriterion$Conditions CLASS bk$b Conditions
FIELD a entered Lbf; FIELD a entered Lbf;
FIELD b exited Lbf; FIELD b exited Lbf;
FIELD c distance Lam; FIELD c distance Lam;

View File

@ -1,12 +1,12 @@
CLASS bd net/minecraft/advancement/criterion/OnKilledCriterion CLASS bd net/minecraft/advancement/criterion/OnKilledCriterion
CLASS bd$a net/minecraft/advancement/criterion/OnKilledCriterion$net/minecraft/advancement/criterion/OnKilledCriterion$Handler CLASS bd$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
METHOD a handle (Lvd;Lahw;Lahf;)V METHOD a handle (Lvd;Lahw;Lahf;)V
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS bd$b net/minecraft/advancement/criterion/OnKilledCriterion$net/minecraft/advancement/criterion/OnKilledCriterion$Conditions CLASS bd$b Conditions
FIELD a entity Lau; FIELD a entity Lau;
FIELD b killingBlow Lal; FIELD b killingBlow Lal;
METHOD a createKill (Lau$a;)Lbd$b; METHOD a createKill (Lau$a;)Lbd$b;

View File

@ -1,5 +1,5 @@
CLASS bl net/minecraft/advancement/criterion/PlacedBlockCriterion CLASS bl net/minecraft/advancement/criterion/PlacedBlockCriterion
CLASS bl$a net/minecraft/advancement/criterion/PlacedBlockCriterion$net/minecraft/advancement/criterion/PlacedBlockCriterion$Handler CLASS bl$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
@ -9,7 +9,7 @@ CLASS bl net/minecraft/advancement/criterion/PlacedBlockCriterion
ARG 3 item ARG 3 item
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS bl$b net/minecraft/advancement/criterion/PlacedBlockCriterion$net/minecraft/advancement/criterion/PlacedBlockCriterion$Conditions CLASS bl$b Conditions
FIELD a block Lbky; FIELD a block Lbky;
FIELD b state Ljava/util/Map; FIELD b state Ljava/util/Map;
FIELD c location Lbf; FIELD c location Lbf;

View File

@ -1,5 +1,5 @@
CLASS bm net/minecraft/advancement/criterion/PlayerHurtEntityCriterion CLASS bm net/minecraft/advancement/criterion/PlayerHurtEntityCriterion
CLASS bm$a net/minecraft/advancement/criterion/PlayerHurtEntityCriterion$net/minecraft/advancement/criterion/PlayerHurtEntityCriterion$Handler CLASS bm$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
@ -7,7 +7,7 @@ CLASS bm net/minecraft/advancement/criterion/PlayerHurtEntityCriterion
ARG 1 entity ARG 1 entity
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS bm$b net/minecraft/advancement/criterion/PlayerHurtEntityCriterion$net/minecraft/advancement/criterion/PlayerHurtEntityCriterion$Conditions CLASS bm$b Conditions
FIELD a damage Lak; FIELD a damage Lak;
FIELD b entity Lau; FIELD b entity Lau;
METHOD a matches (Lvd;Lahw;Lahf;FFZ)Z METHOD a matches (Lvd;Lahw;Lahf;FFZ)Z

View File

@ -1,12 +1,12 @@
CLASS bn net/minecraft/advancement/criterion/RecipeUnlockedCriterion CLASS bn net/minecraft/advancement/criterion/RecipeUnlockedCriterion
CLASS bn$a net/minecraft/advancement/criterion/RecipeUnlockedCriterion$net/minecraft/advancement/criterion/RecipeUnlockedCriterion$Handler CLASS bn$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
METHOD a handle (Lbcz;)V METHOD a handle (Lbcz;)V
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS bn$b net/minecraft/advancement/criterion/RecipeUnlockedCriterion$net/minecraft/advancement/criterion/RecipeUnlockedCriterion$Conditions CLASS bn$b Conditions
FIELD a recipe Lqp; FIELD a recipe Lqp;
METHOD a matches (Lbcz;)Z METHOD a matches (Lbcz;)Z
FIELD a ID Lqp; FIELD a ID Lqp;

View File

@ -1,5 +1,5 @@
CLASS bo net/minecraft/advancement/criterion/ShotCrossbowCriterion CLASS bo net/minecraft/advancement/criterion/ShotCrossbowCriterion
CLASS bo$b net/minecraft/advancement/criterion/ShotCrossbowCriterion$net/minecraft/advancement/criterion/ShotCrossbowCriterion$Conditions CLASS bo$b Conditions
FIELD a item Lbb; FIELD a item Lbb;
METHOD a matches (Lbar;)Z METHOD a matches (Lbar;)Z
METHOD a create (Lbfw;)Lbo$b; METHOD a create (Lbfw;)Lbo$b;

View File

@ -1,12 +1,12 @@
CLASS bp net/minecraft/advancement/criterion/SummonedEntityCriterion CLASS bp net/minecraft/advancement/criterion/SummonedEntityCriterion
CLASS bp$a net/minecraft/advancement/criterion/SummonedEntityCriterion$net/minecraft/advancement/criterion/SummonedEntityCriterion$Handler CLASS bp$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
METHOD a handle (Lvd;Lahw;)V METHOD a handle (Lvd;Lahw;)V
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS bp$b net/minecraft/advancement/criterion/SummonedEntityCriterion$net/minecraft/advancement/criterion/SummonedEntityCriterion$Conditions CLASS bp$b Conditions
FIELD a entity Lau; FIELD a entity Lau;
METHOD a matches (Lvd;Lahw;)Z METHOD a matches (Lvd;Lahw;)Z
FIELD a ID Lqp; FIELD a ID Lqp;

View File

@ -1,5 +1,5 @@
CLASS bq net/minecraft/advancement/criterion/TameAnimalCriterion CLASS bq net/minecraft/advancement/criterion/TameAnimalCriterion
CLASS bq$a net/minecraft/advancement/criterion/TameAnimalCriterion$net/minecraft/advancement/criterion/TameAnimalCriterion$Handler CLASS bq$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b Conditions Ljava/util/Set; FIELD b Conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
@ -7,7 +7,7 @@ CLASS bq net/minecraft/advancement/criterion/TameAnimalCriterion
ARG 1 entity ARG 1 entity
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS bq$b net/minecraft/advancement/criterion/TameAnimalCriterion$net/minecraft/advancement/criterion/TameAnimalCriterion$Conditions CLASS bq$b Conditions
FIELD a entity Lau; FIELD a entity Lau;
METHOD a matches (Lvd;Lapj;)Z METHOD a matches (Lvd;Lapj;)Z
METHOD c any ()Lbq$b; METHOD c any ()Lbq$b;

View File

@ -1,12 +1,12 @@
CLASS br net/minecraft/advancement/criterion/TickCriterion CLASS br net/minecraft/advancement/criterion/TickCriterion
CLASS br$a net/minecraft/advancement/criterion/TickCriterion$net/minecraft/advancement/criterion/TickCriterion$Handler CLASS br$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b handle ()V METHOD b handle ()V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS br$b net/minecraft/advancement/criterion/TickCriterion$net/minecraft/advancement/criterion/TickCriterion$Conditions CLASS br$b Conditions
FIELD a ID Lqp; FIELD a ID Lqp;
FIELD b handlers Ljava/util/Map; FIELD b handlers Ljava/util/Map;
METHOD a handle (Lvd;)V METHOD a handle (Lvd;)V

View File

@ -1,12 +1,12 @@
CLASS bt net/minecraft/advancement/criterion/UsedEnderEyeCriterion CLASS bt net/minecraft/advancement/criterion/UsedEnderEyeCriterion
CLASS bt$a net/minecraft/advancement/criterion/UsedEnderEyeCriterion$net/minecraft/advancement/criterion/UsedEnderEyeCriterion$Handler CLASS bt$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
METHOD a handle (D)V METHOD a handle (D)V
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS bt$b net/minecraft/advancement/criterion/UsedEnderEyeCriterion$net/minecraft/advancement/criterion/UsedEnderEyeCriterion$Conditions CLASS bt$b Conditions
FIELD a distance Lbh$c; FIELD a distance Lbh$c;
METHOD a matches (D)Z METHOD a matches (D)Z
FIELD a id Lqp; FIELD a id Lqp;

View File

@ -1,12 +1,12 @@
CLASS bu net/minecraft/advancement/criterion/UsedTotemCriterion CLASS bu net/minecraft/advancement/criterion/UsedTotemCriterion
CLASS bu$a net/minecraft/advancement/criterion/UsedTotemCriterion$net/minecraft/advancement/criterion/UsedTotemCriterion$Handler CLASS bu$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
METHOD a handle (Lbar;)V METHOD a handle (Lbar;)V
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS bu$b net/minecraft/advancement/criterion/UsedTotemCriterion$net/minecraft/advancement/criterion/UsedTotemCriterion$Conditions CLASS bu$b Conditions
FIELD a item Lbb; FIELD a item Lbb;
METHOD a matches (Lbar;)Z METHOD a matches (Lbar;)Z
FIELD a ID Lqp; FIELD a ID Lqp;

View File

@ -1,5 +1,5 @@
CLASS bs net/minecraft/advancement/criterion/VillagerTradeCriterion CLASS bs net/minecraft/advancement/criterion/VillagerTradeCriterion
CLASS bs$a net/minecraft/advancement/criterion/VillagerTradeCriterion$net/minecraft/advancement/criterion/VillagerTradeCriterion$Handler CLASS bs$a Handler
FIELD a manager Lqy; FIELD a manager Lqy;
FIELD b conditions Ljava/util/Set; FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z METHOD a isEmpty ()Z
@ -7,7 +7,7 @@ CLASS bs net/minecraft/advancement/criterion/VillagerTradeCriterion
ARG 1 villager ARG 1 villager
METHOD a addCondition (Lw$a;)V METHOD a addCondition (Lw$a;)V
METHOD b removeCondition (Lw$a;)V METHOD b removeCondition (Lw$a;)V
CLASS bs$b net/minecraft/advancement/criterion/VillagerTradeCriterion$net/minecraft/advancement/criterion/VillagerTradeCriterion$Conditions CLASS bs$b Conditions
FIELD a item Lau; FIELD a item Lau;
FIELD b villager Lbb; FIELD b villager Lbb;
METHOD a matches (Lvd;Latx;Lbar;)Z METHOD a matches (Lvd;Latx;Lbar;)Z

View File

@ -1,5 +1,5 @@
CLASS bky net/minecraft/block/Block CLASS bky net/minecraft/block/Block
CLASS bky$a net/minecraft/block/Block$net/minecraft/block/Block$NeighborGroup CLASS bky$a NeighborGroup
FIELD a self Lbtw; FIELD a self Lbtw;
FIELD b other Lbtw; FIELD b other Lbtw;
FIELD c facing Lez; FIELD c facing Lez;
@ -9,11 +9,11 @@ CLASS bky net/minecraft/block/Block
ARG 3 facing ARG 3 facing
METHOD equals (Ljava/lang/Object;)Z METHOD equals (Ljava/lang/Object;)Z
ARG 1 o ARG 1 o
CLASS bky$b net/minecraft/block/Block$net/minecraft/block/Block$OffsetType CLASS bky$b OffsetType
FIELD a NONE Lbky$b; FIELD a NONE Lbky$b;
FIELD b XZ Lbky$b; FIELD b XZ Lbky$b;
FIELD c XYZ Lbky$b; FIELD c XYZ Lbky$b;
CLASS bky$c net/minecraft/block/Block$net/minecraft/block/Block$Settings CLASS bky$c Settings
FIELD a material Lcjo; FIELD a material Lcjo;
FIELD b materialColor Lcjp; FIELD b materialColor Lcjp;
FIELD c collidable Z FIELD c collidable Z

View File

@ -1,5 +1,5 @@
CLASS btw net/minecraft/block/BlockState CLASS btw net/minecraft/block/BlockState
CLASS btw$a net/minecraft/block/BlockState$net/minecraft/block/BlockState$ShapeCache CLASS btw$a ShapeCache
FIELD a DIRECTIONS [Lez; FIELD a DIRECTIONS [Lez;
FIELD b cull Z FIELD b cull Z
FIELD c fullOpaque Z FIELD c fullOpaque Z

View File

@ -1,5 +1,5 @@
CLASS blt net/minecraft/block/ComposterBlock CLASS blt net/minecraft/block/ComposterBlock
CLASS blt$b net/minecraft/block/ComposterBlock$net/minecraft/block/ComposterBlock$ComposterInventory CLASS blt$b ComposterInventory
FIELD a state Lbtw; FIELD a state Lbtw;
FIELD b world Lbfy; FIELD b world Lbfy;
FIELD c pos Leu; FIELD c pos Leu;
@ -8,7 +8,7 @@ CLASS blt net/minecraft/block/ComposterBlock
ARG 1 state ARG 1 state
ARG 2 world ARG 2 world
ARG 3 pos ARG 3 pos
CLASS blt$c net/minecraft/block/ComposterBlock$net/minecraft/block/ComposterBlock$FullComposterInventory CLASS blt$c FullComposterInventory
FIELD a state Lbtw; FIELD a state Lbtw;
FIELD b world Lbfy; FIELD b world Lbfy;
FIELD c pos Leu; FIELD c pos Leu;

View File

@ -1,5 +1,5 @@
CLASS cjo net/minecraft/block/Material CLASS cjo net/minecraft/block/Material
CLASS cjo$a net/minecraft/block/Material$net/minecraft/block/Material$Builder CLASS cjo$a Builder
FIELD a pistonBehavior Lcjq; FIELD a pistonBehavior Lcjq;
FIELD b suffocates Z FIELD b suffocates Z
FIELD c burnable Z FIELD c burnable Z

View File

@ -1,5 +1,5 @@
CLASS box net/minecraft/block/PressurePlateBlock CLASS box net/minecraft/block/PressurePlateBlock
CLASS box$a net/minecraft/block/PressurePlateBlock$net/minecraft/block/PressurePlateBlock$Type CLASS box$a Type
FIELD a WOOD Lbox$a; FIELD a WOOD Lbox$a;
FIELD b STONE Lbox$a; FIELD b STONE Lbox$a;
FIELD d POWERED Lbuo; FIELD d POWERED Lbuo;

View File

@ -1,6 +1,6 @@
CLASS bpt net/minecraft/block/SkullBlock CLASS bpt net/minecraft/block/SkullBlock
CLASS bpt$a net/minecraft/block/SkullBlock$net/minecraft/block/SkullBlock$SkullType CLASS bpt$a SkullType
CLASS bpt$b net/minecraft/block/SkullBlock$net/minecraft/block/SkullBlock$Type CLASS bpt$b Type
FIELD a SKELETON Lbpt$b; FIELD a SKELETON Lbpt$b;
FIELD b WITHER_SKELETON Lbpt$b; FIELD b WITHER_SKELETON Lbpt$b;
FIELD c PLAYER Lbpt$b; FIELD c PLAYER Lbpt$b;

View File

@ -1,5 +1,5 @@
CLASS brs net/minecraft/block/entity/BannerPattern CLASS brs net/minecraft/block/entity/BannerPattern
CLASS brs$a net/minecraft/block/entity/BannerPattern$net/minecraft/block/entity/BannerPattern$Builder CLASS brs$a Builder
FIELD a patterns Ljava/util/List; FIELD a patterns Ljava/util/List;
METHOD a build ()Lih; METHOD a build ()Lih;
METHOD a with (Lbrs;Lazo;)Lbrs$a; METHOD a with (Lbrs;Lazo;)Lbrs$a;

View File

@ -1,5 +1,5 @@
CLASS brv net/minecraft/block/entity/BeaconBlockEntity CLASS brv net/minecraft/block/entity/BeaconBlockEntity
CLASS brv$a net/minecraft/block/entity/BeaconBlockEntity$net/minecraft/block/entity/BeaconBlockEntity$BeamSegment CLASS brv$a BeamSegment
FIELD a color [F FIELD a color [F
FIELD b height I FIELD b height I
METHOD <init> ([F)V METHOD <init> ([F)V

View File

@ -1,5 +1,5 @@
CLASS bsa net/minecraft/block/entity/BlockEntityType CLASS bsa net/minecraft/block/entity/BlockEntityType
CLASS bsa$a net/minecraft/block/entity/BlockEntityType$net/minecraft/block/entity/BlockEntityType$Builder CLASS bsa$a Builder
FIELD a supplier Ljava/util/function/Supplier; FIELD a supplier Ljava/util/function/Supplier;
METHOD a build (Lcom/mojang/datafixers/types/Type;)Lbsa; METHOD a build (Lcom/mojang/datafixers/types/Type;)Lbsa;
METHOD a create (Ljava/util/function/Supplier;)Lbsa$a; METHOD a create (Ljava/util/function/Supplier;)Lbsa$a;

View File

@ -1,5 +1,5 @@
CLASS bse net/minecraft/block/entity/CommandBlockBlockEntity CLASS bse net/minecraft/block/entity/CommandBlockBlockEntity
CLASS bse$a net/minecraft/block/entity/CommandBlockBlockEntity$net/minecraft/block/entity/CommandBlockBlockEntity$Type CLASS bse$a Type
FIELD a powered Z FIELD a powered Z
FIELD b auto Z FIELD b auto Z
FIELD c conditionMet Z FIELD c conditionMet Z

View File

@ -1,5 +1,5 @@
CLASS bsu net/minecraft/block/entity/ShulkerBoxBlockEntity CLASS bsu net/minecraft/block/entity/ShulkerBoxBlockEntity
CLASS bsu$a net/minecraft/block/entity/ShulkerBoxBlockEntity$net/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage CLASS bsu$a AnimationStage
FIELD a CLOSED Lbsu$a; FIELD a CLOSED Lbsu$a;
FIELD c OPENED Lbsu$a; FIELD c OPENED Lbsu$a;
FIELD a AVAILABLE_SLOTS [I FIELD a AVAILABLE_SLOTS [I

View File

@ -1,5 +1,5 @@
CLASS bsz net/minecraft/block/entity/StructureBlockBlockEntity CLASS bsz net/minecraft/block/entity/StructureBlockBlockEntity
CLASS bsz$a net/minecraft/block/entity/StructureBlockBlockEntity$net/minecraft/block/entity/StructureBlockBlockEntity$Action CLASS bsz$a Action
FIELD a structureName Lqp; FIELD a structureName Lqp;
FIELD b author Ljava/lang/String; FIELD b author Ljava/lang/String;
FIELD c metadata Ljava/lang/String; FIELD c metadata Ljava/lang/String;

View File

@ -1,8 +1,8 @@
CLASS bub net/minecraft/block/pattern/BlockPattern CLASS bub net/minecraft/block/pattern/BlockPattern
CLASS bub$a net/minecraft/block/pattern/BlockPattern$net/minecraft/block/pattern/BlockPattern$BlockStateCacheLoader CLASS bub$a BlockStateCacheLoader
FIELD a world Lbga; FIELD a world Lbga;
FIELD b forceLoad Z FIELD b forceLoad Z
CLASS bub$b net/minecraft/block/pattern/BlockPattern$net/minecraft/block/pattern/BlockPattern$Result CLASS bub$b Result
FIELD a frontTopLeft Leu; FIELD a frontTopLeft Leu;
FIELD b forwards Lez; FIELD b forwards Lez;
FIELD c up Lez; FIELD c up Lez;

View File

@ -1,5 +1,5 @@
CLASS ctk net/minecraft/client/MinecraftClientGame CLASS ctk net/minecraft/client/MinecraftClientGame
CLASS ctk$a net/minecraft/client/MinecraftClientGame$net/minecraft/client/MinecraftClientGame$PerformanceMetricsImpl CLASS ctk$a PerformanceMetricsImpl
FIELD a minTime I FIELD a minTime I
FIELD b maxTime I FIELD b maxTime I
FIELD c averageTime I FIELD c averageTime I

View File

@ -1,5 +1,5 @@
CLASS dch net/minecraft/client/RunArgs CLASS dch net/minecraft/client/RunArgs
CLASS dch$a net/minecraft/client/RunArgs$net/minecraft/client/RunArgs$Directories CLASS dch$a Directories
FIELD a runDir Ljava/io/File; FIELD a runDir Ljava/io/File;
FIELD b resourcePackDir Ljava/io/File; FIELD b resourcePackDir Ljava/io/File;
FIELD c assetDir Ljava/io/File; FIELD c assetDir Ljava/io/File;
@ -10,7 +10,7 @@ CLASS dch net/minecraft/client/RunArgs
ARG 3 assetDir ARG 3 assetDir
ARG 4 assetIndex ARG 4 assetIndex
METHOD a getResourceIndex ()Ldti; METHOD a getResourceIndex ()Ldti;
CLASS dch$b net/minecraft/client/RunArgs$net/minecraft/client/RunArgs$Game CLASS dch$b Game
FIELD a demo Z FIELD a demo Z
FIELD b version Ljava/lang/String; FIELD b version Ljava/lang/String;
FIELD c versionType Ljava/lang/String; FIELD c versionType Ljava/lang/String;
@ -18,13 +18,13 @@ CLASS dch net/minecraft/client/RunArgs
ARG 1 demo ARG 1 demo
ARG 2 version ARG 2 version
ARG 3 versionType ARG 3 versionType
CLASS dch$c net/minecraft/client/RunArgs$net/minecraft/client/RunArgs$AutoConnect CLASS dch$c AutoConnect
FIELD a serverIP Ljava/lang/String; FIELD a serverIP Ljava/lang/String;
FIELD b serverPort I FIELD b serverPort I
METHOD <init> (Ljava/lang/String;I)V METHOD <init> (Ljava/lang/String;I)V
ARG 1 serverIP ARG 1 serverIP
ARG 2 serverPort ARG 2 serverPort
CLASS dch$d net/minecraft/client/RunArgs$net/minecraft/client/RunArgs$Network CLASS dch$d Network
FIELD a session Lcua; FIELD a session Lcua;
FIELD c profileProperties Lcom/mojang/authlib/properties/PropertyMap; FIELD c profileProperties Lcom/mojang/authlib/properties/PropertyMap;
FIELD d netProxy Ljava/net/Proxy; FIELD d netProxy Ljava/net/Proxy;

View File

@ -1,5 +1,5 @@
CLASS dwh net/minecraft/client/audio/MusicTracker CLASS dwh net/minecraft/client/audio/MusicTracker
CLASS dwh$a net/minecraft/client/audio/MusicTracker$net/minecraft/client/audio/MusicTracker$MusicType CLASS dwh$a MusicType
FIELD i sound Lyf; FIELD i sound Lyf;
FIELD j minDelay I FIELD j minDelay I
FIELD k maxDelay I FIELD k maxDelay I

View File

@ -1,5 +1,5 @@
CLASS dvl net/minecraft/client/audio/Sound CLASS dvl net/minecraft/client/audio/Sound
CLASS dvl$a net/minecraft/client/audio/Sound$net/minecraft/client/audio/Sound$RegistrationType CLASS dvl$a RegistrationType
FIELD a FILE Ldvl$a; FIELD a FILE Ldvl$a;
FIELD b EVENT Ldvl$a; FIELD b EVENT Ldvl$a;
FIELD c name Ljava/lang/String; FIELD c name Ljava/lang/String;

View File

@ -1,5 +1,5 @@
CLASS dvo net/minecraft/client/audio/SoundInstance CLASS dvo net/minecraft/client/audio/SoundInstance
CLASS dvo$a net/minecraft/client/audio/SoundInstance$net/minecraft/client/audio/SoundInstance$AttenuationType CLASS dvo$a AttenuationType
FIELD a NONE Ldvo$a; FIELD a NONE Ldvo$a;
FIELD b LINEAR Ldvo$a; FIELD b LINEAR Ldvo$a;
FIELD c TYPE I FIELD c TYPE I

View File

@ -1,5 +1,5 @@
CLASS dwk net/minecraft/client/audio/SoundLoader CLASS dwk net/minecraft/client/audio/SoundLoader
CLASS dwk$a net/minecraft/client/audio/SoundLoader$net/minecraft/client/audio/SoundLoader$Result CLASS dwk$a Result
FIELD a loadedSounds Ljava/util/Map; FIELD a loadedSounds Ljava/util/Map;
METHOD a addTo (Ljava/util/Map;Ldwi;)V METHOD a addTo (Ljava/util/Map;Ldwi;)V
FIELD a SOUND_MISSING Ldvl; FIELD a SOUND_MISSING Ldvl;

View File

@ -1,5 +1,5 @@
CLASS dwi net/minecraft/client/audio/SoundManager CLASS dwi net/minecraft/client/audio/SoundManager
CLASS dwi$a net/minecraft/client/audio/SoundManager$net/minecraft/client/audio/SoundManager$System CLASS dwi$a System
FIELD a MARKER Lorg/apache/logging/log4j/Marker; FIELD a MARKER Lorg/apache/logging/log4j/Marker;
FIELD b LOGGER Lorg/apache/logging/log4j/Logger; FIELD b LOGGER Lorg/apache/logging/log4j/Logger;
FIELD c unknownSounds Ljava/util/Set; FIELD c unknownSounds Ljava/util/Set;

View File

@ -1,5 +1,5 @@
CLASS cro net/minecraft/client/audio/paulscode/LibraryLWJGL3 CLASS cro net/minecraft/client/audio/paulscode/LibraryLWJGL3
CLASS cro$a net/minecraft/client/audio/paulscode/LibraryLWJGL3$net/minecraft/client/audio/paulscode/LibraryLWJGL3$Exception CLASS cro$a Exception
FIELD a listenerPositionAl Ljava/nio/FloatBuffer; FIELD a listenerPositionAl Ljava/nio/FloatBuffer;
FIELD b listenerOrientation Ljava/nio/FloatBuffer; FIELD b listenerOrientation Ljava/nio/FloatBuffer;
FIELD c listenerVelocity Ljava/nio/FloatBuffer; FIELD c listenerVelocity Ljava/nio/FloatBuffer;

View File

@ -1,5 +1,5 @@
CLASS cwf net/minecraft/client/font/GlyphAtlasTexture CLASS cwf net/minecraft/client/font/GlyphAtlasTexture
CLASS cwf$a net/minecraft/client/font/GlyphAtlasTexture$net/minecraft/client/font/GlyphAtlasTexture$Slot CLASS cwf$a Slot
FIELD a x I FIELD a x I
FIELD b y I FIELD b y I
FIELD c width I FIELD c width I

View File

@ -1,5 +1,5 @@
CLASS cuh net/minecraft/client/font/TextRenderer CLASS cuh net/minecraft/client/font/TextRenderer
CLASS cuh$a net/minecraft/client/font/TextRenderer$net/minecraft/client/font/TextRenderer$Rectangle CLASS cuh$a Rectangle
FIELD a xMin F FIELD a xMin F
FIELD b yMin F FIELD b yMin F
FIELD c xMax F FIELD c xMax F

View File

@ -1,5 +1,5 @@
CLASS cwm net/minecraft/client/font/TextureFont CLASS cwm net/minecraft/client/font/TextureFont
CLASS cwm$a net/minecraft/client/font/TextureFont$net/minecraft/client/font/TextureFont$Loader CLASS cwm$a Loader
FIELD a filename Lqp; FIELD a filename Lqp;
FIELD b chars Ljava/util/List; FIELD b chars Ljava/util/List;
FIELD c height I FIELD c height I
@ -17,7 +17,7 @@ CLASS cwm net/minecraft/client/font/TextureFont
ARG 3 characterHeight ARG 3 characterHeight
ARG 4 charPosX ARG 4 charPosX
ARG 5 charPosY ARG 5 charPosY
CLASS cwm$b net/minecraft/client/font/TextureFont$net/minecraft/client/font/TextureFont$TextureFontGlyph CLASS cwm$b TextureFontGlyph
FIELD a scaleFactor F FIELD a scaleFactor F
FIELD b image Lcse; FIELD b image Lcse;
FIELD c x I FIELD c x I

View File

@ -1,5 +1,5 @@
CLASS crt net/minecraft/client/font/TrueTypeFont CLASS crt net/minecraft/client/font/TrueTypeFont
CLASS crt$a net/minecraft/client/font/TrueTypeFont$net/minecraft/client/font/TrueTypeFont$TtfGlyph CLASS crt$a TtfGlyph
FIELD b width I FIELD b width I
FIELD c height I FIELD c height I
FIELD d bearingX F FIELD d bearingX F

View File

@ -1,12 +1,12 @@
CLASS cwp net/minecraft/client/font/UnicodeTextureFont CLASS cwp net/minecraft/client/font/UnicodeTextureFont
CLASS cwp$a net/minecraft/client/font/UnicodeTextureFont$net/minecraft/client/font/UnicodeTextureFont$Loader CLASS cwp$a Loader
FIELD a sizes Lqp; FIELD a sizes Lqp;
FIELD b template Ljava/lang/String; FIELD b template Ljava/lang/String;
METHOD <init> (Lqp;Ljava/lang/String;)V METHOD <init> (Lqp;Ljava/lang/String;)V
ARG 1 sizes ARG 1 sizes
ARG 2 template ARG 2 template
METHOD a fromJson (Lcom/google/gson/JsonObject;)Lcwn; METHOD a fromJson (Lcom/google/gson/JsonObject;)Lcwn;
CLASS cwp$b net/minecraft/client/font/UnicodeTextureFont$net/minecraft/client/font/UnicodeTextureFont$UnicodeTextureGlyph CLASS cwp$b UnicodeTextureGlyph
FIELD a width I FIELD a width I
FIELD b height I FIELD b height I
FIELD c unpackSkipPixels I FIELD c unpackSkipPixels I

View File

@ -1,5 +1,5 @@
CLASS cso net/minecraft/client/gl/GlShader CLASS cso net/minecraft/client/gl/GlShader
CLASS cso$a net/minecraft/client/gl/GlShader$net/minecraft/client/gl/GlShader$Type CLASS cso$a Type
FIELD a VERTEX Lcso$a; FIELD a VERTEX Lcso$a;
FIELD b FRAGMENT Lcso$a; FIELD b FRAGMENT Lcso$a;
FIELD c name Ljava/lang/String; FIELD c name Ljava/lang/String;

View File

@ -1,5 +1,5 @@
CLASS qs net/minecraft/client/gl/ShaderParseException CLASS qs net/minecraft/client/gl/ShaderParseException
CLASS qs$a net/minecraft/client/gl/ShaderParseException$net/minecraft/client/gl/ShaderParseException$JsonStackTrace CLASS qs$a JsonStackTrace
FIELD a fileName Ljava/lang/String; FIELD a fileName Ljava/lang/String;
FIELD b faultyElements Ljava/util/List; FIELD b faultyElements Ljava/util/List;
METHOD a add (Ljava/lang/String;)V METHOD a add (Ljava/lang/String;)V

View File

@ -1,5 +1,5 @@
CLASS cxy net/minecraft/client/gui/ContainerScreenRegistry CLASS cxy net/minecraft/client/gui/ContainerScreenRegistry
CLASS cxy$a net/minecraft/client/gui/ContainerScreenRegistry$net/minecraft/client/gui/ContainerScreenRegistry$GuiFactory CLASS cxy$a GuiFactory
METHOD a openScreen (Ljl;Laxt;Lctp;I)V METHOD a openScreen (Ljl;Laxt;Lctp;I)V
ARG 1 name ARG 1 name
ARG 2 containerType ARG 2 containerType

View File

@ -1,5 +1,5 @@
CLASS cuk net/minecraft/client/gui/MapRenderer CLASS cuk net/minecraft/client/gui/MapRenderer
CLASS cuk$a net/minecraft/client/gui/MapRenderer$net/minecraft/client/gui/MapRenderer$MapTexture CLASS cuk$a MapTexture
FIELD b mapState Lcmg; FIELD b mapState Lcmg;
FIELD c texture Ldsr; FIELD c texture Ldsr;
FIELD d id Lqp; FIELD d id Lqp;

View File

@ -1,5 +1,5 @@
CLASS czg net/minecraft/client/gui/WrittenBookScreen CLASS czg net/minecraft/client/gui/WrittenBookScreen
CLASS czg$a net/minecraft/client/gui/WrittenBookScreen$net/minecraft/client/gui/WrittenBookScreen$Contents CLASS czg$a Contents
METHOD a getLineCount ()I METHOD a getLineCount ()I
METHOD a getLine (I)Ljl; METHOD a getLine (I)Ljl;
ARG 1 line ARG 1 line
@ -7,10 +7,10 @@ CLASS czg net/minecraft/client/gui/WrittenBookScreen
ARG 0 stack ARG 0 stack
METHOD b getLineOrDefault (I)Ljl; METHOD b getLineOrDefault (I)Ljl;
ARG 1 line ARG 1 line
CLASS czg$b net/minecraft/client/gui/WrittenBookScreen$net/minecraft/client/gui/WrittenBookScreen$WritableBookContents CLASS czg$b WritableBookContents
FIELD a lines Ljava/util/List; FIELD a lines Ljava/util/List;
METHOD b getLines (Lbar;)Ljava/util/List; METHOD b getLines (Lbar;)Ljava/util/List;
CLASS czg$c net/minecraft/client/gui/WrittenBookScreen$net/minecraft/client/gui/WrittenBookScreen$WrittenBookContents CLASS czg$c WrittenBookContents
FIELD a lines Ljava/util/List; FIELD a lines Ljava/util/List;
METHOD b getLines (Lbar;)Ljava/util/List; METHOD b getLines (Lbar;)Ljava/util/List;
FIELD a EMPTY_PROVIDER Lczg$a; FIELD a EMPTY_PROVIDER Lczg$a;

View File

@ -1,10 +1,10 @@
CLASS czd net/minecraft/client/gui/container/BeaconScreen CLASS czd net/minecraft/client/gui/container/BeaconScreen
CLASS czd$a net/minecraft/client/gui/container/BeaconScreen$net/minecraft/client/gui/container/BeaconScreen$WidgetButtonIconCancel CLASS czd$a WidgetButtonIconCancel
CLASS czd$b net/minecraft/client/gui/container/BeaconScreen$net/minecraft/client/gui/container/BeaconScreen$WidgetButtonIconDone CLASS czd$b WidgetButtonIconDone
CLASS czd$c net/minecraft/client/gui/container/BeaconScreen$net/minecraft/client/gui/container/BeaconScreen$WidgetButtonIconEffect CLASS czd$c WidgetButtonIconEffect
FIELD b effect Laho; FIELD b effect Laho;
FIELD q primary Z FIELD q primary Z
CLASS czd$d net/minecraft/client/gui/container/BeaconScreen$net/minecraft/client/gui/container/BeaconScreen$WidgetButtonIcon CLASS czd$d WidgetButtonIcon
FIELD a disabled Z FIELD a disabled Z
METHOD c setDisabled (Z)V METHOD c setDisabled (Z)V
METHOD i isDisabled ()Z METHOD i isDisabled ()Z

View File

@ -1,5 +1,5 @@
CLASS dab net/minecraft/client/gui/container/VillagerScreen CLASS dab net/minecraft/client/gui/container/VillagerScreen
CLASS dab$a net/minecraft/client/gui/container/VillagerScreen$net/minecraft/client/gui/container/VillagerScreen$WidgetButtonPage CLASS dab$a WidgetButtonPage
FIELD a next Z FIELD a next Z
METHOD <init> (IIZ)V METHOD <init> (IIZ)V
ARG 1 x ARG 1 x

View File

@ -1,5 +1,5 @@
CLASS cvg net/minecraft/client/gui/hud/ScoreboardHud CLASS cvg net/minecraft/client/gui/hud/ScoreboardHud
CLASS cvg$a net/minecraft/client/gui/hud/ScoreboardHud$net/minecraft/client/gui/hud/ScoreboardHud$EntryOrderComparator CLASS cvg$a EntryOrderComparator
FIELD a ENTRY_ORDERING Lcom/google/common/collect/Ordering; FIELD a ENTRY_ORDERING Lcom/google/common/collect/Ordering;
FIELD b client Lctp; FIELD b client Lctp;
FIELD g inGameHud Lcui; FIELD g inGameHud Lcui;

View File

@ -1,5 +1,5 @@
CLASS cvk net/minecraft/client/gui/hud/SubtitlesHud CLASS cvk net/minecraft/client/gui/hud/SubtitlesHud
CLASS cvk$a net/minecraft/client/gui/hud/SubtitlesHud$net/minecraft/client/gui/hud/SubtitlesHud$SubtitleEntry CLASS cvk$a SubtitleEntry
FIELD b text Ljava/lang/String; FIELD b text Ljava/lang/String;
FIELD c time J FIELD c time J
FIELD d pos Lcqg; FIELD d pos Lcqg;

View File

@ -1,6 +1,6 @@
CLASS dby net/minecraft/client/gui/hud/spectator/SpectatorMenu CLASS dby net/minecraft/client/gui/hud/spectator/SpectatorMenu
CLASS dby$a net/minecraft/client/gui/hud/spectator/SpectatorMenu$net/minecraft/client/gui/hud/spectator/SpectatorMenu$CloseSpectatorMenuCommand CLASS dby$a CloseSpectatorMenuCommand
CLASS dby$b net/minecraft/client/gui/hud/spectator/SpectatorMenu$net/minecraft/client/gui/hud/spectator/SpectatorMenu$ChangePageSpectatorMenuCommand CLASS dby$b ChangePageSpectatorMenuCommand
FIELD a direction I FIELD a direction I
FIELD b enabled Z FIELD b enabled Z
METHOD <init> (IZ)V METHOD <init> (IZ)V

View File

@ -1,5 +1,5 @@
CLASS dce net/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu CLASS dce net/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu
CLASS dce$a net/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu$net/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu$TeleportToSpecificTeamCommand CLASS dce$a TeleportToSpecificTeamCommand
FIELD b team Lcre; FIELD b team Lcre;
FIELD c skinId Lqp; FIELD c skinId Lqp;
FIELD d scoreboardEntries Ljava/util/List; FIELD d scoreboardEntries Ljava/util/List;

View File

@ -1,5 +1,5 @@
CLASS cxg net/minecraft/client/gui/ingame/ChatScreen CLASS cxg net/minecraft/client/gui/ingame/ChatScreen
CLASS cxg$a net/minecraft/client/gui/ingame/ChatScreen$net/minecraft/client/gui/ingame/ChatScreen$SuggestionWindow CLASS cxg$a SuggestionWindow
FIELD c suggestions Lcom/mojang/brigadier/suggestion/Suggestions; FIELD c suggestions Lcom/mojang/brigadier/suggestion/Suggestions;
FIELD d typedText Ljava/lang/String; FIELD d typedText Ljava/lang/String;
FIELD f selectedSuggestionIndex I FIELD f selectedSuggestionIndex I

View File

@ -4,9 +4,9 @@ CLASS czn net/minecraft/client/gui/ingame/CreativePlayerInventoryScreen
ARG 1 invSlot ARG 1 invSlot
ARG 2 xPosition ARG 2 xPosition
ARG 3 <Position ARG 3 <Position
CLASS czn$b net/minecraft/client/gui/ingame/CreativePlayerInventoryScreen$net/minecraft/client/gui/ingame/CreativePlayerInventoryScreen$CreativeContainer CLASS czn$b CreativeContainer
FIELD c itemList Lfi; FIELD c itemList Lfi;
CLASS czn$c net/minecraft/client/gui/ingame/CreativePlayerInventoryScreen$net/minecraft/client/gui/ingame/CreativePlayerInventoryScreen$CreativeSlot CLASS czn$c CreativeSlot
FIELD b slot Layf; FIELD b slot Layf;
FIELD A inventory Lagw; FIELD A inventory Lagw;
FIELD B selectedTab I FIELD B selectedTab I

View File

@ -1,5 +1,5 @@
CLASS czf net/minecraft/client/gui/ingame/EditBookScreen CLASS czf net/minecraft/client/gui/ingame/EditBookScreen
CLASS czf$a net/minecraft/client/gui/ingame/EditBookScreen$net/minecraft/client/gui/ingame/EditBookScreen$Position CLASS czf$a Position
FIELD b x I FIELD b x I
FIELD c y I FIELD c y I
FIELD A buttonNextPage Ldad; FIELD A buttonNextPage Ldad;

View File

@ -1,5 +1,5 @@
CLASS cxe net/minecraft/client/gui/menu/BackupPromptScreen CLASS cxe net/minecraft/client/gui/menu/BackupPromptScreen
CLASS cxe$a net/minecraft/client/gui/menu/BackupPromptScreen$net/minecraft/client/gui/menu/BackupPromptScreen$Callback CLASS cxe$a Callback
FIELD a callback Lcxe$a; FIELD a callback Lcxe$a;
FIELD b title Ljava/lang/String; FIELD b title Ljava/lang/String;
FIELD g confirmText Ljava/lang/String; FIELD g confirmText Ljava/lang/String;

View File

@ -1,6 +1,6 @@
CLASS dav net/minecraft/client/gui/recipebook/RecipeAlternatesWidget CLASS dav net/minecraft/client/gui/recipebook/RecipeAlternatesWidget
CLASS dav$a net/minecraft/client/gui/recipebook/RecipeAlternatesWidget$net/minecraft/client/gui/recipebook/RecipeAlternatesWidget$AlternateButtonWidget CLASS dav$a AlternateButtonWidget
CLASS dav$a$a net/minecraft/client/gui/recipebook/RecipeAlternatesWidget$net/minecraft/client/gui/recipebook/RecipeAlternatesWidget$AlternateButtonWidget$net/minecraft/client/gui/recipebook/RecipeAlternatesWidget$AlternateButtonWidget$InputSlot CLASS dav$a$a InputSlot
FIELD a slots Ljava/util/List; FIELD a slots Ljava/util/List;
FIELD p recipe Lbcz; FIELD p recipe Lbcz;
FIELD q isCraftable Z FIELD q isCraftable Z

View File

@ -1,5 +1,5 @@
CLASS cvd net/minecraft/client/gui/widget/EntryListWidget CLASS cvd net/minecraft/client/gui/widget/EntryListWidget
CLASS cvd$a net/minecraft/client/gui/widget/EntryListWidget$net/minecraft/client/gui/widget/EntryListWidget$Entry CLASS cvd$a Entry
FIELD a parent Lcvd; FIELD a parent Lcvd;
METHOD a getParent ()Lcvd; METHOD a getParent ()Lcvd;
METHOD a draw (IIIIZF)V METHOD a draw (IIIIZF)V
@ -7,7 +7,7 @@ CLASS cvd net/minecraft/client/gui/widget/EntryListWidget
ARG 5 selected ARG 5 selected
METHOD d getY ()I METHOD d getY ()I
METHOD f getX ()I METHOD f getX ()I
CLASS cvd$b net/minecraft/client/gui/widget/EntryListWidget$net/minecraft/client/gui/widget/EntryListWidget$Entries CLASS cvd$b Entries
METHOD add (ILjava/lang/Object;)V METHOD add (ILjava/lang/Object;)V
ARG 1 value ARG 1 value
METHOD set (ILjava/lang/Object;)Ljava/lang/Object; METHOD set (ILjava/lang/Object;)Ljava/lang/Object;

View File

@ -1,9 +1,9 @@
CLASS cyw net/minecraft/client/gui/widget/KeyBindingListWidget CLASS cyw net/minecraft/client/gui/widget/KeyBindingListWidget
CLASS cyw$a net/minecraft/client/gui/widget/KeyBindingListWidget$net/minecraft/client/gui/widget/KeyBindingListWidget$CategoryEntry CLASS cyw$a CategoryEntry
FIELD d name Ljava/lang/String; FIELD d name Ljava/lang/String;
FIELD e nameWidth I FIELD e nameWidth I
CLASS cyw$b net/minecraft/client/gui/widget/KeyBindingListWidget$net/minecraft/client/gui/widget/KeyBindingListWidget$Entry CLASS cyw$b Entry
CLASS cyw$c net/minecraft/client/gui/widget/KeyBindingListWidget$net/minecraft/client/gui/widget/KeyBindingListWidget$KeyBindingEntry CLASS cyw$c KeyBindingEntry
FIELD d binding Lctn; FIELD d binding Lctn;
FIELD e bindingName Ljava/lang/String; FIELD e bindingName Ljava/lang/String;
FIELD f editButton Lcut; FIELD f editButton Lcut;

View File

@ -1,5 +1,5 @@
CLASS cvc net/minecraft/client/gui/widget/LockButtonWidget CLASS cvc net/minecraft/client/gui/widget/LockButtonWidget
CLASS cvc$a net/minecraft/client/gui/widget/LockButtonWidget$net/minecraft/client/gui/widget/LockButtonWidget$IconLocation CLASS cvc$a IconLocation
FIELD a LOCKED Lcvc$a; FIELD a LOCKED Lcvc$a;
FIELD b LOCKED_HOVERED Lcvc$a; FIELD b LOCKED_HOVERED Lcvc$a;
FIELD c LOCKED_DISABLED Lcvc$a; FIELD c LOCKED_DISABLED Lcvc$a;

View File

@ -1,5 +1,5 @@
CLASS dau net/minecraft/client/gui/widget/RecipeBookGhostSlots CLASS dau net/minecraft/client/gui/widget/RecipeBookGhostSlots
CLASS dau$a net/minecraft/client/gui/widget/RecipeBookGhostSlots$net/minecraft/client/gui/widget/RecipeBookGhostSlots$GhostInputSlot CLASS dau$a GhostInputSlot
FIELD b ingredient Lbcw; FIELD b ingredient Lbcw;
FIELD c x I FIELD c x I
FIELD d y I FIELD d y I

View File

@ -1,5 +1,5 @@
CLASS dap net/minecraft/client/gui/widget/ServerListWidget CLASS dap net/minecraft/client/gui/widget/ServerListWidget
CLASS dap$a net/minecraft/client/gui/widget/ServerListWidget$net/minecraft/client/gui/widget/ServerListWidget$Entry CLASS dap$a Entry
FIELD t multiplayerScreen Ldal; FIELD t multiplayerScreen Ldal;
FIELD u userServers Ljava/util/List; FIELD u userServers Ljava/util/List;
FIELD v localScanWidget Ldap$a; FIELD v localScanWidget Ldap$a;

View File

@ -1,5 +1,5 @@
CLASS bbz net/minecraft/client/item/TooltipContext CLASS bbz net/minecraft/client/item/TooltipContext
CLASS bbz$a net/minecraft/client/item/TooltipContext$net/minecraft/client/item/TooltipContext$Default CLASS bbz$a Default
FIELD a NORMAL Lbbz$a; FIELD a NORMAL Lbbz$a;
FIELD b ADVANCED Lbbz$a; FIELD b ADVANCED Lbbz$a;
FIELD c advanced Z FIELD c advanced Z

View File

@ -1,9 +1,9 @@
CLASS dwd net/minecraft/client/network/LanServerQueryManager CLASS dwd net/minecraft/client/network/LanServerQueryManager
CLASS dwd$a net/minecraft/client/network/LanServerQueryManager$net/minecraft/client/network/LanServerQueryManager$LanServerDetector CLASS dwd$a LanServerDetector
FIELD a entryList Ldwd$b; FIELD a entryList Ldwd$b;
FIELD b multicastAddress Ljava/net/InetAddress; FIELD b multicastAddress Ljava/net/InetAddress;
FIELD c socket Ljava/net/MulticastSocket; FIELD c socket Ljava/net/MulticastSocket;
CLASS dwd$b net/minecraft/client/network/LanServerQueryManager$net/minecraft/client/network/LanServerQueryManager$LanServerEntryList CLASS dwd$b LanServerEntryList
FIELD a serverEntries Ljava/util/List; FIELD a serverEntries Ljava/util/List;
FIELD b dirty Z FIELD b dirty Z
METHOD a needsUpdate ()Z METHOD a needsUpdate ()Z

View File

@ -1,5 +1,5 @@
CLASS kp net/minecraft/client/network/packet/BossBarS2CPacket CLASS kp net/minecraft/client/network/packet/BossBarS2CPacket
CLASS kp$a net/minecraft/client/network/packet/BossBarS2CPacket$net/minecraft/client/network/packet/BossBarS2CPacket$Type CLASS kp$a Type
FIELD a ADD Lkp$a; FIELD a ADD Lkp$a;
FIELD b REMOVE Lkp$a; FIELD b REMOVE Lkp$a;
FIELD c UPDATE_PCT Lkp$a; FIELD c UPDATE_PCT Lkp$a;

View File

@ -1,5 +1,5 @@
CLASS ks net/minecraft/client/network/packet/ChunkDeltaUpdateS2CPacket CLASS ks net/minecraft/client/network/packet/ChunkDeltaUpdateS2CPacket
CLASS ks$a net/minecraft/client/network/packet/ChunkDeltaUpdateS2CPacket$net/minecraft/client/network/packet/ChunkDeltaUpdateS2CPacket$ChunkDeltaRecord CLASS ks$a ChunkDeltaRecord
FIELD b pos S FIELD b pos S
FIELD c state Lbtw; FIELD c state Lbtw;
METHOD a getBlockPos ()Leu; METHOD a getBlockPos ()Leu;

View File

@ -1,5 +1,5 @@
CLASS ly net/minecraft/client/network/packet/CombatEventS2CPacket CLASS ly net/minecraft/client/network/packet/CombatEventS2CPacket
CLASS ly$a net/minecraft/client/network/packet/CombatEventS2CPacket$net/minecraft/client/network/packet/CombatEventS2CPacket$Type CLASS ly$a Type
FIELD a BEGIN Lly$a; FIELD a BEGIN Lly$a;
FIELD b END Lly$a; FIELD b END Lly$a;
FIELD c DEATH Lly$a; FIELD c DEATH Lly$a;

View File

@ -1,4 +1,4 @@
CLASS ni net/minecraft/client/network/packet/EntityAttributesS2CPacket CLASS ni net/minecraft/client/network/packet/EntityAttributesS2CPacket
CLASS ni$a net/minecraft/client/network/packet/EntityAttributesS2CPacket$net/minecraft/client/network/packet/EntityAttributesS2CPacket$Entry CLASS ni$a Entry
FIELD b entries Ljava/util/List; FIELD b entries Ljava/util/List;
METHOD c getEntries ()Ljava/util/List; METHOD c getEntries ()Ljava/util/List;

View File

@ -1,7 +1,7 @@
CLASS lr net/minecraft/client/network/packet/EntityS2CPacket CLASS lr net/minecraft/client/network/packet/EntityS2CPacket
CLASS lr$a net/minecraft/client/network/packet/EntityS2CPacket$net/minecraft/client/network/packet/EntityS2CPacket$MoveRelative CLASS lr$a MoveRelative
CLASS lr$b net/minecraft/client/network/packet/EntityS2CPacket$net/minecraft/client/network/packet/EntityS2CPacket$RotateAndMoveRelative CLASS lr$b RotateAndMoveRelative
CLASS lr$c net/minecraft/client/network/packet/EntityS2CPacket$net/minecraft/client/network/packet/EntityS2CPacket$Rotate CLASS lr$c Rotate
FIELD a id I FIELD a id I
FIELD b deltaX S FIELD b deltaX S
FIELD c deltaY S FIELD c deltaY S

View File

@ -1,5 +1,5 @@
CLASS lz net/minecraft/client/network/packet/PlayerListS2CPacket CLASS lz net/minecraft/client/network/packet/PlayerListS2CPacket
CLASS lz$a net/minecraft/client/network/packet/PlayerListS2CPacket$net/minecraft/client/network/packet/PlayerListS2CPacket$Type CLASS lz$a Type
FIELD a ADD Llz$a; FIELD a ADD Llz$a;
FIELD b UPDATE_GAMEMODE Llz$a; FIELD b UPDATE_GAMEMODE Llz$a;
FIELD c UPDATE_LATENCY Llz$a; FIELD c UPDATE_LATENCY Llz$a;

View File

@ -1,5 +1,5 @@
CLASS mb net/minecraft/client/network/packet/PlayerPositionLookS2CPacket CLASS mb net/minecraft/client/network/packet/PlayerPositionLookS2CPacket
CLASS mb$a net/minecraft/client/network/packet/PlayerPositionLookS2CPacket$net/minecraft/client/network/packet/PlayerPositionLookS2CPacket$Flag CLASS mb$a Flag
FIELD a X Lmb$a; FIELD a X Lmb$a;
FIELD b Y Lmb$a; FIELD b Y Lmb$a;
FIELD c Z Lmb$a; FIELD c Z Lmb$a;

View File

@ -1,5 +1,5 @@
CLASS mz net/minecraft/client/network/packet/TitleS2CPacket CLASS mz net/minecraft/client/network/packet/TitleS2CPacket
CLASS mz$a net/minecraft/client/network/packet/TitleS2CPacket$net/minecraft/client/network/packet/TitleS2CPacket$Action CLASS mz$a Action
FIELD d DISPLAY Lmz$a; FIELD d DISPLAY Lmz$a;
FIELD e HIDE Lmz$a; FIELD e HIDE Lmz$a;
FIELD f RESET Lmz$a; FIELD f RESET Lmz$a;

View File

@ -1,5 +1,5 @@
CLASS mc net/minecraft/client/network/packet/UnlockRecipesS2CPacket CLASS mc net/minecraft/client/network/packet/UnlockRecipesS2CPacket
CLASS mc$a net/minecraft/client/network/packet/UnlockRecipesS2CPacket$net/minecraft/client/network/packet/UnlockRecipesS2CPacket$Action CLASS mc$a Action
FIELD a action Lmc$a; FIELD a action Lmc$a;
FIELD b recipeIdsToChange Ljava/util/List; FIELD b recipeIdsToChange Ljava/util/List;
FIELD c recipeIdsToInit Ljava/util/List; FIELD c recipeIdsToInit Ljava/util/List;

View File

@ -1,5 +1,5 @@
CLASS mj net/minecraft/client/network/packet/WorldBorderS2CPacket CLASS mj net/minecraft/client/network/packet/WorldBorderS2CPacket
CLASS mj$a net/minecraft/client/network/packet/WorldBorderS2CPacket$net/minecraft/client/network/packet/WorldBorderS2CPacket$Type CLASS mj$a Type
FIELD a SET_SIZE Lmj$a; FIELD a SET_SIZE Lmj$a;
FIELD b INTERPOLATE_SIZE Lmj$a; FIELD b INTERPOLATE_SIZE Lmj$a;
FIELD c SET_CENTER Lmj$a; FIELD c SET_CENTER Lmj$a;

View File

@ -1,5 +1,5 @@
CLASS dgi net/minecraft/client/options/ServerEntry CLASS dgi net/minecraft/client/options/ServerEntry
CLASS dgi$a net/minecraft/client/options/ServerEntry$net/minecraft/client/options/ServerEntry$ResourcePackState CLASS dgi$a ResourcePackState
FIELD a ENABLED Ldgi$a; FIELD a ENABLED Ldgi$a;
FIELD b DISABLED Ldgi$a; FIELD b DISABLED Ldgi$a;
FIELD c PROMPT Ldgi$a; FIELD c PROMPT Ldgi$a;

View File

@ -1,5 +1,5 @@
CLASS dgo net/minecraft/client/particle/BarrierParticle CLASS dgo net/minecraft/client/particle/BarrierParticle
CLASS dgo$a net/minecraft/client/particle/BarrierParticle$net/minecraft/client/particle/BarrierParticle$Factory CLASS dgo$a Factory
METHOD <init> (Lbfx;DDDLbfw;)V METHOD <init> (Lbfx;DDDLbfw;)V
ARG 1 world ARG 1 world
ARG 2 x ARG 2 x

View File

@ -1,5 +1,5 @@
CLASS die net/minecraft/client/particle/BlockCrackParticle CLASS die net/minecraft/client/particle/BlockCrackParticle
CLASS die$a net/minecraft/client/particle/BlockCrackParticle$net/minecraft/client/particle/BlockCrackParticle$Factory CLASS die$a Factory
FIELD C block Lbtw; FIELD C block Lbtw;
FIELD F blockPos Leu; FIELD F blockPos Leu;
METHOD <init> (Lbfx;DDDDDDLbtw;)V METHOD <init> (Lbfx;DDDDDDLbtw;)V

View File

@ -1,5 +1,5 @@
CLASS dhb net/minecraft/client/particle/BlockFallingDustParticle CLASS dhb net/minecraft/client/particle/BlockFallingDustParticle
CLASS dhb$a net/minecraft/client/particle/BlockFallingDustParticle$net/minecraft/client/particle/BlockFallingDustParticle$Factory CLASS dhb$a Factory
METHOD <init> (Lbfx;DDDFFFLdia;)V METHOD <init> (Lbfx;DDDFFFLdia;)V
ARG 1 world ARG 1 world
ARG 2 x ARG 2 x

View File

@ -1,3 +1,3 @@
CLASS dgw net/minecraft/client/particle/BlockLeakParticle CLASS dgw net/minecraft/client/particle/BlockLeakParticle
CLASS dgw$f net/minecraft/client/particle/BlockLeakParticle$net/minecraft/client/particle/BlockLeakParticle$LavaFactory CLASS dgw$f LavaFactory
CLASS dgw$h net/minecraft/client/particle/BlockLeakParticle$net/minecraft/client/particle/BlockLeakParticle$WaterFactory CLASS dgw$h WaterFactory

View File

@ -1,5 +1,5 @@
CLASS dgq net/minecraft/client/particle/BubbleColumnUpParticle CLASS dgq net/minecraft/client/particle/BubbleColumnUpParticle
CLASS dgq$a net/minecraft/client/particle/BubbleColumnUpParticle$net/minecraft/client/particle/BubbleColumnUpParticle$Factory CLASS dgq$a Factory
METHOD <init> (Lbfx;DDDDDD)V METHOD <init> (Lbfx;DDDDDD)V
ARG 1 world ARG 1 world
ARG 2 x ARG 2 x

View File

@ -1,2 +1,2 @@
CLASS dgs net/minecraft/client/particle/BubblePopParticle CLASS dgs net/minecraft/client/particle/BubblePopParticle
CLASS dgs$a net/minecraft/client/particle/BubblePopParticle$net/minecraft/client/particle/BubblePopParticle$Factory CLASS dgs$a Factory

View File

@ -1,3 +1,3 @@
CLASS dhs net/minecraft/client/particle/CloudParticle CLASS dhs net/minecraft/client/particle/CloudParticle
CLASS dhs$a net/minecraft/client/particle/CloudParticle$net/minecraft/client/particle/CloudParticle$CloudFactory CLASS dhs$a CloudFactory
CLASS dhs$b net/minecraft/client/particle/CloudParticle$net/minecraft/client/particle/CloudParticle$SneezeFactory CLASS dhs$b SneezeFactory

View File

@ -1,6 +1,6 @@
CLASS dgp net/minecraft/client/particle/CrackParticle CLASS dgp net/minecraft/client/particle/CrackParticle
CLASS dgp$a net/minecraft/client/particle/CrackParticle$net/minecraft/client/particle/CrackParticle$ItemFactory CLASS dgp$a ItemFactory
CLASS dgp$b net/minecraft/client/particle/CrackParticle$net/minecraft/client/particle/CrackParticle$SlimeballFactory CLASS dgp$b SlimeballFactory
CLASS dgp$c net/minecraft/client/particle/CrackParticle$net/minecraft/client/particle/CrackParticle$SnowballFactory CLASS dgp$c SnowballFactory
METHOD <init> (Lbfx;DDDDDDLbar;)V METHOD <init> (Lbfx;DDDDDDLbar;)V
ARG 1 world ARG 1 world

View File

@ -1,2 +1,2 @@
CLASS dij net/minecraft/client/particle/CurrentDownParticle CLASS dij net/minecraft/client/particle/CurrentDownParticle
CLASS dij$a net/minecraft/client/particle/CurrentDownParticle$net/minecraft/client/particle/CurrentDownParticle$Factory CLASS dij$a Factory

View File

@ -1,6 +1,6 @@
CLASS dgu net/minecraft/client/particle/DamageParticle CLASS dgu net/minecraft/client/particle/DamageParticle
CLASS dgu$a net/minecraft/client/particle/DamageParticle$net/minecraft/client/particle/DamageParticle$DefaultFactory CLASS dgu$a DefaultFactory
CLASS dgu$b net/minecraft/client/particle/DamageParticle$net/minecraft/client/particle/DamageParticle$EnchantedHitFactory CLASS dgu$b EnchantedHitFactory
METHOD <init> (Lbfx;DDDDDD)V METHOD <init> (Lbfx;DDDDDD)V
ARG 1 world ARG 1 world
ARG 2 x ARG 2 x

View File

@ -1,5 +1,5 @@
CLASS dgv net/minecraft/client/particle/DragonBreathParticle CLASS dgv net/minecraft/client/particle/DragonBreathParticle
CLASS dgv$a net/minecraft/client/particle/DragonBreathParticle$net/minecraft/client/particle/DragonBreathParticle$Factory CLASS dgv$a Factory
METHOD <init> (Lbfx;DDDDDDLdia;)V METHOD <init> (Lbfx;DDDDDDLdia;)V
ARG 1 world ARG 1 world
ARG 2 x ARG 2 x

View File

@ -1,3 +1,3 @@
CLASS dhk net/minecraft/client/particle/ElderGuardianAppearanceParticle CLASS dhk net/minecraft/client/particle/ElderGuardianAppearanceParticle
CLASS dhk$a net/minecraft/client/particle/ElderGuardianAppearanceParticle$net/minecraft/client/particle/ElderGuardianAppearanceParticle$Factory CLASS dhk$a Factory
FIELD C guardian Laif; FIELD C guardian Laif;

View File

@ -1,3 +1,3 @@
CLASS dhe net/minecraft/client/particle/EmotionParticle CLASS dhe net/minecraft/client/particle/EmotionParticle
CLASS dhe$a net/minecraft/client/particle/EmotionParticle$net/minecraft/client/particle/EmotionParticle$AngryVillagerFactory CLASS dhe$a AngryVillagerFactory
CLASS dhe$b net/minecraft/client/particle/EmotionParticle$net/minecraft/client/particle/EmotionParticle$HeartFactory CLASS dhe$b HeartFactory

View File

@ -1,6 +1,6 @@
CLASS dgy net/minecraft/client/particle/EnchantGlyphParticle CLASS dgy net/minecraft/client/particle/EnchantGlyphParticle
CLASS dgy$a net/minecraft/client/particle/EnchantGlyphParticle$net/minecraft/client/particle/EnchantGlyphParticle$EnchantFactory CLASS dgy$a EnchantFactory
CLASS dgy$b net/minecraft/client/particle/EnchantGlyphParticle$net/minecraft/client/particle/EnchantGlyphParticle$NautilusFactory CLASS dgy$b NautilusFactory
FIELD C startX D FIELD C startX D
FIELD F startY D FIELD F startY D
FIELD G startZ D FIELD G startZ D

View File

@ -1,2 +1,2 @@
CLASS dgz net/minecraft/client/particle/EndRodParticle CLASS dgz net/minecraft/client/particle/EndRodParticle
CLASS dgz$a net/minecraft/client/particle/EndRodParticle$net/minecraft/client/particle/EndRodParticle$Factory CLASS dgz$a Factory

View File

@ -1,4 +1,4 @@
CLASS dhg net/minecraft/client/particle/ExplosionEmitterParticle CLASS dhg net/minecraft/client/particle/ExplosionEmitterParticle
CLASS dhg$a net/minecraft/client/particle/ExplosionEmitterParticle$net/minecraft/client/particle/ExplosionEmitterParticle$Factory CLASS dhg$a Factory
FIELD C age_ I FIELD C age_ I
FIELD D maxAge_ I FIELD D maxAge_ I

View File

@ -1,2 +1,2 @@
CLASS dhf net/minecraft/client/particle/ExplosionLargeParticle CLASS dhf net/minecraft/client/particle/ExplosionLargeParticle
CLASS dhf$a net/minecraft/client/particle/ExplosionLargeParticle$net/minecraft/client/particle/ExplosionLargeParticle$Factory CLASS dhf$a Factory

View File

@ -1,5 +1,5 @@
CLASS dha net/minecraft/client/particle/ExplosionSmokeParticle CLASS dha net/minecraft/client/particle/ExplosionSmokeParticle
CLASS dha$a net/minecraft/client/particle/ExplosionSmokeParticle$net/minecraft/client/particle/ExplosionSmokeParticle$Factory CLASS dha$a Factory
METHOD <init> (Lbfx;DDDDDDLdia;)V METHOD <init> (Lbfx;DDDDDDLdia;)V
ARG 1 world ARG 1 world
ARG 2 x ARG 2 x

View File

@ -1,5 +1,5 @@
CLASS dhi net/minecraft/client/particle/FireSmokeLargeParticle CLASS dhi net/minecraft/client/particle/FireSmokeLargeParticle
CLASS dhi$a net/minecraft/client/particle/FireSmokeLargeParticle$net/minecraft/client/particle/FireSmokeLargeParticle$Factory CLASS dhi$a Factory
METHOD <init> (Lbfx;DDDDDDLdia;)V METHOD <init> (Lbfx;DDDDDDLdia;)V
ARG 1 world ARG 1 world
ARG 2 x ARG 2 x

View File

@ -1,2 +1,2 @@
CLASS dhw net/minecraft/client/particle/FireSmokeParticle CLASS dhw net/minecraft/client/particle/FireSmokeParticle
CLASS dhw$a net/minecraft/client/particle/FireSmokeParticle$net/minecraft/client/particle/FireSmokeParticle$Factory CLASS dhw$a Factory

View File

@ -3,8 +3,8 @@ CLASS dhc net/minecraft/client/particle/FireworksSparkParticle
METHOD <init> (Lbfx;DDD)V METHOD <init> (Lbfx;DDD)V
ARG 1 x ARG 1 x
ARG 2 y ARG 2 y
CLASS dhc$d net/minecraft/client/particle/FireworksSparkParticle$net/minecraft/client/particle/FireworksSparkParticle$Factory CLASS dhc$d Factory
CLASS dhc$e net/minecraft/client/particle/FireworksSparkParticle$net/minecraft/client/particle/FireworksSparkParticle$create CLASS dhc$e create
FIELD C age I FIELD C age I
FIELD D particleManager Ldhp; FIELD D particleManager Ldhp;
FIELD E explosions Lih; FIELD E explosions Lih;

View File

@ -1,2 +1,2 @@
CLASS dii net/minecraft/client/particle/FishingParticle CLASS dii net/minecraft/client/particle/FishingParticle
CLASS dii$a net/minecraft/client/particle/FishingParticle$net/minecraft/client/particle/FishingParticle$Factory CLASS dii$a Factory

View File

@ -1,2 +1,2 @@
CLASS dhd net/minecraft/client/particle/FlameParticle CLASS dhd net/minecraft/client/particle/FlameParticle
CLASS dhd$a net/minecraft/client/particle/FlameParticle$net/minecraft/client/particle/FlameParticle$Factory CLASS dhd$a Factory

View File

@ -1,2 +1,2 @@
CLASS dhj net/minecraft/client/particle/LavaEmberParticle CLASS dhj net/minecraft/client/particle/LavaEmberParticle
CLASS dhj$a net/minecraft/client/particle/LavaEmberParticle$net/minecraft/client/particle/LavaEmberParticle$Factory CLASS dhj$a Factory

View File

@ -1,5 +1,5 @@
CLASS dhm net/minecraft/client/particle/NoteParticle CLASS dhm net/minecraft/client/particle/NoteParticle
CLASS dhm$a net/minecraft/client/particle/NoteParticle$net/minecraft/client/particle/NoteParticle$Factory CLASS dhm$a Factory
METHOD <init> (Lbfx;DDDD)V METHOD <init> (Lbfx;DDDD)V
ARG 1 world ARG 1 world
ARG 2 x ARG 2 x

View File

@ -1,5 +1,5 @@
CLASS dht net/minecraft/client/particle/PortalParticle CLASS dht net/minecraft/client/particle/PortalParticle
CLASS dht$a net/minecraft/client/particle/PortalParticle$net/minecraft/client/particle/PortalParticle$Factory CLASS dht$a Factory
FIELD C startX D FIELD C startX D
FIELD F startY D FIELD F startY D
FIELD G startZ D FIELD G startZ D

View File

@ -1,5 +1,5 @@
CLASS dik net/minecraft/client/particle/RainSplashParticle CLASS dik net/minecraft/client/particle/RainSplashParticle
CLASS dik$a net/minecraft/client/particle/RainSplashParticle$net/minecraft/client/particle/RainSplashParticle$Factory CLASS dik$a Factory
METHOD <init> (Lbfx;DDD)V METHOD <init> (Lbfx;DDD)V
ARG 1 world ARG 1 world
ARG 2 x ARG 2 x

View File

@ -1,2 +1,2 @@
CLASS dgx net/minecraft/client/particle/RedDustParticle CLASS dgx net/minecraft/client/particle/RedDustParticle
CLASS dgx$a net/minecraft/client/particle/RedDustParticle$net/minecraft/client/particle/RedDustParticle$Factory CLASS dgx$a Factory

View File

@ -1,7 +1,7 @@
CLASS dhx net/minecraft/client/particle/SpellParticle CLASS dhx net/minecraft/client/particle/SpellParticle
CLASS dhx$a net/minecraft/client/particle/SpellParticle$net/minecraft/client/particle/SpellParticle$EntityAmbientFactory CLASS dhx$a EntityAmbientFactory
CLASS dhx$b net/minecraft/client/particle/SpellParticle$net/minecraft/client/particle/SpellParticle$InstantFactory CLASS dhx$b InstantFactory
CLASS dhx$c net/minecraft/client/particle/SpellParticle$net/minecraft/client/particle/SpellParticle$EntityFactory CLASS dhx$c EntityFactory
CLASS dhx$d net/minecraft/client/particle/SpellParticle$net/minecraft/client/particle/SpellParticle$DefaultFactory CLASS dhx$d DefaultFactory
CLASS dhx$e net/minecraft/client/particle/SpellParticle$net/minecraft/client/particle/SpellParticle$WitchFactory CLASS dhx$e WitchFactory
FIELD C RANDOM Ljava/util/Random; FIELD C RANDOM Ljava/util/Random;

View File

@ -1,5 +1,5 @@
CLASS dhy net/minecraft/client/particle/SpitParticle CLASS dhy net/minecraft/client/particle/SpitParticle
CLASS dhy$a net/minecraft/client/particle/SpitParticle$net/minecraft/client/particle/SpitParticle$Factory CLASS dhy$a Factory
METHOD <init> (Lbfx;DDDDDDLdia;)V METHOD <init> (Lbfx;DDDDDDLdia;)V
ARG 1 world ARG 1 world
ARG 2 x ARG 2 x

View File

@ -1,2 +1,2 @@
CLASS dib net/minecraft/client/particle/SquidInkParticle CLASS dib net/minecraft/client/particle/SquidInkParticle
CLASS dib$a net/minecraft/client/particle/SquidInkParticle$net/minecraft/client/particle/SquidInkParticle$Factory CLASS dib$a Factory

View File

@ -1,4 +1,4 @@
CLASS did net/minecraft/client/particle/SuspendParticle CLASS did net/minecraft/client/particle/SuspendParticle
CLASS did$b net/minecraft/client/particle/SuspendParticle$net/minecraft/client/particle/SuspendParticle$DolphinFactory CLASS did$b DolphinFactory
CLASS did$c net/minecraft/client/particle/SuspendParticle$net/minecraft/client/particle/SuspendParticle$HappyVillagerFactory CLASS did$c HappyVillagerFactory
CLASS did$d net/minecraft/client/particle/SuspendParticle$net/minecraft/client/particle/SuspendParticle$MyceliumFactory CLASS did$d MyceliumFactory

View File

@ -1,2 +1,2 @@
CLASS dgn net/minecraft/client/particle/SweepAttackParticle CLASS dgn net/minecraft/client/particle/SweepAttackParticle
CLASS dgn$a net/minecraft/client/particle/SweepAttackParticle$net/minecraft/client/particle/SweepAttackParticle$Factory CLASS dgn$a Factory

View File

@ -1,2 +1,2 @@
CLASS dig net/minecraft/client/particle/TotemParticle CLASS dig net/minecraft/client/particle/TotemParticle
CLASS dig$a net/minecraft/client/particle/TotemParticle$net/minecraft/client/particle/TotemParticle$Factory CLASS dig$a Factory

View File

@ -1,5 +1,5 @@
CLASS dgr net/minecraft/client/particle/WaterBubbleParticle CLASS dgr net/minecraft/client/particle/WaterBubbleParticle
CLASS dgr$a net/minecraft/client/particle/WaterBubbleParticle$net/minecraft/client/particle/WaterBubbleParticle$Factory CLASS dgr$a Factory
METHOD <init> (Lbfx;DDDDDD)V METHOD <init> (Lbfx;DDDDDD)V
ARG 1 world ARG 1 world
ARG 2 x ARG 2 x

View File

@ -1,2 +1,2 @@
CLASS dhz net/minecraft/client/particle/WaterSplashParticle CLASS dhz net/minecraft/client/particle/WaterSplashParticle
CLASS dhz$a net/minecraft/client/particle/WaterSplashParticle$net/minecraft/client/particle/WaterSplashParticle$SplashFactory CLASS dhz$a SplashFactory

View File

@ -1,2 +1,2 @@
CLASS dic net/minecraft/client/particle/WaterSuspendParticle CLASS dic net/minecraft/client/particle/WaterSuspendParticle
CLASS dic$a net/minecraft/client/particle/WaterSuspendParticle$net/minecraft/client/particle/WaterSuspendParticle$UnderwaterFactory CLASS dic$a UnderwaterFactory

View File

@ -1,5 +1,5 @@
CLASS csr net/minecraft/client/render/BufferBuilder CLASS csr net/minecraft/client/render/BufferBuilder
CLASS csr$a net/minecraft/client/render/BufferBuilder$net/minecraft/client/render/BufferBuilder$State CLASS csr$a State
FIELD b rawBuffer [I FIELD b rawBuffer [I
FIELD c format Lcsx; FIELD c format Lcsx;
METHOD a getRawBuffer ()[I METHOD a getRawBuffer ()[I

View File

@ -1,5 +1,5 @@
CLASS csy net/minecraft/client/render/VertexFormatElement CLASS csy net/minecraft/client/render/VertexFormatElement
CLASS csy$a net/minecraft/client/render/VertexFormatElement$net/minecraft/client/render/VertexFormatElement$Format CLASS csy$a Format
FIELD a FLOAT Lcsy$a; FIELD a FLOAT Lcsy$a;
FIELD b UNSIGNED_BYTE Lcsy$a; FIELD b UNSIGNED_BYTE Lcsy$a;
FIELD c BYTE Lcsy$a; FIELD c BYTE Lcsy$a;
@ -13,7 +13,7 @@ CLASS csy net/minecraft/client/render/VertexFormatElement
METHOD a getSize ()I METHOD a getSize ()I
METHOD b getName ()Ljava/lang/String; METHOD b getName ()Ljava/lang/String;
METHOD c getGlId ()I METHOD c getGlId ()I
CLASS csy$b net/minecraft/client/render/VertexFormatElement$net/minecraft/client/render/VertexFormatElement$Type CLASS csy$b Type
FIELD a POSITION Lcsy$b; FIELD a POSITION Lcsy$b;
FIELD b NORMAL Lcsy$b; FIELD b NORMAL Lcsy$b;
FIELD c COLOR Lcsy$b; FIELD c COLOR Lcsy$b;

View File

@ -1,5 +1,5 @@
CLASS diu net/minecraft/client/render/block/BiomeColors CLASS diu net/minecraft/client/render/block/BiomeColors
CLASS diu$a net/minecraft/client/render/block/BiomeColors$net/minecraft/client/render/block/BiomeColors$Proxy CLASS diu$a Proxy
FIELD a GRASS_COLOR Ldiu$a; FIELD a GRASS_COLOR Ldiu$a;
FIELD b FOLIAGE_COLOR Ldiu$a; FIELD b FOLIAGE_COLOR Ldiu$a;
FIELD c WATER_COLOR Ldiu$a; FIELD c WATER_COLOR Ldiu$a;

View File

@ -1,5 +1,5 @@
CLASS djy net/minecraft/client/render/block/BlockModelRenderer CLASS djy net/minecraft/client/render/block/BlockModelRenderer
CLASS djy$a net/minecraft/client/render/block/BlockModelRenderer$net/minecraft/client/render/block/BlockModelRenderer$NeighborData CLASS djy$a NeighborData
FIELD a DOWN Ldjy$a; FIELD a DOWN Ldjy$a;
FIELD b UP Ldjy$a; FIELD b UP Ldjy$a;
FIELD c NORTH Ldjy$a; FIELD c NORTH Ldjy$a;
@ -9,13 +9,13 @@ CLASS djy net/minecraft/client/render/block/BlockModelRenderer
FIELD g faces [Lez; FIELD g faces [Lez;
FIELD h nonCubicWeight Z FIELD h nonCubicWeight Z
METHOD a getData (Lez;)Ldjy$a; METHOD a getData (Lez;)Ldjy$a;
CLASS djy$b net/minecraft/client/render/block/BlockModelRenderer$net/minecraft/client/render/block/BlockModelRenderer$AmbientOcclusionCalculator CLASS djy$b AmbientOcclusionCalculator
FIELD b colorMultiplier [F FIELD b colorMultiplier [F
FIELD c brightness [I FIELD c brightness [I
METHOD a getAmbientOcclusionBrightness (IIII)I METHOD a getAmbientOcclusionBrightness (IIII)I
METHOD a getBrightness (IIIIFFFF)I METHOD a getBrightness (IIIIFFFF)I
METHOD a apply (Lbfg;Lbtw;Leu;Lez;[FLjava/util/BitSet;)V METHOD a apply (Lbfg;Lbtw;Leu;Lez;[FLjava/util/BitSet;)V
CLASS djy$c net/minecraft/client/render/block/BlockModelRenderer$net/minecraft/client/render/block/BlockModelRenderer$Translation CLASS djy$c Translation
FIELD a DOWN Ldjy$c; FIELD a DOWN Ldjy$c;
FIELD b UP Ldjy$c; FIELD b UP Ldjy$c;
FIELD c NORTH Ldjy$c; FIELD c NORTH Ldjy$c;
@ -28,7 +28,7 @@ CLASS djy net/minecraft/client/render/block/BlockModelRenderer
FIELD j fourthCorner I FIELD j fourthCorner I
FIELD k VALUES [Ldjy$c; FIELD k VALUES [Ldjy$c;
METHOD a getTranslations (Lez;)Ldjy$c; METHOD a getTranslations (Lez;)Ldjy$c;
CLASS djy$d net/minecraft/client/render/block/BlockModelRenderer$net/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation CLASS djy$d NeighborOrientation
FIELD a DOWN Ldjy$d; FIELD a DOWN Ldjy$d;
FIELD b UP Ldjy$d; FIELD b UP Ldjy$d;
FIELD c NORTH Ldjy$d; FIELD c NORTH Ldjy$d;

View File

@ -1,14 +1,14 @@
CLASS dlh net/minecraft/client/render/block/entity/ConduitBlockEntityRenderer CLASS dlh net/minecraft/client/render/block/entity/ConduitBlockEntityRenderer
CLASS dlh$a net/minecraft/client/render/block/entity/ConduitBlockEntityRenderer$net/minecraft/client/render/block/entity/ConduitBlockEntityRenderer$CageModel CLASS dlh$a CageModel
FIELD a cuboid Ldfv; FIELD a cuboid Ldfv;
METHOD a render (FFFFFF)V METHOD a render (FFFFFF)V
CLASS dlh$b net/minecraft/client/render/block/entity/ConduitBlockEntityRenderer$net/minecraft/client/render/block/entity/ConduitBlockEntityRenderer$EyeModel CLASS dlh$b EyeModel
FIELD a cuboid Ldfv; FIELD a cuboid Ldfv;
METHOD a render (FFFFFF)V METHOD a render (FFFFFF)V
CLASS dlh$c net/minecraft/client/render/block/entity/ConduitBlockEntityRenderer$net/minecraft/client/render/block/entity/ConduitBlockEntityRenderer$BaseModel CLASS dlh$c BaseModel
FIELD a cuboid Ldfv; FIELD a cuboid Ldfv;
METHOD a render (FFFFFF)V METHOD a render (FFFFFF)V
CLASS dlh$d net/minecraft/client/render/block/entity/ConduitBlockEntityRenderer$net/minecraft/client/render/block/entity/ConduitBlockEntityRenderer$WindModel CLASS dlh$d WindModel
FIELD a cuboids [Ldfv; FIELD a cuboids [Ldfv;
METHOD a render (FFFFFF)V METHOD a render (FFFFFF)V
FIELD c BASE_TEX Lqp; FIELD c BASE_TEX Lqp;

View File

@ -1,5 +1,5 @@
CLASS dlu net/minecraft/client/render/chunk/ChunkBatcher CLASS dlu net/minecraft/client/render/chunk/ChunkBatcher
CLASS dlu$a net/minecraft/client/render/chunk/ChunkBatcher$net/minecraft/client/render/chunk/ChunkBatcher$ChunkUploadTask CLASS dlu$a ChunkUploadTask
FIELD b task Lcom/google/common/util/concurrent/ListenableFutureTask; FIELD b task Lcom/google/common/util/concurrent/ListenableFutureTask;
FIELD c priority D FIELD c priority D
FIELD a LOGGER Lorg/apache/logging/log4j/Logger; FIELD a LOGGER Lorg/apache/logging/log4j/Logger;

View File

@ -1,6 +1,6 @@
CLASS dlt net/minecraft/client/render/chunk/ChunkRenderTask CLASS dlt net/minecraft/client/render/chunk/ChunkRenderTask
CLASS dlt$a net/minecraft/client/render/chunk/ChunkRenderTask$net/minecraft/client/render/chunk/ChunkRenderTask$Stage CLASS dlt$a Stage
CLASS dlt$b net/minecraft/client/render/chunk/ChunkRenderTask$net/minecraft/client/render/chunk/ChunkRenderTask$Mode CLASS dlt$b Mode
FIELD a chunkRenderer Ldly; FIELD a chunkRenderer Ldly;
FIELD b lock Ljava/util/concurrent/locks/ReentrantLock; FIELD b lock Ljava/util/concurrent/locks/ReentrantLock;
FIELD c runnables Ljava/util/List; FIELD c runnables Ljava/util/List;

View File

@ -1,5 +1,5 @@
CLASS dmo net/minecraft/client/render/debug/DebugRenderer CLASS dmo net/minecraft/client/render/debug/DebugRenderer
CLASS dmo$a net/minecraft/client/render/debug/DebugRenderer$net/minecraft/client/render/debug/DebugRenderer$DebugRenderer CLASS dmo$a DebugRenderer
METHOD a render (J)V METHOD a render (J)V
FIELD a pathfindingDebugRenderer Ldmt; FIELD a pathfindingDebugRenderer Ldmt;
FIELD b waterDebugRenderer Ldmo$a; FIELD b waterDebugRenderer Ldmo$a;

View File

@ -1,5 +1,5 @@
CLASS duf net/minecraft/client/render/entity/feature/VillagerResourceMetadata CLASS duf net/minecraft/client/render/entity/feature/VillagerResourceMetadata
CLASS duf$a net/minecraft/client/render/entity/feature/VillagerResourceMetadata$net/minecraft/client/render/entity/feature/VillagerResourceMetadata$HatType CLASS duf$a HatType
FIELD d byName Ljava/util/Map; FIELD d byName Ljava/util/Map;
FIELD e name Ljava/lang/String; FIELD e name Ljava/lang/String;
METHOD a getName ()Ljava/lang/String; METHOD a getName ()Ljava/lang/String;

View File

@ -1,5 +1,5 @@
CLASS ddp net/minecraft/client/render/entity/model/BipedEntityModel CLASS ddp net/minecraft/client/render/entity/model/BipedEntityModel
CLASS ddp$a net/minecraft/client/render/entity/model/BipedEntityModel$net/minecraft/client/render/entity/model/BipedEntityModel$ArmPose CLASS ddp$a ArmPose
FIELD f head Ldfv; FIELD f head Ldfv;
FIELD g headwear Ldfv; FIELD g headwear Ldfv;
FIELD h body Ldfv; FIELD h body Ldfv;

View File

@ -1,5 +1,5 @@
CLASS dux net/minecraft/client/render/model/BasicBakedModel CLASS dux net/minecraft/client/render/model/BasicBakedModel
CLASS dux$a net/minecraft/client/render/model/BasicBakedModel$net/minecraft/client/render/model/BasicBakedModel$Builder CLASS dux$a Builder
FIELD a quads Ljava/util/List; FIELD a quads Ljava/util/List;
FIELD b faceQuads Ljava/util/Map; FIELD b faceQuads Ljava/util/Map;
FIELD c itemPropertyOverrides Ldkk; FIELD c itemPropertyOverrides Ldkk;

View File

@ -1,5 +1,5 @@
CLASS dus net/minecraft/client/render/model/ModelLoader CLASS dus net/minecraft/client/render/model/ModelLoader
CLASS dus$a net/minecraft/client/render/model/ModelLoader$net/minecraft/client/render/model/ModelLoader$ModelLoaderException CLASS dus$a ModelLoaderException
FIELD A BLOCK_STATE_FACTORY_OVERRIDES Ljava/util/Map; FIELD A BLOCK_STATE_FACTORY_OVERRIDES Ljava/util/Map;
FIELD B resourceManager Lxa; FIELD B resourceManager Lxa;
FIELD C spriteAtlas Ldta; FIELD C spriteAtlas Ldta;

View File

@ -1,5 +1,5 @@
CLASS duw net/minecraft/client/render/model/MultipartBakedModel CLASS duw net/minecraft/client/render/model/MultipartBakedModel
CLASS duw$a net/minecraft/client/render/model/MultipartBakedModel$net/minecraft/client/render/model/MultipartBakedModel$Builder CLASS duw$a Builder
FIELD a components Ljava/util/List; FIELD a components Ljava/util/List;
METHOD a build ()Ldup; METHOD a build ()Ldup;
METHOD a addComponent (Ljava/util/function/Predicate;Ldup;)V METHOD a addComponent (Ljava/util/function/Predicate;Ldup;)V

View File

@ -1,5 +1,5 @@
CLASS dks net/minecraft/client/render/model/MultipartUnbakedModel CLASS dks net/minecraft/client/render/model/MultipartUnbakedModel
CLASS dks$a net/minecraft/client/render/model/MultipartUnbakedModel$net/minecraft/client/render/model/MultipartUnbakedModel$Deserializer CLASS dks$a Deserializer
FIELD a context Ldkf$a; FIELD a context Ldkf$a;
METHOD <init> (Ldkf$a;)V METHOD <init> (Ldkf$a;)V
ARG 1 context ARG 1 context

View File

@ -1,11 +1,11 @@
CLASS duz net/minecraft/client/render/model/WeightedBakedModel CLASS duz net/minecraft/client/render/model/WeightedBakedModel
CLASS duz$a net/minecraft/client/render/model/WeightedBakedModel$net/minecraft/client/render/model/WeightedBakedModel$Builder CLASS duz$a Builder
FIELD a models Ljava/util/List; FIELD a models Ljava/util/List;
METHOD a getFirst ()Ldup; METHOD a getFirst ()Ldup;
METHOD a add (Ldup;I)Lduz$a; METHOD a add (Ldup;I)Lduz$a;
ARG 1 model ARG 1 model
ARG 2 weight ARG 2 weight
CLASS duz$b net/minecraft/client/render/model/WeightedBakedModel$net/minecraft/client/render/model/WeightedBakedModel$ModelEntry CLASS duz$b ModelEntry
FIELD b model Ldup; FIELD b model Ldup;
METHOD <init> (Ldup;I)V METHOD <init> (Ldup;I)V
ARG 1 model ARG 1 model

View File

@ -1,10 +1,10 @@
CLASS dke net/minecraft/client/render/model/json/JsonUnbakedModel CLASS dke net/minecraft/client/render/model/json/JsonUnbakedModel
CLASS dke$a net/minecraft/client/render/model/json/JsonUnbakedModel$net/minecraft/client/render/model/json/JsonUnbakedModel$TextureResolutionContext CLASS dke$a TextureResolutionContext
FIELD a root Ldke; FIELD a root Ldke;
FIELD b current Ldke; FIELD b current Ldke;
METHOD <init> (Ldke;)V METHOD <init> (Ldke;)V
ARG 1 root ARG 1 root
CLASS dke$b net/minecraft/client/render/model/json/JsonUnbakedModel$net/minecraft/client/render/model/json/JsonUnbakedModel$Deserializer CLASS dke$b Deserializer
METHOD a deserializeOverrides (Lcom/google/gson/JsonDeserializationContext;Lcom/google/gson/JsonObject;)Ljava/util/List; METHOD a deserializeOverrides (Lcom/google/gson/JsonDeserializationContext;Lcom/google/gson/JsonObject;)Ljava/util/List;
ARG 1 context ARG 1 context
ARG 2 object ARG 2 object

View File

@ -1,5 +1,5 @@
CLASS dka net/minecraft/client/render/model/json/ModelElement CLASS dka net/minecraft/client/render/model/json/ModelElement
CLASS dka$a net/minecraft/client/render/model/json/ModelElement$net/minecraft/client/render/model/json/ModelElement$Deserializer CLASS dka$a Deserializer
METHOD a deserializeFacesValidating (Lcom/google/gson/JsonDeserializationContext;Lcom/google/gson/JsonObject;)Ljava/util/Map; METHOD a deserializeFacesValidating (Lcom/google/gson/JsonDeserializationContext;Lcom/google/gson/JsonObject;)Ljava/util/Map;
ARG 1 context ARG 1 context
ARG 2 object ARG 2 object

View File

@ -1,5 +1,5 @@
CLASS dkb net/minecraft/client/render/model/json/ModelElementFace CLASS dkb net/minecraft/client/render/model/json/ModelElementFace
CLASS dkb$a net/minecraft/client/render/model/json/ModelElementFace$net/minecraft/client/render/model/json/ModelElementFace$Deserializer CLASS dkb$a Deserializer
METHOD a (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ldkb; METHOD a (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ldkb;
ARG 1 element ARG 1 element
ARG 2 type ARG 2 type

View File

@ -1,5 +1,5 @@
CLASS dkd net/minecraft/client/render/model/json/ModelElementTexture CLASS dkd net/minecraft/client/render/model/json/ModelElementTexture
CLASS dkd$a net/minecraft/client/render/model/json/ModelElementTexture$net/minecraft/client/render/model/json/ModelElementTexture$Deserializer CLASS dkd$a Deserializer
METHOD a (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ldkd; METHOD a (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ldkd;
ARG 1 element ARG 1 element
ARG 2 type ARG 2 type

View File

@ -1,5 +1,5 @@
CLASS dkj net/minecraft/client/render/model/json/ModelItemOverride CLASS dkj net/minecraft/client/render/model/json/ModelItemOverride
CLASS dkj$a net/minecraft/client/render/model/json/ModelItemOverride$net/minecraft/client/render/model/json/ModelItemOverride$Deserializer CLASS dkj$a Deserializer
METHOD a (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ldkj; METHOD a (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ldkj;
ARG 1 element ARG 1 element
ARG 2 type ARG 2 type

View File

@ -1,5 +1,5 @@
CLASS dkm net/minecraft/client/render/model/json/ModelTransformation CLASS dkm net/minecraft/client/render/model/json/ModelTransformation
CLASS dkm$a net/minecraft/client/render/model/json/ModelTransformation$net/minecraft/client/render/model/json/ModelTransformation$Deserializer CLASS dkm$a Deserializer
METHOD a parseModelTransformation (Lcom/google/gson/JsonDeserializationContext;Lcom/google/gson/JsonObject;Ljava/lang/String;)Ldkl; METHOD a parseModelTransformation (Lcom/google/gson/JsonDeserializationContext;Lcom/google/gson/JsonObject;Ljava/lang/String;)Ldkl;
ARG 1 ctx ARG 1 ctx
ARG 2 json ARG 2 json
@ -8,7 +8,7 @@ CLASS dkm net/minecraft/client/render/model/json/ModelTransformation
ARG 1 element ARG 1 element
ARG 2 type ARG 2 type
ARG 3 context ARG 3 context
CLASS dkm$b net/minecraft/client/render/model/json/ModelTransformation$net/minecraft/client/render/model/json/ModelTransformation$Type CLASS dkm$b Type
FIELD i FIXED Ldkm$b; FIELD i FIXED Ldkm$b;
FIELD a NONE Ldkm; FIELD a NONE Ldkm;
FIELD b globalTranslationX F FIELD b globalTranslationX F

View File

@ -1,5 +1,5 @@
CLASS dko net/minecraft/client/render/model/json/ModelVariant CLASS dko net/minecraft/client/render/model/json/ModelVariant
CLASS dko$a net/minecraft/client/render/model/json/ModelVariant$net/minecraft/client/render/model/json/ModelVariant$Deserializer CLASS dko$a Deserializer
METHOD a deserializeRotation (Lcom/google/gson/JsonObject;)Lduq; METHOD a deserializeRotation (Lcom/google/gson/JsonObject;)Lduq;
ARG 1 object ARG 1 object
METHOD b deserializeModel (Lcom/google/gson/JsonObject;)Lqp; METHOD b deserializeModel (Lcom/google/gson/JsonObject;)Lqp;

View File

@ -1,11 +1,11 @@
CLASS dkf net/minecraft/client/render/model/json/ModelVariantMap CLASS dkf net/minecraft/client/render/model/json/ModelVariantMap
CLASS dkf$a net/minecraft/client/render/model/json/ModelVariantMap$net/minecraft/client/render/model/json/ModelVariantMap$DeserializationContext CLASS dkf$a DeserializationContext
FIELD a gson Lcom/google/gson/Gson; FIELD a gson Lcom/google/gson/Gson;
FIELD b stateFactory Lbtx; FIELD b stateFactory Lbtx;
METHOD a getStateFactory ()Lbtx; METHOD a getStateFactory ()Lbtx;
METHOD a setStateFactory (Lbtx;)V METHOD a setStateFactory (Lbtx;)V
ARG 1 stateFactory ARG 1 stateFactory
CLASS dkf$b net/minecraft/client/render/model/json/ModelVariantMap$net/minecraft/client/render/model/json/ModelVariantMap$Deserializer CLASS dkf$b Deserializer
METHOD a deserializeVariants (Lcom/google/gson/JsonDeserializationContext;Lcom/google/gson/JsonObject;)Ljava/util/Map; METHOD a deserializeVariants (Lcom/google/gson/JsonDeserializationContext;Lcom/google/gson/JsonObject;)Ljava/util/Map;
ARG 1 context ARG 1 context
ARG 2 object ARG 2 object

View File

@ -1,5 +1,5 @@
CLASS dku net/minecraft/client/render/model/json/MultipartModelComponent CLASS dku net/minecraft/client/render/model/json/MultipartModelComponent
CLASS dku$a net/minecraft/client/render/model/json/MultipartModelComponent$net/minecraft/client/render/model/json/MultipartModelComponent$Deserializer CLASS dku$a Deserializer
METHOD a (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ldku; METHOD a (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ldku;
ARG 1 element ARG 1 element
ARG 2 type ARG 2 type

View File

@ -1,5 +1,5 @@
CLASS dkl net/minecraft/client/render/model/json/Transformation CLASS dkl net/minecraft/client/render/model/json/Transformation
CLASS dkl$a net/minecraft/client/render/model/json/Transformation$net/minecraft/client/render/model/json/Transformation$Deserializer CLASS dkl$a Deserializer
FIELD a DEFAULT_ROATATION Lb; FIELD a DEFAULT_ROATATION Lb;
FIELD b DEFAULT_TRANSLATION Lb; FIELD b DEFAULT_TRANSLATION Lb;
FIELD c DEFAULT_SCALE Lb; FIELD c DEFAULT_SCALE Lb;

View File

@ -1,5 +1,5 @@
CLASS dkn net/minecraft/client/render/model/json/WeightedUnbakedModel CLASS dkn net/minecraft/client/render/model/json/WeightedUnbakedModel
CLASS dkn$a net/minecraft/client/render/model/json/WeightedUnbakedModel$net/minecraft/client/render/model/json/WeightedUnbakedModel$Deserializer CLASS dkn$a Deserializer
METHOD a (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ldkn; METHOD a (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ldkn;
ARG 1 element ARG 1 element
ARG 2 type ARG 2 type

View File

@ -1,5 +1,5 @@
CLASS dvu net/minecraft/client/search/IdentifierSearchableContainer CLASS dvu net/minecraft/client/search/IdentifierSearchableContainer
CLASS dvu$a net/minecraft/client/search/IdentifierSearchableContainer$net/minecraft/client/search/IdentifierSearchableContainer$Iterator CLASS dvu$a Iterator
FIELD a byNamespace Ldvy; FIELD a byNamespace Ldvy;
FIELD b byPath Ldvy; FIELD b byPath Ldvy;
FIELD c identifierFinder Ljava/util/function/Function; FIELD c identifierFinder Ljava/util/function/Function;

View File

@ -1,5 +1,5 @@
CLASS dvw net/minecraft/client/search/SearchManager CLASS dvw net/minecraft/client/search/SearchManager
CLASS dvw$a net/minecraft/client/search/SearchManager$net/minecraft/client/search/SearchManager$Key CLASS dvw$a Key
FIELD a ITEM_TOOLTIP Ldvw$a; FIELD a ITEM_TOOLTIP Ldvw$a;
FIELD b ITEM_TAG Ldvw$a; FIELD b ITEM_TAG Ldvw$a;
FIELD c RECIPE_OUTPUT Ldvw$a; FIELD c RECIPE_OUTPUT Ldvw$a;

View File

@ -1,4 +1,4 @@
CLASS dvv net/minecraft/client/search/TextSearchableContainer CLASS dvv net/minecraft/client/search/TextSearchableContainer
CLASS dvv$a net/minecraft/client/search/TextSearchableContainer$net/minecraft/client/search/TextSearchableContainer$Iterator CLASS dvv$a Iterator
FIELD c byText Ldvy; FIELD c byText Ldvy;
FIELD d textFinder Ljava/util/function/Function; FIELD d textFinder Ljava/util/function/Function;

View File

@ -1,5 +1,5 @@
CLASS dtt net/minecraft/client/sortme/PlayerSkinProvider CLASS dtt net/minecraft/client/sortme/PlayerSkinProvider
CLASS dtt$a net/minecraft/client/sortme/PlayerSkinProvider$net/minecraft/client/sortme/PlayerSkinProvider$SkinTextureAvailableCallback CLASS dtt$a SkinTextureAvailableCallback
FIELD a EXECUTOR_SERVICE Ljava/util/concurrent/ExecutorService; FIELD a EXECUTOR_SERVICE Ljava/util/concurrent/ExecutorService;
FIELD b textureManager Ldtc; FIELD b textureManager Ldtc;
FIELD c skinCacheDir Ljava/io/File; FIELD c skinCacheDir Ljava/io/File;

View File

@ -1,5 +1,5 @@
CLASS cse net/minecraft/client/texture/NativeImage CLASS cse net/minecraft/client/texture/NativeImage
CLASS cse$a net/minecraft/client/texture/NativeImage$net/minecraft/client/texture/NativeImage$Format CLASS cse$a Format
FIELD e bytesPerPixel I FIELD e bytesPerPixel I
METHOD a getBytesPerPixel ()I METHOD a getBytesPerPixel ()I
FIELD a WRITE_TO_FILE_OPEN_OPTIONS Ljava/util/Set; FIELD a WRITE_TO_FILE_OPEN_OPTIONS Ljava/util/Set;

View File

@ -1,5 +1,5 @@
CLASS dsx net/minecraft/client/texture/ResourceTexture CLASS dsx net/minecraft/client/texture/ResourceTexture
CLASS dsx$a net/minecraft/client/texture/ResourceTexture$net/minecraft/client/texture/ResourceTexture$TextureData CLASS dsx$a TextureData
FIELD a metadata Ldum; FIELD a metadata Ldum;
FIELD b image Lcse; FIELD b image Lcse;
FIELD c exception Ljava/io/IOException; FIELD c exception Ljava/io/IOException;

View File

@ -1,5 +1,5 @@
CLASS dta net/minecraft/client/texture/SpriteAtlasTexture CLASS dta net/minecraft/client/texture/SpriteAtlasTexture
CLASS dta$a net/minecraft/client/texture/SpriteAtlasTexture$net/minecraft/client/texture/SpriteAtlasTexture$Data CLASS dta$a Data
FIELD f BLOCK_ATLAS_TEX Lqp; FIELD f BLOCK_ATLAS_TEX Lqp;
FIELD g PARTICLE_ATLAS_TEX Lqp; FIELD g PARTICLE_ATLAS_TEX Lqp;
FIELD h PAINTING_ATLAS_TEX Lqp; FIELD h PAINTING_ATLAS_TEX Lqp;

View File

@ -1,5 +1,5 @@
CLASS djs net/minecraft/client/texture/TextureCache CLASS djs net/minecraft/client/texture/TextureCache
CLASS djs$a net/minecraft/client/texture/TextureCache$net/minecraft/client/texture/TextureCache$Manager CLASS djs$a Manager
FIELD a cacheMap Ljava/util/Map; FIELD a cacheMap Ljava/util/Map;
FIELD b filename Lqp; FIELD b filename Lqp;
FIELD c baseDir Ljava/lang/String; FIELD c baseDir Ljava/lang/String;
@ -9,7 +9,7 @@ CLASS djs net/minecraft/client/texture/TextureCache
ARG 1 cacheKey ARG 1 cacheKey
ARG 2 patterns ARG 2 patterns
ARG 3 colors ARG 3 colors
CLASS djs$b net/minecraft/client/texture/TextureCache$net/minecraft/client/texture/TextureCache$Entry CLASS djs$b Entry
FIELD a lastRequestTimeMillis J FIELD a lastRequestTimeMillis J
FIELD b filename Lqp; FIELD b filename Lqp;
FIELD a BANNER Ldjs$a; FIELD a BANNER Ldjs$a;

View File

@ -1,9 +1,9 @@
CLASS dsy net/minecraft/client/texture/TextureStitcher CLASS dsy net/minecraft/client/texture/TextureStitcher
CLASS dsy$a net/minecraft/client/texture/TextureStitcher$net/minecraft/client/texture/TextureStitcher$Holder CLASS dsy$a Holder
FIELD a sprite Ldtb; FIELD a sprite Ldtb;
FIELD b width I FIELD b width I
FIELD c height I FIELD c height I
CLASS dsy$b net/minecraft/client/texture/TextureStitcher$net/minecraft/client/texture/TextureStitcher$Slot CLASS dsy$b Slot
FIELD a x I FIELD a x I
FIELD b y I FIELD b y I
FIELD c width I FIELD c width I

View File

@ -1,5 +1,5 @@
CLASS cvy net/minecraft/client/toast/Toast CLASS cvy net/minecraft/client/toast/Toast
CLASS cvy$a net/minecraft/client/toast/Toast$net/minecraft/client/toast/Toast$Visibility CLASS cvy$a Visibility
FIELD c sound Lyf; FIELD c sound Lyf;
METHOD a play (Ldwk;)V METHOD a play (Ldwk;)V
FIELD a TOASTS_TEX Lqp; FIELD a TOASTS_TEX Lqp;

View File

@ -1,5 +1,5 @@
CLASS cvz net/minecraft/client/toast/ToastManager CLASS cvz net/minecraft/client/toast/ToastManager
CLASS cvz$a net/minecraft/client/toast/ToastManager$net/minecraft/client/toast/ToastManager$Entry CLASS cvz$a Entry
FIELD b instance Lcvy; FIELD b instance Lcvy;
METHOD <init> (Lcvz;Lcvy;)V METHOD <init> (Lcvz;Lcvy;)V
ARG 1 instance ARG 1 instance

View File

@ -1,5 +1,5 @@
CLASS cwa net/minecraft/client/toast/TutorialToast CLASS cwa net/minecraft/client/toast/TutorialToast
CLASS cwa$a net/minecraft/client/toast/TutorialToast$net/minecraft/client/toast/TutorialToast$Type CLASS cwa$a Type
FIELD f textureSlotX I FIELD f textureSlotX I
FIELD g textureSlotY I FIELD g textureSlotY I
METHOD a drawIcon (Lcuj;II)V METHOD a drawIcon (Lcuj;II)V

View File

@ -1,5 +1,5 @@
CLASS crz net/minecraft/client/util/InputUtil CLASS crz net/minecraft/client/util/InputUtil
CLASS crz$a net/minecraft/client/util/InputUtil$net/minecraft/client/util/InputUtil$KeyCode CLASS crz$a KeyCode
FIELD a name Ljava/lang/String; FIELD a name Ljava/lang/String;
FIELD b type Lcrz$b; FIELD b type Lcrz$b;
FIELD c keyCode I FIELD c keyCode I
@ -12,7 +12,7 @@ CLASS crz net/minecraft/client/util/InputUtil
METHOD c getName ()Ljava/lang/String; METHOD c getName ()Ljava/lang/String;
METHOD equals (Ljava/lang/Object;)Z METHOD equals (Ljava/lang/Object;)Z
ARG 1 o ARG 1 o
CLASS crz$b net/minecraft/client/util/InputUtil$net/minecraft/client/util/InputUtil$Type CLASS crz$b Type
FIELD d mouseButtons [Ljava/lang/String; FIELD d mouseButtons [Ljava/lang/String;
FIELD e map Lit/unimi/dsi/fastutil/ints/Int2ObjectMap; FIELD e map Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
FIELD f name Ljava/lang/String; FIELD f name Ljava/lang/String;

View File

@ -1,5 +1,5 @@
CLASS dga net/minecraft/client/world/ClientChunkManager CLASS dga net/minecraft/client/world/ClientChunkManager
CLASS dga$a net/minecraft/client/world/ClientChunkManager$net/minecraft/client/world/ClientChunkManager$ClientChunkMap CLASS dga$a ClientChunkMap
FIELD b chunks Ljava/util/concurrent/atomic/AtomicReferenceArray; FIELD b chunks Ljava/util/concurrent/atomic/AtomicReferenceArray;
FIELD c loadDistance I FIELD c loadDistance I
FIELD d loadDiameter I FIELD d loadDiameter I

View File

@ -1,6 +1,6 @@
CLASS ed net/minecraft/command/EntitySelectorOptions CLASS ed net/minecraft/command/EntitySelectorOptions
CLASS ed$a net/minecraft/command/EntitySelectorOptions$net/minecraft/command/EntitySelectorOptions$SelectorHandler CLASS ed$a SelectorHandler
CLASS ed$b net/minecraft/command/EntitySelectorOptions$net/minecraft/command/EntitySelectorOptions$SelectorOption CLASS ed$b SelectorOption
FIELD a handler Led$a; FIELD a handler Led$a;
FIELD b applicable Ljava/util/function/Predicate; FIELD b applicable Ljava/util/function/Predicate;
FIELD c description Ljl; FIELD c description Ljl;

View File

@ -1,5 +1,5 @@
CLASS ej net/minecraft/command/arguments/ArgumentTypes CLASS ej net/minecraft/command/arguments/ArgumentTypes
CLASS ej$a net/minecraft/command/arguments/ArgumentTypes$net/minecraft/command/arguments/ArgumentTypes$Entry CLASS ej$a Entry
FIELD a argClass Ljava/lang/Class; FIELD a argClass Ljava/lang/Class;
FIELD b serializer Lei; FIELD b serializer Lei;
FIELD c id Lqp; FIELD c id Lqp;

View File

@ -1,10 +1,10 @@
CLASS de net/minecraft/command/arguments/BlockPredicateArgumentType CLASS de net/minecraft/command/arguments/BlockPredicateArgumentType
CLASS de$a net/minecraft/command/arguments/BlockPredicateArgumentType$net/minecraft/command/arguments/BlockPredicateArgumentType$BlockStatePredicate CLASS de$a BlockStatePredicate
FIELD a state Lbtw; FIELD a state Lbtw;
FIELD b properties Ljava/util/Set; FIELD b properties Ljava/util/Set;
FIELD c compound Lia; FIELD c compound Lia;
CLASS de$b net/minecraft/command/arguments/BlockPredicateArgumentType$net/minecraft/command/arguments/BlockPredicateArgumentType$BlockPredicateFactory CLASS de$b BlockPredicateFactory
CLASS de$c net/minecraft/command/arguments/BlockPredicateArgumentType$net/minecraft/command/arguments/BlockPredicateArgumentType$TagPredicate CLASS de$c TagPredicate
FIELD a tag Lyx; FIELD a tag Lyx;
FIELD b compound Lia; FIELD b compound Lia;
FIELD c properties Ljava/util/Map; FIELD c properties Ljava/util/Map;

View File

@ -1,5 +1,5 @@
CLASS dj net/minecraft/command/arguments/ColumnPosArgumentType CLASS dj net/minecraft/command/arguments/ColumnPosArgumentType
CLASS dj$a net/minecraft/command/arguments/ColumnPosArgumentType$net/minecraft/command/arguments/ColumnPosArgumentType$SimpleColumnPos CLASS dj$a SimpleColumnPos
FIELD a x I FIELD a x I
FIELD b z I FIELD b z I
FIELD a INCOMPLETE_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD a INCOMPLETE_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;

View File

@ -1,5 +1,5 @@
CLASS cj net/minecraft/command/arguments/EntityAnchorArgumentType CLASS cj net/minecraft/command/arguments/EntityAnchorArgumentType
CLASS cj$a net/minecraft/command/arguments/EntityAnchorArgumentType$net/minecraft/command/arguments/EntityAnchorArgumentType$EntityAnchor CLASS cj$a EntityAnchor
FIELD c anchors Ljava/util/Map; FIELD c anchors Ljava/util/Map;
FIELD d id Ljava/lang/String; FIELD d id Ljava/lang/String;
FIELD e offset Ljava/util/function/BiFunction; FIELD e offset Ljava/util/function/BiFunction;

View File

@ -1,5 +1,5 @@
CLASS ck net/minecraft/command/arguments/EntityArgumentType CLASS ck net/minecraft/command/arguments/EntityArgumentType
CLASS ck$a net/minecraft/command/arguments/EntityArgumentType$net/minecraft/command/arguments/EntityArgumentType$Serializer CLASS ck$a Serializer
FIELD a TOO_MANY_ENTITIES_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD a TOO_MANY_ENTITIES_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD b TOO_MANY_PLAYERS_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD b TOO_MANY_PLAYERS_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD c PLAYER_SELECTOR_HAS_ENTITIES_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD c PLAYER_SELECTOR_HAS_ENTITIES_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;

View File

@ -1,5 +1,5 @@
CLASS cm net/minecraft/command/arguments/GameProfileArgumentType CLASS cm net/minecraft/command/arguments/GameProfileArgumentType
CLASS cm$a net/minecraft/command/arguments/GameProfileArgumentType$net/minecraft/command/arguments/GameProfileArgumentType$ProfileSupplier CLASS cm$a ProfileSupplier
FIELD a UNKNOWN_PLAYER_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD a UNKNOWN_PLAYER_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD b EXAMPLES Ljava/util/Collection; FIELD b EXAMPLES Ljava/util/Collection;
METHOD a create ()Lcm; METHOD a create ()Lcm;

View File

@ -1,9 +1,9 @@
CLASS dy net/minecraft/command/arguments/ItemPredicateArgumentType CLASS dy net/minecraft/command/arguments/ItemPredicateArgumentType
CLASS dy$a net/minecraft/command/arguments/ItemPredicateArgumentType$net/minecraft/command/arguments/ItemPredicateArgumentType$ItemPredicate CLASS dy$a ItemPredicate
FIELD a item Lbam; FIELD a item Lbam;
FIELD b compound Lia; FIELD b compound Lia;
CLASS dy$b net/minecraft/command/arguments/ItemPredicateArgumentType$net/minecraft/command/arguments/ItemPredicateArgumentType$ItemPredicateFactory CLASS dy$b ItemPredicateFactory
CLASS dy$c net/minecraft/command/arguments/ItemPredicateArgumentType$net/minecraft/command/arguments/ItemPredicateArgumentType$TagPredicate CLASS dy$c TagPredicate
FIELD a tag Lyx; FIELD a tag Lyx;
FIELD b compound Lia; FIELD b compound Lia;
FIELD a EXAMPLES Ljava/util/Collection; FIELD a EXAMPLES Ljava/util/Collection;

View File

@ -1,10 +1,10 @@
CLASS co net/minecraft/command/arguments/MessageArgumentType CLASS co net/minecraft/command/arguments/MessageArgumentType
CLASS co$a net/minecraft/command/arguments/MessageArgumentType$net/minecraft/command/arguments/MessageArgumentType$MessageFormat CLASS co$a MessageFormat
FIELD a contents Ljava/lang/String; FIELD a contents Ljava/lang/String;
FIELD b selectors [Lco$b; FIELD b selectors [Lco$b;
METHOD a format (Lcc;Z)Ljl; METHOD a format (Lcc;Z)Ljl;
METHOD a parse (Lcom/mojang/brigadier/StringReader;Z)Lco$a; METHOD a parse (Lcom/mojang/brigadier/StringReader;Z)Lco$a;
CLASS co$b net/minecraft/command/arguments/MessageArgumentType$net/minecraft/command/arguments/MessageArgumentType$MessageSelector CLASS co$b MessageSelector
FIELD a start I FIELD a start I
FIELD b end I FIELD b end I
FIELD c selector Leb; FIELD c selector Leb;

View File

@ -1,8 +1,8 @@
CLASS cw net/minecraft/command/arguments/NumberRangeArgumentType CLASS cw net/minecraft/command/arguments/NumberRangeArgumentType
CLASS cw$a net/minecraft/command/arguments/NumberRangeArgumentType$net/minecraft/command/arguments/NumberRangeArgumentType$FloatRangeArgumentType CLASS cw$a FloatRangeArgumentType
CLASS cw$a$a net/minecraft/command/arguments/NumberRangeArgumentType$net/minecraft/command/arguments/NumberRangeArgumentType$FloatRangeArgumentType$net/minecraft/command/arguments/NumberRangeArgumentType$FloatRangeArgumentType$Serializer CLASS cw$a$a Serializer
FIELD a EXAMPLES Ljava/util/Collection; FIELD a EXAMPLES Ljava/util/Collection;
CLASS cw$b net/minecraft/command/arguments/NumberRangeArgumentType$net/minecraft/command/arguments/NumberRangeArgumentType$IntRangeArgumentType CLASS cw$b IntRangeArgumentType
CLASS cw$b$a net/minecraft/command/arguments/NumberRangeArgumentType$net/minecraft/command/arguments/NumberRangeArgumentType$IntRangeArgumentType$net/minecraft/command/arguments/NumberRangeArgumentType$IntRangeArgumentType$Serializer CLASS cw$b$a Serializer
FIELD a EXAMPLES Ljava/util/Collection; FIELD a EXAMPLES Ljava/util/Collection;
CLASS cw$c net/minecraft/command/arguments/NumberRangeArgumentType$net/minecraft/command/arguments/NumberRangeArgumentType$NumberSerializer CLASS cw$c NumberSerializer

View File

@ -1,6 +1,6 @@
CLASS cu net/minecraft/command/arguments/OperationArgumentType CLASS cu net/minecraft/command/arguments/OperationArgumentType
CLASS cu$a net/minecraft/command/arguments/OperationArgumentType$net/minecraft/command/arguments/OperationArgumentType$Operator CLASS cu$a Operator
CLASS cu$b net/minecraft/command/arguments/OperationArgumentType$net/minecraft/command/arguments/OperationArgumentType$IntOperator CLASS cu$b IntOperator
FIELD a EXAMPLES Ljava/util/Collection; FIELD a EXAMPLES Ljava/util/Collection;
FIELD b INVALID_OPERATION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD b INVALID_OPERATION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD c DIVISION_ZERO_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD c DIVISION_ZERO_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;

View File

@ -1,8 +1,8 @@
CLASS cy net/minecraft/command/arguments/ScoreHolderArgumentType CLASS cy net/minecraft/command/arguments/ScoreHolderArgumentType
CLASS cy$a net/minecraft/command/arguments/ScoreHolderArgumentType$net/minecraft/command/arguments/ScoreHolderArgumentType$ScoreHolder CLASS cy$a ScoreHolder
CLASS cy$b net/minecraft/command/arguments/ScoreHolderArgumentType$net/minecraft/command/arguments/ScoreHolderArgumentType$SelectorScoreHolder CLASS cy$b SelectorScoreHolder
FIELD a selector Leb; FIELD a selector Leb;
CLASS cy$c net/minecraft/command/arguments/ScoreHolderArgumentType$net/minecraft/command/arguments/ScoreHolderArgumentType$Serializer CLASS cy$c Serializer
FIELD a SUGGESTION_PROVIDER Lcom/mojang/brigadier/suggestion/SuggestionProvider; FIELD a SUGGESTION_PROVIDER Lcom/mojang/brigadier/suggestion/SuggestionProvider;
FIELD b EXAMPLES Ljava/util/Collection; FIELD b EXAMPLES Ljava/util/Collection;
FIELD c EMPTY_SCORE_HOLDER_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD c EMPTY_SCORE_HOLDER_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;

View File

@ -1,5 +1,5 @@
CLASS el net/minecraft/command/suggestion/SuggestionProviders CLASS el net/minecraft/command/suggestion/SuggestionProviders
CLASS el$a net/minecraft/command/suggestion/SuggestionProviders$net/minecraft/command/suggestion/SuggestionProviders$LocalProvider CLASS el$a LocalProvider
FIELD a provider Lcom/mojang/brigadier/suggestion/SuggestionProvider; FIELD a provider Lcom/mojang/brigadier/suggestion/SuggestionProvider;
FIELD b name Lqp; FIELD b name Lqp;
METHOD <init> (Lqp;Lcom/mojang/brigadier/suggestion/SuggestionProvider;)V METHOD <init> (Lqp;Lcom/mojang/brigadier/suggestion/SuggestionProvider;)V

View File

@ -1,5 +1,5 @@
CLASS awv net/minecraft/container/BeaconContainer CLASS awv net/minecraft/container/BeaconContainer
CLASS awv$a net/minecraft/container/BeaconContainer$net/minecraft/container/BeaconContainer$SlotPayment CLASS awv$a SlotPayment
FIELD c paymentInv Lagk; FIELD c paymentInv Lagk;
FIELD d paymentSlot Lawv$a; FIELD d paymentSlot Lawv$a;
FIELD e context Laxc; FIELD e context Laxc;

View File

@ -1,16 +1,16 @@
CLASS awx net/minecraft/container/BrewingStandContainer CLASS awx net/minecraft/container/BrewingStandContainer
CLASS awx$a net/minecraft/container/BrewingStandContainer$net/minecraft/container/BrewingStandContainer$SlotFuel CLASS awx$a SlotFuel
METHOD <init> (Lagk;III)V METHOD <init> (Lagk;III)V
ARG 1 invSlot ARG 1 invSlot
ARG 2 xPosition ARG 2 xPosition
ARG 3 <Position ARG 3 <Position
METHOD a_ matches (Lbar;)Z METHOD a_ matches (Lbar;)Z
CLASS awx$b net/minecraft/container/BrewingStandContainer$net/minecraft/container/BrewingStandContainer$SlotIngredient CLASS awx$b SlotIngredient
METHOD <init> (Lagk;III)V METHOD <init> (Lagk;III)V
ARG 1 invSlot ARG 1 invSlot
ARG 2 xPosition ARG 2 xPosition
ARG 3 <Position ARG 3 <Position
CLASS awx$c net/minecraft/container/BrewingStandContainer$net/minecraft/container/BrewingStandContainer$SlotPotion CLASS awx$c SlotPotion
METHOD <init> (Lagk;III)V METHOD <init> (Lagk;III)V
ARG 1 invSlot ARG 1 invSlot
ARG 2 xPosition ARG 2 xPosition

View File

@ -1,5 +1,5 @@
CLASS axt net/minecraft/container/ContainerType CLASS axt net/minecraft/container/ContainerType
CLASS axt$a net/minecraft/container/ContainerType$net/minecraft/container/ContainerType$Factory CLASS axt$a Factory
METHOD create (ILaum;)Laws; METHOD create (ILaum;)Laws;
ARG 1 syncId ARG 1 syncId
ARG 2 playerInventory ARG 2 playerInventory

View File

@ -1,5 +1,5 @@
CLASS hh net/minecraft/data/server/recipe/CookingRecipeJsonFactory CLASS hh net/minecraft/data/server/recipe/CookingRecipeJsonFactory
CLASS hh$a net/minecraft/data/server/recipe/CookingRecipeJsonFactory$net/minecraft/data/server/recipe/CookingRecipeJsonFactory$CookingRecipeJsonProvider CLASS hh$a CookingRecipeJsonProvider
FIELD a recipeId Lqp; FIELD a recipeId Lqp;
FIELD b group Ljava/lang/String; FIELD b group Ljava/lang/String;
FIELD c ingredient Lbcw; FIELD c ingredient Lbcw;

View File

@ -1,5 +1,5 @@
CLASS hf net/minecraft/data/server/recipe/ShapedRecipeJsonFactory CLASS hf net/minecraft/data/server/recipe/ShapedRecipeJsonFactory
CLASS hf$a net/minecraft/data/server/recipe/ShapedRecipeJsonFactory$net/minecraft/data/server/recipe/ShapedRecipeJsonFactory$ShapedRecipeJsonProvider CLASS hf$a ShapedRecipeJsonProvider
FIELD b recipeId Lqp; FIELD b recipeId Lqp;
FIELD c output Lbam; FIELD c output Lbam;
FIELD d resultCount I FIELD d resultCount I

View File

@ -1,5 +1,5 @@
CLASS hg net/minecraft/data/server/recipe/ShapelessRecipeJsonFactory CLASS hg net/minecraft/data/server/recipe/ShapelessRecipeJsonFactory
CLASS hg$a net/minecraft/data/server/recipe/ShapelessRecipeJsonFactory$net/minecraft/data/server/recipe/ShapelessRecipeJsonFactory$ShapelessRecipeJsonProvider CLASS hg$a ShapelessRecipeJsonProvider
FIELD a recipeId Lqp; FIELD a recipeId Lqp;
FIELD b output Lbam; FIELD b output Lbam;
FIELD c count I FIELD c count I

View File

@ -1,5 +1,5 @@
CLASS hi net/minecraft/data/server/recipe/SingleItemRecipeJsonFactory CLASS hi net/minecraft/data/server/recipe/SingleItemRecipeJsonFactory
CLASS hi$a net/minecraft/data/server/recipe/SingleItemRecipeJsonFactory$net/minecraft/data/server/recipe/SingleItemRecipeJsonFactory$SingleItemRecipeJsonProvider CLASS hi$a SingleItemRecipeJsonProvider
FIELD a recipeId Lqp; FIELD a recipeId Lqp;
FIELD b group Ljava/lang/String; FIELD b group Ljava/lang/String;
FIELD c input Lbcw; FIELD c input Lbcw;

View File

@ -1,15 +1,15 @@
CLASS aas net/minecraft/datafixers/fixes/ChunkPalettedStorageFix CLASS aas net/minecraft/datafixers/fixes/ChunkPalettedStorageFix
CLASS aas$a net/minecraft/datafixers/fixes/ChunkPalettedStorageFix$net/minecraft/datafixers/fixes/ChunkPalettedStorageFix$ChunkNibbleArray CLASS aas$a ChunkNibbleArray
FIELD a contents [B FIELD a contents [B
METHOD a get (III)I METHOD a get (III)I
ARG 1 x ARG 1 x
ARG 2 y ARG 2 y
CLASS aas$b net/minecraft/datafixers/fixes/ChunkPalettedStorageFix$net/minecraft/datafixers/fixes/ChunkPalettedStorageFix$Facing CLASS aas$b Facing
CLASS aas$b$a net/minecraft/datafixers/fixes/ChunkPalettedStorageFix$net/minecraft/datafixers/fixes/ChunkPalettedStorageFix$Facing$net/minecraft/datafixers/fixes/ChunkPalettedStorageFix$Facing$Axis CLASS aas$b$a Axis
FIELD a X Laas$b$a; FIELD a X Laas$b$a;
FIELD b Y Laas$b$a; FIELD b Y Laas$b$a;
FIELD c Z Laas$b$a; FIELD c Z Laas$b$a;
CLASS aas$b$b net/minecraft/datafixers/fixes/ChunkPalettedStorageFix$net/minecraft/datafixers/fixes/ChunkPalettedStorageFix$Facing$net/minecraft/datafixers/fixes/ChunkPalettedStorageFix$Facing$Direction CLASS aas$b$b Direction
FIELD a POSITIVE Laas$b$b; FIELD a POSITIVE Laas$b$b;
FIELD b NEGATIVE Laas$b$b; FIELD b NEGATIVE Laas$b$b;
FIELD c offset I FIELD c offset I
@ -26,7 +26,7 @@ CLASS aas net/minecraft/datafixers/fixes/ChunkPalettedStorageFix
ARG 3 direction ARG 3 direction
METHOD a getDirection ()Laas$b$b; METHOD a getDirection ()Laas$b$b;
METHOD b getAxis ()Laas$b$a; METHOD b getAxis ()Laas$b$a;
CLASS aas$c net/minecraft/datafixers/fixes/ChunkPalettedStorageFix$net/minecraft/datafixers/fixes/ChunkPalettedStorageFix$Section CLASS aas$c Section
FIELD a y I FIELD a y I
FIELD b paletteMap Lze; FIELD b paletteMap Lze;
FIELD c paletteData Lcom/mojang/datafixers/Dynamic; FIELD c paletteData Lcom/mojang/datafixers/Dynamic;
@ -42,7 +42,7 @@ CLASS aas net/minecraft/datafixers/fixes/ChunkPalettedStorageFix
METHOD a setBlock (ILcom/mojang/datafixers/Dynamic;)V METHOD a setBlock (ILcom/mojang/datafixers/Dynamic;)V
ARG 1 pos ARG 1 pos
METHOD b visit (I)I METHOD b visit (I)I
CLASS aas$d net/minecraft/datafixers/fixes/ChunkPalettedStorageFix$net/minecraft/datafixers/fixes/ChunkPalettedStorageFix$Level CLASS aas$d Level
FIELD a sides I FIELD a sides I
FIELD b sections [Laas$c; FIELD b sections [Laas$c;
FIELD c level Lcom/mojang/datafixers/Dynamic; FIELD c level Lcom/mojang/datafixers/Dynamic;

View File

@ -1,5 +1,5 @@
CLASS bdz net/minecraft/enchantment/Enchantment CLASS bdz net/minecraft/enchantment/Enchantment
CLASS bdz$a net/minecraft/enchantment/Enchantment$net/minecraft/enchantment/Enchantment$Weight CLASS bdz$a Weight
FIELD a COMMON Lbdz$a; FIELD a COMMON Lbdz$a;
FIELD b UNCOMMON Lbdz$a; FIELD b UNCOMMON Lbdz$a;
FIELD c RARE Lbdz$a; FIELD c RARE Lbdz$a;

View File

@ -1,5 +1,5 @@
CLASS beb net/minecraft/enchantment/EnchantmentHelper CLASS beb net/minecraft/enchantment/EnchantmentHelper
CLASS beb$a net/minecraft/enchantment/EnchantmentHelper$net/minecraft/enchantment/EnchantmentHelper$Consumer CLASS beb$a Consumer
METHOD accept (Lbdz;I)V METHOD accept (Lbdz;I)V
ARG 1 enchantment ARG 1 enchantment
ARG 2 level ARG 2 level

View File

@ -1,5 +1,5 @@
CLASS bem net/minecraft/enchantment/ProtectionEnchantment CLASS bem net/minecraft/enchantment/ProtectionEnchantment
CLASS bem$a net/minecraft/enchantment/ProtectionEnchantment$net/minecraft/enchantment/ProtectionEnchantment$Type CLASS bem$a Type
FIELD a ALL Lbem$a; FIELD a ALL Lbem$a;
FIELD b FIRE Lbem$a; FIELD b FIRE Lbem$a;
FIELD c FALL Lbem$a; FIELD c FALL Lbem$a;

View File

@ -1,5 +1,5 @@
CLASS aia net/minecraft/entity/EntityType CLASS aia net/minecraft/entity/EntityType
CLASS aia$a net/minecraft/entity/EntityType$net/minecraft/entity/EntityType$Builder CLASS aia$a Builder
FIELD a function Laia$b; FIELD a function Laia$b;
FIELD b entityClass Laih; FIELD b entityClass Laih;
FIELD c saveable Z FIELD c saveable Z

View File

@ -1,5 +1,5 @@
CLASS aib net/minecraft/entity/EquipmentSlot CLASS aib net/minecraft/entity/EquipmentSlot
CLASS aib$a net/minecraft/entity/EquipmentSlot$net/minecraft/entity/EquipmentSlot$Type CLASS aib$a Type
FIELD a HAND Laib$a; FIELD a HAND Laib$a;
FIELD b ARMOR Laib$a; FIELD b ARMOR Laib$a;
FIELD a HAND_MAIN Laib; FIELD a HAND_MAIN Laib;

View File

@ -1,5 +1,5 @@
CLASS akw net/minecraft/entity/ai/control/MoveControl CLASS akw net/minecraft/entity/ai/control/MoveControl
CLASS akw$a net/minecraft/entity/ai/control/MoveControl$net/minecraft/entity/ai/control/MoveControl$State CLASS akw$a State
FIELD a entity Laig; FIELD a entity Laig;
FIELD b targetX D FIELD b targetX D
FIELD c targetY D FIELD c targetY D

View File

@ -1,5 +1,5 @@
CLASS ams net/minecraft/entity/ai/goal/CrossbowAttackGoal CLASS ams net/minecraft/entity/ai/goal/CrossbowAttackGoal
CLASS ams$a net/minecraft/entity/ai/goal/CrossbowAttackGoal$net/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage CLASS ams$a Stage
FIELD a entity Latb; FIELD a entity Latb;
FIELD b stage Lams$a; FIELD b stage Lams$a;
METHOD <init> (Latb;DF)V METHOD <init> (Latb;DF)V

View File

@ -1,5 +1,5 @@
CLASS aix net/minecraft/entity/attribute/EntityAttributeModifier CLASS aix net/minecraft/entity/attribute/EntityAttributeModifier
CLASS aix$a net/minecraft/entity/attribute/EntityAttributeModifier$net/minecraft/entity/attribute/EntityAttributeModifier$Operation CLASS aix$a Operation
FIELD d VALUES [Laix$a; FIELD d VALUES [Laix$a;
FIELD e id I FIELD e id I
METHOD a getId ()I METHOD a getId ()I

View File

@ -1,5 +1,5 @@
CLASS agh net/minecraft/entity/boss/BossBar CLASS agh net/minecraft/entity/boss/BossBar
CLASS agh$a net/minecraft/entity/boss/BossBar$net/minecraft/entity/boss/BossBar$Color CLASS agh$a Color
FIELD h name Ljava/lang/String; FIELD h name Ljava/lang/String;
FIELD i format Lc; FIELD i format Lc;
METHOD <init> (Ljava/lang/String;ILjava/lang/String;Lc;)V METHOD <init> (Ljava/lang/String;ILjava/lang/String;Lc;)V
@ -8,7 +8,7 @@ CLASS agh net/minecraft/entity/boss/BossBar
METHOD a byName (Ljava/lang/String;)Lagh$a; METHOD a byName (Ljava/lang/String;)Lagh$a;
ARG 0 name ARG 0 name
METHOD b getName ()Ljava/lang/String; METHOD b getName ()Ljava/lang/String;
CLASS agh$b net/minecraft/entity/boss/BossBar$net/minecraft/entity/boss/BossBar$Overlay CLASS agh$b Overlay
FIELD f name Ljava/lang/String; FIELD f name Ljava/lang/String;
METHOD a getName ()Ljava/lang/String; METHOD a getName ()Ljava/lang/String;
METHOD a byName (Ljava/lang/String;)Lagh$b; METHOD a byName (Ljava/lang/String;)Lagh$b;

View File

@ -1,5 +1,5 @@
CLASS qh net/minecraft/entity/data/DataTracker CLASS qh net/minecraft/entity/data/DataTracker
CLASS qh$a net/minecraft/entity/data/DataTracker$net/minecraft/entity/data/DataTracker$Entry CLASS qh$a Entry
FIELD b value Ljava/lang/Object; FIELD b value Ljava/lang/Object;
FIELD c dirty Z FIELD c dirty Z
METHOD a set (Ljava/lang/Object;)V METHOD a set (Ljava/lang/Object;)V

View File

@ -1,5 +1,5 @@
CLASS asl net/minecraft/entity/mob/BlazeEntity CLASS asl net/minecraft/entity/mob/BlazeEntity
CLASS asl$a net/minecraft/entity/mob/BlazeEntity$net/minecraft/entity/mob/BlazeEntity$ShootFireballGoal CLASS asl$a ShootFireballGoal
FIELD d BLAZE_FLAGS Lqe; FIELD d BLAZE_FLAGS Lqe;
METHOD l isFireActive ()Z METHOD l isFireActive ()Z
METHOD q setFireActive (Z)V METHOD q setFireActive (Z)V

View File

@ -1,3 +1,3 @@
CLASS asp net/minecraft/entity/mob/DrownedEntity CLASS asp net/minecraft/entity/mob/DrownedEntity
CLASS asp$d net/minecraft/entity/mob/DrownedEntity$net/minecraft/entity/mob/DrownedEntity$DrownedMoveControl CLASS asp$d DrownedMoveControl
FIELD i drowned Lasp; FIELD i drowned Lasp;

View File

@ -1,7 +1,7 @@
CLASS asr net/minecraft/entity/mob/EndermanEntity CLASS asr net/minecraft/entity/mob/EndermanEntity
CLASS asr$b net/minecraft/entity/mob/EndermanEntity$net/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal CLASS asr$b PlaceBlockGoal
FIELD a owner Lasr; FIELD a owner Lasr;
CLASS asr$d net/minecraft/entity/mob/EndermanEntity$net/minecraft/entity/mob/EndermanEntity$PickUpBlockGoal CLASS asr$d PickUpBlockGoal
FIELD a owner Lasr; FIELD a owner Lasr;
FIELD bA ANGRY Lqe; FIELD bA ANGRY Lqe;
FIELD bD ageWhenTargetSet I FIELD bD ageWhenTargetSet I

View File

@ -1,12 +1,12 @@
CLASS asu net/minecraft/entity/mob/EvokerEntity CLASS asu net/minecraft/entity/mob/EvokerEntity
CLASS asu$a net/minecraft/entity/mob/EvokerEntity$net/minecraft/entity/mob/EvokerEntity$ConjureFangsGoal CLASS asu$a ConjureFangsGoal
METHOD a conjureFangs (DDDDFI)V METHOD a conjureFangs (DDDDFI)V
ARG 1 z ARG 1 z
ARG 3 maxY ARG 3 maxY
ARG 5 warmup ARG 5 warmup
CLASS asu$b net/minecraft/entity/mob/EvokerEntity$net/minecraft/entity/mob/EvokerEntity$LookAtTargetOrWololoTarget CLASS asu$b LookAtTargetOrWololoTarget
CLASS asu$c net/minecraft/entity/mob/EvokerEntity$net/minecraft/entity/mob/EvokerEntity$SummonVexGoal CLASS asu$c SummonVexGoal
CLASS asu$d net/minecraft/entity/mob/EvokerEntity$net/minecraft/entity/mob/EvokerEntity$WololoGoal CLASS asu$d WololoGoal
FIELD e purpleSheepPredicate Laor; FIELD e purpleSheepPredicate Laor;
FIELD bA wololoTarget Laqb; FIELD bA wololoTarget Laqb;
METHOD a setWololoTarget (Laqb;)V METHOD a setWololoTarget (Laqb;)V

View File

@ -1,10 +1,10 @@
CLASS asv net/minecraft/entity/mob/GhastEntity CLASS asv net/minecraft/entity/mob/GhastEntity
CLASS asv$b net/minecraft/entity/mob/GhastEntity$net/minecraft/entity/mob/GhastEntity$GhastMoveControl CLASS asv$b GhastMoveControl
FIELD i ghast Lasv; FIELD i ghast Lasv;
CLASS asv$c net/minecraft/entity/mob/GhastEntity$net/minecraft/entity/mob/GhastEntity$ShootFireballGoal CLASS asv$c ShootFireballGoal
FIELD a cooldown I FIELD a cooldown I
FIELD b owner Lasv; FIELD b owner Lasv;
CLASS asv$d net/minecraft/entity/mob/GhastEntity$net/minecraft/entity/mob/GhastEntity$FlyRandomlyGoal CLASS asv$d FlyRandomlyGoal
FIELD b SHOOTING Lqe; FIELD b SHOOTING Lqe;
FIELD c fireballStrength I FIELD c fireballStrength I
METHOD dL getFireballStrength ()I METHOD dL getFireballStrength ()I

View File

@ -1,15 +1,15 @@
CLASS asx net/minecraft/entity/mob/GuardianEntity CLASS asx net/minecraft/entity/mob/GuardianEntity
CLASS asx$a net/minecraft/entity/mob/GuardianEntity$net/minecraft/entity/mob/GuardianEntity$FireBeamGoal CLASS asx$a FireBeamGoal
FIELD a owner Lasx; FIELD a owner Lasx;
FIELD b beamTicks I FIELD b beamTicks I
FIELD c elderOwner Z FIELD c elderOwner Z
METHOD <init> (Lasx;)V METHOD <init> (Lasx;)V
ARG 1 owner ARG 1 owner
CLASS asx$b net/minecraft/entity/mob/GuardianEntity$net/minecraft/entity/mob/GuardianEntity$GuardianTargetPredicate CLASS asx$b GuardianTargetPredicate
FIELD a owner Lasx; FIELD a owner Lasx;
METHOD <init> (Lasx;)V METHOD <init> (Lasx;)V
ARG 1 owner ARG 1 owner
CLASS asx$c net/minecraft/entity/mob/GuardianEntity$net/minecraft/entity/mob/GuardianEntity$GuardianMoveControl CLASS asx$c GuardianMoveControl
FIELD i guardian Lasx; FIELD i guardian Lasx;
FIELD bA spikesExtensionRate F FIELD bA spikesExtensionRate F
FIELD bB tailAngle F FIELD bB tailAngle F

View File

@ -1,4 +1,4 @@
CLASS asj net/minecraft/entity/mob/IllagerEntity CLASS asj net/minecraft/entity/mob/IllagerEntity
CLASS asj$a net/minecraft/entity/mob/IllagerEntity$net/minecraft/entity/mob/IllagerEntity$State CLASS asj$a State
METHOD <init> (Laia;Lbfx;)V METHOD <init> (Laia;Lbfx;)V
ARG 1 type ARG 1 type

View File

@ -1,4 +1,4 @@
CLASS asz net/minecraft/entity/mob/IllusionerEntity CLASS asz net/minecraft/entity/mob/IllusionerEntity
CLASS asz$a net/minecraft/entity/mob/IllusionerEntity$net/minecraft/entity/mob/IllusionerEntity$BlindTargetGoal CLASS asz$a BlindTargetGoal
FIELD e targetId I FIELD e targetId I
CLASS asz$b net/minecraft/entity/mob/IllusionerEntity$net/minecraft/entity/mob/IllusionerEntity$GiveInvisibilityGoal CLASS asz$b GiveInvisibilityGoal

View File

@ -1,5 +1,5 @@
CLASS atc net/minecraft/entity/mob/PatrolEntity CLASS atc net/minecraft/entity/mob/PatrolEntity
CLASS atc$a net/minecraft/entity/mob/PatrolEntity$net/minecraft/entity/mob/PatrolEntity$PatrolGoal CLASS atc$a PatrolGoal
FIELD b patrolTarget Leu; FIELD b patrolTarget Leu;
FIELD c patrolLeader Z FIELD c patrolLeader Z
FIELD d patrolling Z FIELD d patrolling Z

View File

@ -1,6 +1,6 @@
CLASS atd net/minecraft/entity/mob/PhantomEntity CLASS atd net/minecraft/entity/mob/PhantomEntity
CLASS atd$f net/minecraft/entity/mob/PhantomEntity$net/minecraft/entity/mob/PhantomEntity$PhantomLookControl CLASS atd$f PhantomLookControl
CLASS atd$g net/minecraft/entity/mob/PhantomEntity$net/minecraft/entity/mob/PhantomEntity$PhantomMoveControl CLASS atd$g PhantomMoveControl
FIELD b SIZE Lqe; FIELD b SIZE Lqe;
METHOD a setPhantomSize (I)V METHOD a setPhantomSize (I)V
METHOD l getPhantomSize ()I METHOD l getPhantomSize ()I

View File

@ -1,11 +1,11 @@
CLASS atj net/minecraft/entity/mob/ShulkerEntity CLASS atj net/minecraft/entity/mob/ShulkerEntity
CLASS atj$a net/minecraft/entity/mob/ShulkerEntity$net/minecraft/entity/mob/ShulkerEntity$ShootBulletGoal CLASS atj$a ShootBulletGoal
FIELD b counter I FIELD b counter I
CLASS atj$c net/minecraft/entity/mob/ShulkerEntity$net/minecraft/entity/mob/ShulkerEntity$SearchForTargetGoal CLASS atj$c SearchForTargetGoal
METHOD a (Laif;)Z METHOD a (Laif;)Z
ARG 0 entity ARG 0 entity
CLASS atj$d net/minecraft/entity/mob/ShulkerEntity$net/minecraft/entity/mob/ShulkerEntity$SearchForPlayerGoal CLASS atj$d SearchForPlayerGoal
CLASS atj$e net/minecraft/entity/mob/ShulkerEntity$net/minecraft/entity/mob/ShulkerEntity$PeekGoal CLASS atj$e PeekGoal
FIELD b counter I FIELD b counter I
FIELD bB ATTR_COVERED_ARMOR_BONUS_UUID Ljava/util/UUID; FIELD bB ATTR_COVERED_ARMOR_BONUS_UUID Ljava/util/UUID;
FIELD bC ATTR_COVERED_ARMOR_BONUS Laix; FIELD bC ATTR_COVERED_ARMOR_BONUS Laix;

View File

@ -1,5 +1,5 @@
CLASS atm net/minecraft/entity/mob/SlimeEntity CLASS atm net/minecraft/entity/mob/SlimeEntity
CLASS atm$d net/minecraft/entity/mob/SlimeEntity$net/minecraft/entity/mob/SlimeEntity$SlimeMoveControl CLASS atm$d SlimeMoveControl
FIELD k slime Latm; FIELD k slime Latm;
FIELD bA SLIME_SIZE Lqe; FIELD bA SLIME_SIZE Lqe;
FIELD bB onGroundLastTick Z FIELD bB onGroundLastTick Z

View File

@ -1,6 +1,6 @@
CLASS atn net/minecraft/entity/mob/SpellcastingIllagerEntity CLASS atn net/minecraft/entity/mob/SpellcastingIllagerEntity
CLASS atn$b net/minecraft/entity/mob/SpellcastingIllagerEntity$net/minecraft/entity/mob/SpellcastingIllagerEntity$LookAtTargetGoal CLASS atn$b LookAtTargetGoal
CLASS atn$c net/minecraft/entity/mob/SpellcastingIllagerEntity$net/minecraft/entity/mob/SpellcastingIllagerEntity$CastSpellGoal CLASS atn$c CastSpellGoal
FIELD b spellCooldown I FIELD b spellCooldown I
FIELD c startTime I FIELD c startTime I
METHOD g getSpellTicks ()I METHOD g getSpellTicks ()I

View File

@ -1,8 +1,8 @@
CLASS atq net/minecraft/entity/mob/VexEntity CLASS atq net/minecraft/entity/mob/VexEntity
CLASS atq$a net/minecraft/entity/mob/VexEntity$net/minecraft/entity/mob/VexEntity$ChargeTargetGoal CLASS atq$a ChargeTargetGoal
CLASS atq$b net/minecraft/entity/mob/VexEntity$net/minecraft/entity/mob/VexEntity$TrackOwnerTargetGoal CLASS atq$b TrackOwnerTargetGoal
CLASS atq$c net/minecraft/entity/mob/VexEntity$net/minecraft/entity/mob/VexEntity$VexMoveControl CLASS atq$c VexMoveControl
CLASS atq$d net/minecraft/entity/mob/VexEntity$net/minecraft/entity/mob/VexEntity$LookAtTargetGoal CLASS atq$d LookAtTargetGoal
FIELD bA alive Z FIELD bA alive Z
FIELD bB lifeTicks I FIELD bB lifeTicks I
FIELD c owner Laig; FIELD c owner Laig;

View File

@ -1,3 +1,3 @@
CLASS atr net/minecraft/entity/mob/VindicatorEntity CLASS atr net/minecraft/entity/mob/VindicatorEntity
CLASS atr$a net/minecraft/entity/mob/VindicatorEntity$net/minecraft/entity/mob/VindicatorEntity$VindicatorBreakDoorGoal CLASS atr$a VindicatorBreakDoorGoal
FIELD c isJohnny Z FIELD c isJohnny Z

View File

@ -1,5 +1,5 @@
CLASS atu net/minecraft/entity/mob/ZombieEntity CLASS atu net/minecraft/entity/mob/ZombieEntity
CLASS atu$a net/minecraft/entity/mob/ZombieEntity$net/minecraft/entity/mob/ZombieEntity$DestroyEggGoal CLASS atu$a DestroyEggGoal
FIELD bA BABY Lqe; FIELD bA BABY Lqe;
FIELD bC ARMS_RAISED Lqe; FIELD bC ARMS_RAISED Lqe;
FIELD b BABY_SPEED_ID Ljava/util/UUID; FIELD b BABY_SPEED_ID Ljava/util/UUID;

View File

@ -1,10 +1,10 @@
CLASS apk net/minecraft/entity/passive/CatEntity CLASS apk net/minecraft/entity/passive/CatEntity
CLASS apk$a net/minecraft/entity/passive/CatEntity$net/minecraft/entity/passive/CatEntity$CatFleeGoal CLASS apk$a CatFleeGoal
FIELD i entity Lapk; FIELD i entity Lapk;
CLASS apk$b net/minecraft/entity/passive/CatEntity$net/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal CLASS apk$b SleepWithOwnerGoal
FIELD a entity Lapk; FIELD a entity Lapk;
FIELD b owner Laun; FIELD b owner Laun;
CLASS apk$c net/minecraft/entity/passive/CatEntity$net/minecraft/entity/passive/CatEntity$CatTemptGoal CLASS apk$c CatTemptGoal
FIELD bF TAMING_INGREDIENT Lbcw; FIELD bF TAMING_INGREDIENT Lbcw;
FIELD bG CAT_TYPE Lqe; FIELD bG CAT_TYPE Lqe;
FIELD bJ COLLAR_COLOR Lqe; FIELD bJ COLLAR_COLOR Lqe;

View File

@ -1,3 +1,3 @@
CLASS apo net/minecraft/entity/passive/DolphinEntity CLASS apo net/minecraft/entity/passive/DolphinEntity
CLASS apo$a net/minecraft/entity/passive/DolphinEntity$net/minecraft/entity/passive/DolphinEntity$DolphinMoveControl CLASS apo$a DolphinMoveControl
FIELD i dolphin Lapo; FIELD i dolphin Lapo;

View File

@ -1,7 +1,7 @@
CLASS apg net/minecraft/entity/passive/FishEntity CLASS apg net/minecraft/entity/passive/FishEntity
CLASS apg$a net/minecraft/entity/passive/FishEntity$net/minecraft/entity/passive/FishEntity$FishMoveControl CLASS apg$a FishMoveControl
FIELD i fish Lapg; FIELD i fish Lapg;
CLASS apg$b net/minecraft/entity/passive/FishEntity$net/minecraft/entity/passive/FishEntity$SwimToRandomPlaceGoal CLASS apg$b SwimToRandomPlaceGoal
FIELD b FROM_BUCKET Lqe; FIELD b FROM_BUCKET Lqe;
METHOD <init> (Laia;Lbfx;)V METHOD <init> (Laia;Lbfx;)V
ARG 1 type ARG 1 type

View File

@ -1,42 +1,42 @@
CLASS apq net/minecraft/entity/passive/FoxEntity CLASS apq net/minecraft/entity/passive/FoxEntity
CLASS apq$a net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$DefendFriendGoal CLASS apq$a DefendFriendGoal
FIELD j offender Laif; FIELD j offender Laif;
FIELD k friend Laif; FIELD k friend Laif;
FIELD l lastAttackedTime I FIELD l lastAttackedTime I
CLASS apq$b net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$StopWanderingGoal CLASS apq$b StopWanderingGoal
FIELD a timer I FIELD a timer I
CLASS apq$c net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$WorriableEntityFilter CLASS apq$c WorriableEntityFilter
CLASS apq$d net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$CalmDownGoal CLASS apq$d CalmDownGoal
METHOD g isAtFavoredLocation ()Z METHOD g isAtFavoredLocation ()Z
METHOD h canCalmDown ()Z METHOD h canCalmDown ()Z
CLASS apq$e net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$MateGoal CLASS apq$e MateGoal
CLASS apq$f net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$EatSweetBerriesGoal CLASS apq$f EatSweetBerriesGoal
FIELD g timer I FIELD g timer I
METHOD m eatSweetBerry ()V METHOD m eatSweetBerry ()V
CLASS apq$g net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$FoxSwimGoal CLASS apq$g FoxSwimGoal
CLASS apq$i net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$FoxData CLASS apq$i FoxData
FIELD a type Lapq$u; FIELD a type Lapq$u;
FIELD b uses I FIELD b uses I
CLASS apq$j net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$FoxLookControl CLASS apq$j FoxLookControl
CLASS apq$k net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$AttackGoal CLASS apq$k AttackGoal
CLASS apq$l net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$FoxMoveControl CLASS apq$l FoxMoveControl
CLASS apq$m net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$EscapeWhenNotAggresiveGoal CLASS apq$m EscapeWhenNotAggresiveGoal
CLASS apq$n net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$JumpChasingGoal CLASS apq$n JumpChasingGoal
CLASS apq$o net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$PickupItemGoal CLASS apq$o PickupItemGoal
CLASS apq$p net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$GoToVillageGoal CLASS apq$p GoToVillageGoal
METHOD g canGoToVillage ()Z METHOD g canGoToVillage ()Z
CLASS apq$q net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$SitDownAndLookAroundGoal CLASS apq$q SitDownAndLookAroundGoal
FIELD c lookX D FIELD c lookX D
FIELD d lookZ D FIELD d lookZ D
FIELD e timer I FIELD e timer I
FIELD f counter I FIELD f counter I
METHOD j chooseNewAngle ()V METHOD j chooseNewAngle ()V
CLASS apq$r net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$AvoidDaylightGoal CLASS apq$r AvoidDaylightGoal
FIELD c timer I FIELD c timer I
CLASS apq$s net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$DelayedCalmDownGoal CLASS apq$s DelayedCalmDownGoal
FIELD c timer I FIELD c timer I
CLASS apq$t net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$MoveToHuntGoal CLASS apq$t MoveToHuntGoal
CLASS apq$u net/minecraft/entity/passive/FoxEntity$net/minecraft/entity/passive/FoxEntity$Type CLASS apq$u Type
FIELD d byName Ljava/util/Map; FIELD d byName Ljava/util/Map;
FIELD e id I FIELD e id I
FIELD f key Ljava/lang/String; FIELD f key Ljava/lang/String;

View File

@ -1,5 +1,5 @@
CLASS aps net/minecraft/entity/passive/MooshroomEntity CLASS aps net/minecraft/entity/passive/MooshroomEntity
CLASS aps$a net/minecraft/entity/passive/MooshroomEntity$net/minecraft/entity/passive/MooshroomEntity$Type CLASS aps$a Type
FIELD c name Ljava/lang/String; FIELD c name Ljava/lang/String;
FIELD d mushroomState Lbtw; FIELD d mushroomState Lbtw;
METHOD a getMushroomState ()Lbtw; METHOD a getMushroomState ()Lbtw;

View File

@ -1,5 +1,5 @@
CLASS apt net/minecraft/entity/passive/OcelotEntity CLASS apt net/minecraft/entity/passive/OcelotEntity
CLASS apt$a net/minecraft/entity/passive/OcelotEntity$net/minecraft/entity/passive/OcelotEntity$OcelotFleeGoal CLASS apt$a OcelotFleeGoal
FIELD bA TAMING_INGREDIENT Lbcw; FIELD bA TAMING_INGREDIENT Lbcw;
METHOD dP isTrusting ()Z METHOD dP isTrusting ()Z
METHOD q setTrusting (Z)V METHOD q setTrusting (Z)V

View File

@ -1,5 +1,5 @@
CLASS apu net/minecraft/entity/passive/PandaEntity CLASS apu net/minecraft/entity/passive/PandaEntity
CLASS apu$a net/minecraft/entity/passive/PandaEntity$net/minecraft/entity/passive/PandaEntity$Gene CLASS apu$a Gene
FIELD h VALUES [Lapu$a; FIELD h VALUES [Lapu$a;
FIELD i id I FIELD i id I
FIELD j name Ljava/lang/String; FIELD j name Ljava/lang/String;
@ -17,12 +17,12 @@ CLASS apu net/minecraft/entity/passive/PandaEntity
ARG 0 mainGene ARG 0 mainGene
ARG 1 hiddenGene ARG 1 hiddenGene
METHOD c isRecessive ()Z METHOD c isRecessive ()Z
CLASS apu$c net/minecraft/entity/passive/PandaEntity$net/minecraft/entity/passive/PandaEntity$PandaFleeGoal CLASS apu$c PandaFleeGoal
CLASS apu$d net/minecraft/entity/passive/PandaEntity$net/minecraft/entity/passive/PandaEntity$PandaMateGoal CLASS apu$d PandaMateGoal
CLASS apu$e net/minecraft/entity/passive/PandaEntity$net/minecraft/entity/passive/PandaEntity$SpawnData CLASS apu$e SpawnData
CLASS apu$i net/minecraft/entity/passive/PandaEntity$net/minecraft/entity/passive/PandaEntity$PandaMoveControl CLASS apu$i PandaMoveControl
FIELD i panda Lapu; FIELD i panda Lapu;
CLASS apu$j net/minecraft/entity/passive/PandaEntity$net/minecraft/entity/passive/PandaEntity$ExtinguishFireGoal CLASS apu$j ExtinguishFireGoal
FIELD bF MAIN_GENE Lqe; FIELD bF MAIN_GENE Lqe;
FIELD bG HIDDEN_GENE Lqe; FIELD bG HIDDEN_GENE Lqe;
FIELD bH FLAGS Lqe; FIELD bH FLAGS Lqe;

View File

@ -1,9 +1,9 @@
CLASS apz net/minecraft/entity/passive/RabbitEntity CLASS apz net/minecraft/entity/passive/RabbitEntity
CLASS apz$b net/minecraft/entity/passive/RabbitEntity$net/minecraft/entity/passive/RabbitEntity$RabbitFleeGoal CLASS apz$b RabbitFleeGoal
CLASS apz$d net/minecraft/entity/passive/RabbitEntity$net/minecraft/entity/passive/RabbitEntity$RabbitJumpControl CLASS apz$d RabbitJumpControl
FIELD c rabbit Lapz; FIELD c rabbit Lapz;
METHOD c isActive ()Z METHOD c isActive ()Z
CLASS apz$e net/minecraft/entity/passive/RabbitEntity$net/minecraft/entity/passive/RabbitEntity$RabbitMoveControl CLASS apz$e RabbitMoveControl
FIELD i rabbit Lapz; FIELD i rabbit Lapz;
CLASS apz$f CLASS apz$f
FIELD f owner Lapz; FIELD f owner Lapz;

View File

@ -1,5 +1,5 @@
CLASS api net/minecraft/entity/passive/SchoolingFishEntity CLASS api net/minecraft/entity/passive/SchoolingFishEntity
CLASS api$a net/minecraft/entity/passive/SchoolingFishEntity$net/minecraft/entity/passive/SchoolingFishEntity$Data CLASS api$a Data
FIELD a leader Lapi; FIELD a leader Lapi;
FIELD b leader Lapi; FIELD b leader Lapi;
FIELD c groupSize I FIELD c groupSize I

View File

@ -1,5 +1,5 @@
CLASS aqr net/minecraft/entity/passive/TraderLlamaEntity CLASS aqr net/minecraft/entity/passive/TraderLlamaEntity
CLASS aqr$a net/minecraft/entity/passive/TraderLlamaEntity$net/minecraft/entity/passive/TraderLlamaEntity$DefendTraderGoal CLASS aqr$a DefendTraderGoal
FIELD c offender Laif; FIELD c offender Laif;
FIELD d traderLastAttackedTime I FIELD d traderLastAttackedTime I
FIELD bK despawnDelay I FIELD bK despawnDelay I

View File

@ -1,5 +1,5 @@
CLASS aqf net/minecraft/entity/passive/TropicalFishEntity CLASS aqf net/minecraft/entity/passive/TropicalFishEntity
CLASS aqf$a net/minecraft/entity/passive/TropicalFishEntity$net/minecraft/entity/passive/TropicalFishEntity$Variety CLASS aqf$a Variety
FIELD m shape I FIELD m shape I
FIELD n pattern I FIELD n pattern I
METHOD <init> (Ljava/lang/String;III)V METHOD <init> (Ljava/lang/String;III)V
@ -11,7 +11,7 @@ CLASS aqf net/minecraft/entity/passive/TropicalFishEntity
ARG 1 pattern ARG 1 pattern
METHOD b getPattern ()I METHOD b getPattern ()I
METHOD c getTranslationKey ()Ljava/lang/String; METHOD c getTranslationKey ()Ljava/lang/String;
CLASS aqf$b net/minecraft/entity/passive/TropicalFishEntity$net/minecraft/entity/passive/TropicalFishEntity$Data CLASS aqf$b Data
FIELD b shape I FIELD b shape I
FIELD c pattern I FIELD c pattern I
FIELD d baseColor I FIELD d baseColor I

View File

@ -1,8 +1,8 @@
CLASS aqg net/minecraft/entity/passive/TurtleEntity CLASS aqg net/minecraft/entity/passive/TurtleEntity
CLASS aqg$a net/minecraft/entity/passive/TurtleEntity$net/minecraft/entity/passive/TurtleEntity$TurtleMateGoal CLASS aqg$a TurtleMateGoal
CLASS aqg$e net/minecraft/entity/passive/TurtleEntity$net/minecraft/entity/passive/TurtleEntity$TurtleMoveControl CLASS aqg$e TurtleMoveControl
FIELD i turtle Laqg; FIELD i turtle Laqg;
CLASS aqg$g net/minecraft/entity/passive/TurtleEntity$net/minecraft/entity/passive/TurtleEntity$TurtleSwimNavigation CLASS aqg$g TurtleSwimNavigation
FIELD bA BABY_TURTLE_ON_LAND_FILTER Ljava/util/function/Predicate; FIELD bA BABY_TURTLE_ON_LAND_FILTER Ljava/util/function/Predicate;
FIELD bB HOME_POS Lqe; FIELD bB HOME_POS Lqe;
FIELD bC HAS_EGG Lqe; FIELD bC HAS_EGG Lqe;

View File

@ -1,5 +1,5 @@
CLASS aug net/minecraft/entity/passive/WanderingTraderEntity CLASS aug net/minecraft/entity/passive/WanderingTraderEntity
CLASS aug$a net/minecraft/entity/passive/WanderingTraderEntity$net/minecraft/entity/passive/WanderingTraderEntity$WanderToTargetGoal CLASS aug$a WanderToTargetGoal
FIELD b proximityDistance D FIELD b proximityDistance D
FIELD c speed D FIELD c speed D
METHOD a isTooFarFrom (Leu;D)Z METHOD a isTooFarFrom (Leu;D)Z

View File

@ -1,5 +1,5 @@
CLASS aqi net/minecraft/entity/passive/WolfEntity CLASS aqi net/minecraft/entity/passive/WolfEntity
CLASS aqi$a net/minecraft/entity/passive/WolfEntity$net/minecraft/entity/passive/WolfEntity$WolfFleeGoal CLASS aqi$a WolfFleeGoal
FIELD bF WOLF_HEALTH Lqe; FIELD bF WOLF_HEALTH Lqe;
FIELD bH COLLAR_COLOR Lqe; FIELD bH COLLAR_COLOR Lqe;
METHOD dY isAngry ()Z METHOD dY isAngry ()Z

View File

@ -1,5 +1,5 @@
CLASS ban net/minecraft/entity/player/ItemCooldownManager CLASS ban net/minecraft/entity/player/ItemCooldownManager
CLASS ban$a net/minecraft/entity/player/ItemCooldownManager$net/minecraft/entity/player/ItemCooldownManager$Entry CLASS ban$a Entry
FIELD b startTick I FIELD b startTick I
FIELD c endTick I FIELD c endTick I
METHOD <init> (Lban;II)V METHOD <init> (Lban;II)V

View File

@ -1,5 +1,5 @@
CLASS aun net/minecraft/entity/player/PlayerEntity CLASS aun net/minecraft/entity/player/PlayerEntity
CLASS aun$a net/minecraft/entity/player/PlayerEntity$net/minecraft/entity/player/PlayerEntity$SleepResult CLASS aun$a SleepResult
FIELD a INVALID_WORLD Laun$a; FIELD a INVALID_WORLD Laun$a;
FIELD b WRONG_TIME Laun$a; FIELD b WRONG_TIME Laun$a;
FIELD c TOO_FAR_AWAY Laun$a; FIELD c TOO_FAR_AWAY Laun$a;

View File

@ -1,5 +1,5 @@
CLASS asb net/minecraft/entity/projectile/FishHookEntity CLASS asb net/minecraft/entity/projectile/FishHookEntity
CLASS asb$a net/minecraft/entity/projectile/FishHookEntity$net/minecraft/entity/projectile/FishHookEntity$State CLASS asb$a State
FIELD au state Lasb$a; FIELD au state Lasb$a;
FIELD b hookedEntity Lahw; FIELD b hookedEntity Lahw;
FIELD c HOOK_ENTITY_ID Lqe; FIELD c HOOK_ENTITY_ID Lqe;

View File

@ -1,5 +1,5 @@
CLASS aur net/minecraft/entity/projectile/ProjectileEntity CLASS aur net/minecraft/entity/projectile/ProjectileEntity
CLASS aur$a net/minecraft/entity/projectile/ProjectileEntity$net/minecraft/entity/projectile/ProjectileEntity$PickupType CLASS aur$a PickupType
FIELD a NO_PICKUP Laur$a; FIELD a NO_PICKUP Laur$a;
FIELD b PICKUP Laur$a; FIELD b PICKUP Laur$a;
FIELD c CREATIVE_PICKUP Laur$a; FIELD c CREATIVE_PICKUP Laur$a;

View File

@ -1,5 +1,5 @@
CLASS avs net/minecraft/entity/raid/Raid CLASS avs net/minecraft/entity/raid/Raid
CLASS avs$a net/minecraft/entity/raid/Raid$net/minecraft/entity/raid/Raid$Member CLASS avs$a Member
FIELD a VINDICATOR Lavs$a; FIELD a VINDICATOR Lavs$a;
FIELD b EVOKER Lavs$a; FIELD b EVOKER Lavs$a;
FIELD c PILLAGER Lavs$a; FIELD c PILLAGER Lavs$a;

View File

@ -1,5 +1,5 @@
CLASS avt net/minecraft/entity/raid/RaiderEntity CLASS avt net/minecraft/entity/raid/RaiderEntity
CLASS avt$a net/minecraft/entity/raid/RaiderEntity$net/minecraft/entity/raid/RaiderEntity$PickupBannerAsLeaderGoal CLASS avt$a PickupBannerAsLeaderGoal
FIELD bA hasRaidGoal Z FIELD bA hasRaidGoal Z
FIELD bB outOfRaidCounter I FIELD bB outOfRaidCounter I
FIELD b OBTAINABLE_ILLAGER_BANNER_ITEM Ljava/util/function/Predicate; FIELD b OBTAINABLE_ILLAGER_BANNER_ITEM Ljava/util/function/Predicate;

View File

@ -1,5 +1,5 @@
CLASS awc net/minecraft/entity/vehicle/AbstractMinecartEntity CLASS awc net/minecraft/entity/vehicle/AbstractMinecartEntity
CLASS awc$a net/minecraft/entity/vehicle/AbstractMinecartEntity$net/minecraft/entity/vehicle/AbstractMinecartEntity$Type CLASS awc$a Type
FIELD e CUSTOM_BLOCK_ID Lqe; FIELD e CUSTOM_BLOCK_ID Lqe;
FIELD f CUSTOM_BLOCK_OFFSET Lqe; FIELD f CUSTOM_BLOCK_OFFSET Lqe;
FIELD g CUSTOM_BLOCK_PRESENT Lqe; FIELD g CUSTOM_BLOCK_PRESENT Lqe;

View File

@ -1,6 +1,6 @@
CLASS awe net/minecraft/entity/vehicle/BoatEntity CLASS awe net/minecraft/entity/vehicle/BoatEntity
CLASS awe$a net/minecraft/entity/vehicle/BoatEntity$net/minecraft/entity/vehicle/BoatEntity$Location CLASS awe$a Location
CLASS awe$b net/minecraft/entity/vehicle/BoatEntity$net/minecraft/entity/vehicle/BoatEntity$Type CLASS awe$b Type
FIELD a OAK Lawe$b; FIELD a OAK Lawe$b;
FIELD b SPRUCE Lawe$b; FIELD b SPRUCE Lawe$b;
FIELD c BIRCH Lawe$b; FIELD c BIRCH Lawe$b;

View File

@ -1,3 +1,3 @@
CLASS cjn net/minecraft/fluid/LavaFluid CLASS cjn net/minecraft/fluid/LavaFluid
CLASS cjn$a net/minecraft/fluid/LavaFluid$net/minecraft/fluid/LavaFluid$Flowing CLASS cjn$a Flowing
CLASS cjn$b net/minecraft/fluid/LavaFluid$net/minecraft/fluid/LavaFluid$Still CLASS cjn$b Still

View File

@ -1,3 +1,3 @@
CLASS cjr net/minecraft/fluid/WaterFluid CLASS cjr net/minecraft/fluid/WaterFluid
CLASS cjr$a net/minecraft/fluid/WaterFluid$net/minecraft/fluid/WaterFluid$Flowing CLASS cjr$a Flowing
CLASS cjr$b net/minecraft/fluid/WaterFluid$net/minecraft/fluid/WaterFluid$Still CLASS cjr$b Still

View File

@ -1,5 +1,5 @@
CLASS bad net/minecraft/item/FireworkItem CLASS bad net/minecraft/item/FireworkItem
CLASS bad$a net/minecraft/item/FireworkItem$net/minecraft/item/FireworkItem$Type CLASS bad$a Type
FIELD f TYPES [Lbad$a; FIELD f TYPES [Lbad$a;
FIELD g id I FIELD g id I
FIELD h name Ljava/lang/String; FIELD h name Ljava/lang/String;

View File

@ -1,5 +1,5 @@
CLASS bam net/minecraft/item/Item CLASS bam net/minecraft/item/Item
CLASS bam$a net/minecraft/item/Item$net/minecraft/item/Item$Settings CLASS bam$a Settings
FIELD a fullStackSize I FIELD a fullStackSize I
FIELD b durability I FIELD b durability I
FIELD c recipeRemainder Lbam; FIELD c recipeRemainder Lbam;

View File

@ -1,5 +1,5 @@
CLASS cmd net/minecraft/item/map/MapIcon CLASS cmd net/minecraft/item/map/MapIcon
CLASS cmd$a net/minecraft/item/map/MapIcon$net/minecraft/item/map/MapIcon$Type CLASS cmd$a Type
FIELD B id B FIELD B id B
FIELD C renderNotHeld Z FIELD C renderNotHeld Z
FIELD D tintColor I FIELD D tintColor I

View File

@ -1,5 +1,5 @@
CLASS gc net/minecraft/particle/ParticleParameters CLASS gc net/minecraft/particle/ParticleParameters
CLASS gc$a net/minecraft/particle/ParticleParameters$net/minecraft/particle/ParticleParameters$Factory CLASS gc$a Factory
METHOD b read (Lgd;Lcom/mojang/brigadier/StringReader;)Lgc; METHOD b read (Lgd;Lcom/mojang/brigadier/StringReader;)Lgc;
ARG 1 type ARG 1 type
ARG 2 reader ARG 2 reader

View File

@ -1,5 +1,5 @@
CLASS ak net/minecraft/predicate/DamagePredicate CLASS ak net/minecraft/predicate/DamagePredicate
CLASS ak$a net/minecraft/predicate/DamagePredicate$net/minecraft/predicate/DamagePredicate$Builder CLASS ak$a Builder
FIELD a dealt Lbh$c; FIELD a dealt Lbh$c;
FIELD b taken Lbh$c; FIELD b taken Lbh$c;
FIELD c sourceEntity Lau; FIELD c sourceEntity Lau;

View File

@ -1,5 +1,5 @@
CLASS al net/minecraft/predicate/entity/DamageSourcePredicate CLASS al net/minecraft/predicate/entity/DamageSourcePredicate
CLASS al$a net/minecraft/predicate/entity/DamageSourcePredicate$net/minecraft/predicate/entity/DamageSourcePredicate$Builder CLASS al$a Builder
FIELD a isProjectile Ljava/lang/Boolean; FIELD a isProjectile Ljava/lang/Boolean;
FIELD b isExplosion Ljava/lang/Boolean; FIELD b isExplosion Ljava/lang/Boolean;
FIELD c bypassesArmor Ljava/lang/Boolean; FIELD c bypassesArmor Ljava/lang/Boolean;

View File

@ -1,5 +1,5 @@
CLASS bi net/minecraft/predicate/entity/EntityEffectPredicate CLASS bi net/minecraft/predicate/entity/EntityEffectPredicate
CLASS bi$a net/minecraft/predicate/entity/EntityEffectPredicate$net/minecraft/predicate/entity/EntityEffectPredicate$EffectData CLASS bi$a EffectData
FIELD a amplifier Lbh$d; FIELD a amplifier Lbh$d;
FIELD b duration Lbh$d; FIELD b duration Lbh$d;
FIELD c ambient Ljava/lang/Boolean; FIELD c ambient Ljava/lang/Boolean;

View File

@ -1,5 +1,5 @@
CLASS as net/minecraft/predicate/entity/EntityFlagsPredicate CLASS as net/minecraft/predicate/entity/EntityFlagsPredicate
CLASS as$a net/minecraft/predicate/entity/EntityFlagsPredicate$net/minecraft/predicate/entity/EntityFlagsPredicate$Builder CLASS as$a Builder
FIELD a isOnFire Ljava/lang/Boolean; FIELD a isOnFire Ljava/lang/Boolean;
FIELD b isSneaking Ljava/lang/Boolean; FIELD b isSneaking Ljava/lang/Boolean;
FIELD c isSprinting Ljava/lang/Boolean; FIELD c isSprinting Ljava/lang/Boolean;

View File

@ -1,5 +1,5 @@
CLASS au net/minecraft/predicate/entity/EntityPredicate CLASS au net/minecraft/predicate/entity/EntityPredicate
CLASS au$a net/minecraft/predicate/entity/EntityPredicate$net/minecraft/predicate/entity/EntityPredicate$Builder CLASS au$a Builder
FIELD a type Lav; FIELD a type Lav;
FIELD b distance Lam; FIELD b distance Lam;
FIELD c location Lbf; FIELD c location Lbf;

View File

@ -1,5 +1,5 @@
CLASS ahz net/minecraft/predicate/entity/EntityPredicates CLASS ahz net/minecraft/predicate/entity/EntityPredicates
CLASS ahz$a net/minecraft/predicate/entity/EntityPredicates$net/minecraft/predicate/entity/EntityPredicates$CanPickup CLASS ahz$a CanPickup
FIELD a itemstack Lbar; FIELD a itemstack Lbar;
FIELD a VALID_ENTITY Ljava/util/function/Predicate; FIELD a VALID_ENTITY Ljava/util/function/Predicate;
FIELD b VALID_ENTITY_LIVING Ljava/util/function/Predicate; FIELD b VALID_ENTITY_LIVING Ljava/util/function/Predicate;

View File

@ -1,7 +1,7 @@
CLASS av net/minecraft/predicate/entity/EntityTypePredicate CLASS av net/minecraft/predicate/entity/EntityTypePredicate
CLASS av$a net/minecraft/predicate/entity/EntityTypePredicate$net/minecraft/predicate/entity/EntityTypePredicate$Tagged CLASS av$a Tagged
FIELD b tag Lyx; FIELD b tag Lyx;
CLASS av$b net/minecraft/predicate/entity/EntityTypePredicate$net/minecraft/predicate/entity/EntityTypePredicate$Single CLASS av$b Single
FIELD b type Laia; FIELD b type Laia;
FIELD a ANY Lav; FIELD a ANY Lav;
FIELD b COMMA_JOINER Lcom/google/common/base/Joiner; FIELD b COMMA_JOINER Lcom/google/common/base/Joiner;

View File

@ -1,5 +1,5 @@
CLASS bf net/minecraft/predicate/entity/LocationPredicate CLASS bf net/minecraft/predicate/entity/LocationPredicate
CLASS bf$a net/minecraft/predicate/entity/LocationPredicate$net/minecraft/predicate/entity/LocationPredicate$Builder CLASS bf$a Builder
FIELD a x Lbh$c; FIELD a x Lbh$c;
FIELD b y Lbh$c; FIELD b y Lbh$c;
FIELD c z Lbh$c; FIELD c z Lbh$c;

View File

@ -1,5 +1,5 @@
CLASS bb net/minecraft/predicate/item/ItemPredicate CLASS bb net/minecraft/predicate/item/ItemPredicate
CLASS bb$a net/minecraft/predicate/item/ItemPredicate$net/minecraft/predicate/item/ItemPredicate$Builder CLASS bb$a Builder
FIELD a enchantments Ljava/util/List; FIELD a enchantments Ljava/util/List;
FIELD b item Lbam; FIELD b item Lbam;
FIELD c tag Lyx; FIELD c tag Lyx;

View File

@ -1,5 +1,5 @@
CLASS bch net/minecraft/recipe/BrewingRecipeRegistry CLASS bch net/minecraft/recipe/BrewingRecipeRegistry
CLASS bch$a net/minecraft/recipe/BrewingRecipeRegistry$net/minecraft/recipe/BrewingRecipeRegistry$Recipe CLASS bch$a Recipe
FIELD a input Ljava/lang/Object; FIELD a input Ljava/lang/Object;
FIELD b ingredient Lbcw; FIELD b ingredient Lbcw;
FIELD c output Ljava/lang/Object; FIELD c output Ljava/lang/Object;

View File

@ -1,5 +1,5 @@
CLASS bdj net/minecraft/recipe/CuttingRecipe CLASS bdj net/minecraft/recipe/CuttingRecipe
CLASS bdj$a net/minecraft/recipe/CuttingRecipe$net/minecraft/recipe/CuttingRecipe$Serializer CLASS bdj$a Serializer
FIELD a ingredient Lbcw; FIELD a ingredient Lbcw;
FIELD b result Lbar; FIELD b result Lbar;
FIELD c id Lqp; FIELD c id Lqp;

View File

@ -1,9 +1,9 @@
CLASS bcw net/minecraft/recipe/Ingredient CLASS bcw net/minecraft/recipe/Ingredient
CLASS bcw$a net/minecraft/recipe/Ingredient$net/minecraft/recipe/Ingredient$StackEntry CLASS bcw$a StackEntry
FIELD a stack Lbar; FIELD a stack Lbar;
CLASS bcw$b net/minecraft/recipe/Ingredient$net/minecraft/recipe/Ingredient$TagEntry CLASS bcw$b TagEntry
FIELD a tag Lyx; FIELD a tag Lyx;
CLASS bcw$c net/minecraft/recipe/Ingredient$net/minecraft/recipe/Ingredient$Entry CLASS bcw$c Entry
METHOD a getStacks ()Ljava/util/Collection; METHOD a getStacks ()Ljava/util/Collection;
METHOD b toJson ()Lcom/google/gson/JsonObject; METHOD b toJson ()Lcom/google/gson/JsonObject;
FIELD a EMPTY Lbcw; FIELD a EMPTY Lbcw;

View File

@ -1,5 +1,5 @@
CLASS aup net/minecraft/recipe/RecipeFinder CLASS aup net/minecraft/recipe/RecipeFinder
CLASS aup$a net/minecraft/recipe/RecipeFinder$net/minecraft/recipe/RecipeFinder$MatchableRecipe CLASS aup$a MatchableRecipe
METHOD a match (ILit/unimi/dsi/fastutil/ints/IntList;)Z METHOD a match (ILit/unimi/dsi/fastutil/ints/IntList;)Z
ARG 1 amount ARG 1 amount
ARG 2 outMatchingInputIds ARG 2 outMatchingInputIds

View File

@ -1,5 +1,5 @@
CLASS bdh net/minecraft/recipe/cooking/CookingRecipeSerializer CLASS bdh net/minecraft/recipe/cooking/CookingRecipeSerializer
CLASS bdh$a net/minecraft/recipe/cooking/CookingRecipeSerializer$net/minecraft/recipe/cooking/CookingRecipeSerializer$RecipeFactory CLASS bdh$a RecipeFactory
FIELD t cookingTime I FIELD t cookingTime I
FIELD u recipeFactory Lbdh$a; FIELD u recipeFactory Lbdh$a;
METHOD <init> (Lbdh$a;I)V METHOD <init> (Lbdh$a;I)V

View File

@ -1,5 +1,5 @@
CLASS bdd net/minecraft/recipe/crafting/ShapedRecipe CLASS bdd net/minecraft/recipe/crafting/ShapedRecipe
CLASS bdd$a net/minecraft/recipe/crafting/ShapedRecipe$net/minecraft/recipe/crafting/ShapedRecipe$Serializer CLASS bdd$a Serializer
FIELD a width I FIELD a width I
FIELD b height I FIELD b height I
FIELD c inputs Lfi; FIELD c inputs Lfi;

View File

@ -1,5 +1,5 @@
CLASS bde net/minecraft/recipe/crafting/ShapelessRecipe CLASS bde net/minecraft/recipe/crafting/ShapelessRecipe
CLASS bde$a net/minecraft/recipe/crafting/ShapelessRecipe$net/minecraft/recipe/crafting/ShapelessRecipe$Serializer CLASS bde$a Serializer
METHOD a getIngredients (Lcom/google/gson/JsonArray;)Lfi; METHOD a getIngredients (Lcom/google/gson/JsonArray;)Lfi;
ARG 0 json ARG 0 json
FIELD a id Lqp; FIELD a id Lqp;

View File

@ -1,5 +1,5 @@
CLASS wu net/minecraft/resource/NamespaceResourceManager CLASS wu net/minecraft/resource/NamespaceResourceManager
CLASS wu$a net/minecraft/resource/NamespaceResourceManager$net/minecraft/resource/NamespaceResourceManager$DebugInputStream CLASS wu$a DebugInputStream
FIELD a parent Ljava/io/InputStream; FIELD a parent Ljava/io/InputStream;
FIELD b leakMessage Ljava/lang/String; FIELD b leakMessage Ljava/lang/String;
FIELD c closed Z FIELD c closed Z

View File

@ -1,5 +1,5 @@
CLASS ww net/minecraft/resource/ProfilingResourceReloadHandler CLASS ww net/minecraft/resource/ProfilingResourceReloadHandler
CLASS ww$a net/minecraft/resource/ProfilingResourceReloadHandler$net/minecraft/resource/ProfilingResourceReloadHandler$ProfilingInformation CLASS ww$a ProfilingInformation
FIELD a name Ljava/lang/String; FIELD a name Ljava/lang/String;
FIELD b prepareProfile Lafu; FIELD b prepareProfile Lafu;
FIELD c applyProfile Lafu; FIELD c applyProfile Lafu;

View File

@ -1,10 +1,10 @@
CLASS ws net/minecraft/resource/ResourcePackContainer CLASS ws net/minecraft/resource/ResourcePackContainer
CLASS ws$a net/minecraft/resource/ResourcePackContainer$net/minecraft/resource/ResourcePackContainer$SortingDirection CLASS ws$a SortingDirection
METHOD a inverse ()Lws$a; METHOD a inverse ()Lws$a;
METHOD a locate (Ljava/util/List;Ljava/lang/Object;Ljava/util/function/Function;Z)I METHOD a locate (Ljava/util/List;Ljava/lang/Object;Ljava/util/function/Function;Z)I
ARG 3 converter ARG 3 converter
ARG 4 inverse ARG 4 inverse
CLASS ws$b net/minecraft/resource/ResourcePackContainer$net/minecraft/resource/ResourcePackContainer$Factory CLASS ws$b Factory
FIELD a LOGGER Lorg/apache/logging/log4j/Logger; FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b BROKEN_PACK_META Lwi; FIELD b BROKEN_PACK_META Lwi;
FIELD c name Ljava/lang/String; FIELD c name Ljava/lang/String;

View File

@ -1,5 +1,5 @@
CLASS wv net/minecraft/resource/ResourceReloadListener CLASS wv net/minecraft/resource/ResourceReloadListener
CLASS wv$a net/minecraft/resource/ResourceReloadListener$net/minecraft/resource/ResourceReloadListener$Helper CLASS wv$a Helper
METHOD a waitForAll (Ljava/lang/Object;)Ljava/util/concurrent/CompletableFuture; METHOD a waitForAll (Ljava/lang/Object;)Ljava/util/concurrent/CompletableFuture;
ARG 1 passedObject ARG 1 passedObject
METHOD reload apply (Lwv$a;Lxa;Lafv;Lafv;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; METHOD reload apply (Lwv$a;Lxa;Lafv;Lafv;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;

View File

@ -1,6 +1,6 @@
CLASS cri net/minecraft/scoreboard/AbstractScoreboardTeam CLASS cri net/minecraft/scoreboard/AbstractScoreboardTeam
CLASS cri$a net/minecraft/scoreboard/AbstractScoreboardTeam$net/minecraft/scoreboard/AbstractScoreboardTeam$CollisionRule CLASS cri$a CollisionRule
CLASS cri$b net/minecraft/scoreboard/AbstractScoreboardTeam$net/minecraft/scoreboard/AbstractScoreboardTeam$VisibilityRule CLASS cri$b VisibilityRule
FIELD a ALWAYS Lcri$b; FIELD a ALWAYS Lcri$b;
FIELD b NEVER Lcri$b; FIELD b NEVER Lcri$b;
FIELD c HIDDEN_FOR_OTHER_TEAMS Lcri$b; FIELD c HIDDEN_FOR_OTHER_TEAMS Lcri$b;

View File

@ -1,5 +1,5 @@
CLASS crj net/minecraft/scoreboard/ScoreboardCriterion CLASS crj net/minecraft/scoreboard/ScoreboardCriterion
CLASS crj$a net/minecraft/scoreboard/ScoreboardCriterion$net/minecraft/scoreboard/ScoreboardCriterion$Type CLASS crj$a Type
FIELD a INTEGER Lcrj$a; FIELD a INTEGER Lcrj$a;
FIELD b HEARTS Lcrj$a; FIELD b HEARTS Lcrj$a;
FIELD c name Ljava/lang/String; FIELD c name Ljava/lang/String;

View File

@ -1,3 +1,3 @@
CLASS rd net/minecraft/scoreboard/ServerScoreboard CLASS rd net/minecraft/scoreboard/ServerScoreboard
CLASS rd$a net/minecraft/scoreboard/ServerScoreboard$net/minecraft/scoreboard/ServerScoreboard$UpdateMode CLASS rd$a UpdateMode
FIELD a server Lnet/minecraft/server/MinecraftServer; FIELD a server Lnet/minecraft/server/MinecraftServer;

View File

@ -1,6 +1,6 @@
CLASS pz net/minecraft/server/ServerMetadata CLASS pz net/minecraft/server/ServerMetadata
CLASS pz$a net/minecraft/server/ServerMetadata$net/minecraft/server/ServerMetadata$Players CLASS pz$a Players
CLASS pz$a$a net/minecraft/server/ServerMetadata$net/minecraft/server/ServerMetadata$Players$net/minecraft/server/ServerMetadata$Players$Deserializer CLASS pz$a$a Deserializer
FIELD a max I FIELD a max I
FIELD b online I FIELD b online I
FIELD c sample [Lcom/mojang/authlib/GameProfile; FIELD c sample [Lcom/mojang/authlib/GameProfile;
@ -10,9 +10,9 @@ CLASS pz net/minecraft/server/ServerMetadata
METHOD a setSample ([Lcom/mojang/authlib/GameProfile;)V METHOD a setSample ([Lcom/mojang/authlib/GameProfile;)V
METHOD b getOnlinePlayerCount ()I METHOD b getOnlinePlayerCount ()I
METHOD c getSample ()[Lcom/mojang/authlib/GameProfile; METHOD c getSample ()[Lcom/mojang/authlib/GameProfile;
CLASS pz$b net/minecraft/server/ServerMetadata$net/minecraft/server/ServerMetadata$Deserializer CLASS pz$b Deserializer
CLASS pz$c net/minecraft/server/ServerMetadata$net/minecraft/server/ServerMetadata$Version CLASS pz$c Version
CLASS pz$c$a net/minecraft/server/ServerMetadata$net/minecraft/server/ServerMetadata$Version$net/minecraft/server/ServerMetadata$Version$Serializer CLASS pz$c$a Serializer
FIELD a gameVersion Ljava/lang/String; FIELD a gameVersion Ljava/lang/String;
FIELD b protocolVersion I FIELD b protocolVersion I
METHOD a getGameVersion ()Ljava/lang/String; METHOD a getGameVersion ()Ljava/lang/String;

View File

@ -1,5 +1,5 @@
CLASS ri net/minecraft/server/command/AdvancementCommand CLASS ri net/minecraft/server/command/AdvancementCommand
CLASS ri$a net/minecraft/server/command/AdvancementCommand$net/minecraft/server/command/AdvancementCommand$Operation CLASS ri$a Operation
FIELD a GRANT Lri$a; FIELD a GRANT Lri$a;
FIELD b REVOKE Lri$a; FIELD b REVOKE Lri$a;
FIELD c commandPrefix Ljava/lang/String; FIELD c commandPrefix Ljava/lang/String;
@ -8,7 +8,7 @@ CLASS ri net/minecraft/server/command/AdvancementCommand
METHOD a processEach (Lvd;Lp;)Z METHOD a processEach (Lvd;Lp;)Z
METHOD a processEachCriterion (Lvd;Lp;Ljava/lang/String;)Z METHOD a processEachCriterion (Lvd;Lp;Ljava/lang/String;)Z
ARG 3 criterion ARG 3 criterion
CLASS ri$b net/minecraft/server/command/AdvancementCommand$net/minecraft/server/command/AdvancementCommand$Selection CLASS ri$b Selection
FIELD f before Z FIELD f before Z
FIELD g after Z FIELD g after Z
FIELD a SUGGESTION_PROVIDER Lcom/mojang/brigadier/suggestion/SuggestionProvider; FIELD a SUGGESTION_PROVIDER Lcom/mojang/brigadier/suggestion/SuggestionProvider;

View File

@ -1,5 +1,5 @@
CLASS ce net/minecraft/server/command/CommandSource CLASS ce net/minecraft/server/command/CommandSource
CLASS ce$a net/minecraft/server/command/CommandSource$net/minecraft/server/command/CommandSource$RelativePosition CLASS ce$a RelativePosition
FIELD a ZERO_LOCAL Lce$a; FIELD a ZERO_LOCAL Lce$a;
FIELD b ZERO_WORLD Lce$a; FIELD b ZERO_WORLD Lce$a;
FIELD c x Ljava/lang/String; FIELD c x Ljava/lang/String;

View File

@ -1,5 +1,5 @@
CLASS cd net/minecraft/server/command/ServerCommandManager CLASS cd net/minecraft/server/command/ServerCommandManager
CLASS cd$a net/minecraft/server/command/ServerCommandManager$net/minecraft/server/command/ServerCommandManager$CommandParser CLASS cd$a CommandParser
FIELD a LOGGER Lorg/apache/logging/log4j/Logger; FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b dispatcher Lcom/mojang/brigadier/CommandDispatcher; FIELD b dispatcher Lcom/mojang/brigadier/CommandDispatcher;
METHOD a getDispatcher ()Lcom/mojang/brigadier/CommandDispatcher; METHOD a getDispatcher ()Lcom/mojang/brigadier/CommandDispatcher;

View File

@ -35,7 +35,7 @@ CLASS xl net/minecraft/server/config/ServerConfigHandler
ARG 2 exception ARG 2 exception
METHOD onProfileLookupSucceeded (Lcom/mojang/authlib/GameProfile;)V METHOD onProfileLookupSucceeded (Lcom/mojang/authlib/GameProfile;)V
ARG 1 profile ARG 1 profile
CLASS xl$a net/minecraft/server/config/ServerConfigHandler$net/minecraft/server/config/ServerConfigHandler$ServerConfigException CLASS xl$a ServerConfigException
METHOD <init> (Ljava/lang/String;)V METHOD <init> (Ljava/lang/String;)V
ARG 1 title ARG 1 title
METHOD <init> (Ljava/lang/String;Ljava/lang/Throwable;)V METHOD <init> (Ljava/lang/String;Ljava/lang/Throwable;)V

View File

@ -1,5 +1,5 @@
CLASS xq net/minecraft/server/config/ServerConfigList CLASS xq net/minecraft/server/config/ServerConfigList
CLASS xq$a net/minecraft/server/config/ServerConfigList$net/minecraft/server/config/ServerConfigList$DeSerializer CLASS xq$a DeSerializer
FIELD a LOGGER Lorg/apache/logging/log4j/Logger; FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b GSON Lcom/google/gson/Gson; FIELD b GSON Lcom/google/gson/Gson;
FIELD c file Ljava/io/File; FIELD c file Ljava/io/File;

View File

@ -1,5 +1,5 @@
CLASS uh net/minecraft/server/dedicated/AbstractPropertiesHandler CLASS uh net/minecraft/server/dedicated/AbstractPropertiesHandler
CLASS uh$a net/minecraft/server/dedicated/AbstractPropertiesHandler$net/minecraft/server/dedicated/AbstractPropertiesHandler$PropertyAccessor CLASS uh$a PropertyAccessor
FIELD b key Ljava/lang/String; FIELD b key Ljava/lang/String;
FIELD c value Ljava/lang/Object; FIELD c value Ljava/lang/Object;
FIELD d stringify Ljava/util/function/Function; FIELD d stringify Ljava/util/function/Function;

View File

@ -1,16 +1,16 @@
CLASS bz net/minecraft/server/function/CommandFunction CLASS bz net/minecraft/server/function/CommandFunction
CLASS bz$a net/minecraft/server/function/CommandFunction$net/minecraft/server/function/CommandFunction$LazyContainer CLASS bz$a LazyContainer
FIELD a EMPTY Lbz$a; FIELD a EMPTY Lbz$a;
FIELD b id Lqp; FIELD b id Lqp;
FIELD c initialized Z FIELD c initialized Z
FIELD d function Ljava/util/Optional; FIELD d function Ljava/util/Optional;
METHOD a getId ()Lqp; METHOD a getId ()Lqp;
METHOD a get (Lrb;)Ljava/util/Optional; METHOD a get (Lrb;)Ljava/util/Optional;
CLASS bz$b net/minecraft/server/function/CommandFunction$net/minecraft/server/function/CommandFunction$CommandElement CLASS bz$b CommandElement
FIELD a parsed Lcom/mojang/brigadier/ParseResults; FIELD a parsed Lcom/mojang/brigadier/ParseResults;
CLASS bz$c net/minecraft/server/function/CommandFunction$net/minecraft/server/function/CommandFunction$Element CLASS bz$c Element
METHOD a execute (Lrb;Lcc;Ljava/util/ArrayDeque;I)V METHOD a execute (Lrb;Lcc;Ljava/util/ArrayDeque;I)V
CLASS bz$d net/minecraft/server/function/CommandFunction$net/minecraft/server/function/CommandFunction$FunctionElement CLASS bz$d FunctionElement
FIELD a function Lbz$a; FIELD a function Lbz$a;
FIELD a elements [Lbz$c; FIELD a elements [Lbz$c;
FIELD b id Lqp; FIELD b id Lqp;

View File

@ -1,5 +1,5 @@
CLASS rb net/minecraft/server/function/CommandFunctionManager CLASS rb net/minecraft/server/function/CommandFunctionManager
CLASS rb$a net/minecraft/server/function/CommandFunctionManager$net/minecraft/server/function/CommandFunctionManager$Entry CLASS rb$a Entry
FIELD a manager Lrb; FIELD a manager Lrb;
FIELD b source Lcc; FIELD b source Lcc;
FIELD c element Lbz$c; FIELD c element Lbz$c;

View File

@ -1,5 +1,5 @@
CLASS vw net/minecraft/server/network/ServerLoginNetworkHandler CLASS vw net/minecraft/server/network/ServerLoginNetworkHandler
CLASS vw$a net/minecraft/server/network/ServerLoginNetworkHandler$net/minecraft/server/network/ServerLoginNetworkHandler$State CLASS vw$a State
FIELD a client Liz; FIELD a client Liz;
FIELD b authenticatorThreadId Ljava/util/concurrent/atomic/AtomicInteger; FIELD b authenticatorThreadId Ljava/util/concurrent/atomic/AtomicInteger;
FIELD c LOGGER Lorg/apache/logging/log4j/Logger; FIELD c LOGGER Lorg/apache/logging/log4j/Logger;

View File

@ -1,5 +1,5 @@
CLASS os net/minecraft/server/network/packet/AdvancementTabC2SPacket CLASS os net/minecraft/server/network/packet/AdvancementTabC2SPacket
CLASS os$a net/minecraft/server/network/packet/AdvancementTabC2SPacket$net/minecraft/server/network/packet/AdvancementTabC2SPacket$Action CLASS os$a Action
FIELD a action Los$a; FIELD a action Los$a;
FIELD b tabToOpen Lqp; FIELD b tabToOpen Lqp;
METHOD <init> (Los$a;Lqp;)V METHOD <init> (Los$a;Lqp;)V

View File

@ -1,5 +1,5 @@
CLASS on net/minecraft/server/network/packet/ClientCommandC2SPacket CLASS on net/minecraft/server/network/packet/ClientCommandC2SPacket
CLASS on$a net/minecraft/server/network/packet/ClientCommandC2SPacket$net/minecraft/server/network/packet/ClientCommandC2SPacket$Mode CLASS on$a Mode
FIELD a entityId I FIELD a entityId I
FIELD b mode Lon$a; FIELD b mode Lon$a;
FIELD c mountJumpHeight I FIELD c mountJumpHeight I

View File

@ -1,5 +1,5 @@
CLASS nt net/minecraft/server/network/packet/ClientStatusC2SPacket CLASS nt net/minecraft/server/network/packet/ClientStatusC2SPacket
CLASS nt$a net/minecraft/server/network/packet/ClientStatusC2SPacket$net/minecraft/server/network/packet/ClientStatusC2SPacket$Mode CLASS nt$a Mode
FIELD a mode Lnt$a; FIELD a mode Lnt$a;
METHOD <init> (Lnt$a;)V METHOD <init> (Lnt$a;)V
ARG 1 mode ARG 1 mode

View File

@ -1,5 +1,5 @@
CLASS om net/minecraft/server/network/packet/PlayerActionC2SPacket CLASS om net/minecraft/server/network/packet/PlayerActionC2SPacket
CLASS om$a net/minecraft/server/network/packet/PlayerActionC2SPacket$net/minecraft/server/network/packet/PlayerActionC2SPacket$Action CLASS om$a Action
FIELD a pos Leu; FIELD a pos Leu;
FIELD b direction Lez; FIELD b direction Lez;
FIELD c action Lom$a; FIELD c action Lom$a;

View File

@ -1,5 +1,5 @@
CLASS od net/minecraft/server/network/packet/PlayerInteractEntityC2SPacket CLASS od net/minecraft/server/network/packet/PlayerInteractEntityC2SPacket
CLASS od$a net/minecraft/server/network/packet/PlayerInteractEntityC2SPacket$net/minecraft/server/network/packet/PlayerInteractEntityC2SPacket$InteractionType CLASS od$a InteractionType
FIELD a entityId I FIELD a entityId I
FIELD b type Lod$a; FIELD b type Lod$a;
FIELD c hitPos Lcqg; FIELD c hitPos Lcqg;

View File

@ -1,12 +1,12 @@
CLASS og net/minecraft/server/network/packet/PlayerMoveServerMessage CLASS og net/minecraft/server/network/packet/PlayerMoveServerMessage
CLASS og$a net/minecraft/server/network/packet/PlayerMoveServerMessage$net/minecraft/server/network/packet/PlayerMoveServerMessage$PositionOnly CLASS og$a PositionOnly
METHOD <init> (DDDZ)V METHOD <init> (DDDZ)V
ARG 1 x ARG 1 x
ARG 3 y ARG 3 y
ARG 5 z ARG 5 z
ARG 7 onGround ARG 7 onGround
CLASS og$b net/minecraft/server/network/packet/PlayerMoveServerMessage$net/minecraft/server/network/packet/PlayerMoveServerMessage$Both CLASS og$b Both
CLASS og$c net/minecraft/server/network/packet/PlayerMoveServerMessage$net/minecraft/server/network/packet/PlayerMoveServerMessage$LookOnly CLASS og$c LookOnly
FIELD a x D FIELD a x D
FIELD b y D FIELD b y D
FIELD c z D FIELD c z D

View File

@ -1,5 +1,5 @@
CLASS op net/minecraft/server/network/packet/RecipeBookDataC2SPacket CLASS op net/minecraft/server/network/packet/RecipeBookDataC2SPacket
CLASS op$a net/minecraft/server/network/packet/RecipeBookDataC2SPacket$net/minecraft/server/network/packet/RecipeBookDataC2SPacket$Mode CLASS op$a Mode
FIELD a mode Lop$a; FIELD a mode Lop$a;
FIELD b recipeId Lqp; FIELD b recipeId Lqp;
FIELD c guiOpen Z FIELD c guiOpen Z

View File

@ -1,3 +1,3 @@
CLASS or net/minecraft/server/network/packet/ResourcePackStatusC2SPacket CLASS or net/minecraft/server/network/packet/ResourcePackStatusC2SPacket
CLASS or$a net/minecraft/server/network/packet/ResourcePackStatusC2SPacket$net/minecraft/server/network/packet/ResourcePackStatusC2SPacket$Status CLASS or$a Status
FIELD a status Lor$a; FIELD a status Lor$a;

View File

@ -1,19 +1,19 @@
CLASS uo net/minecraft/server/world/ChunkHolder CLASS uo net/minecraft/server/world/ChunkHolder
CLASS uo$a net/minecraft/server/world/ChunkHolder$net/minecraft/server/world/ChunkHolder$Unloaded CLASS uo$a Unloaded
FIELD b INSTANCE Luo$a; FIELD b INSTANCE Luo$a;
CLASS uo$b net/minecraft/server/world/ChunkHolder$net/minecraft/server/world/ChunkHolder$LevelType CLASS uo$b LevelType
FIELD a BORDER Luo$b; FIELD a BORDER Luo$b;
FIELD b TICKING Luo$b; FIELD b TICKING Luo$b;
FIELD c ENTITY_TICKING Luo$b; FIELD c ENTITY_TICKING Luo$b;
METHOD a isAfter (Luo$b;)Z METHOD a isAfter (Luo$b;)Z
ARG 1 levelType ARG 1 levelType
CLASS uo$c net/minecraft/server/world/ChunkHolder$net/minecraft/server/world/ChunkHolder$LevelUpdateListener CLASS uo$c LevelUpdateListener
METHOD a updateLevel (Lbfk;Ljava/util/function/IntSupplier;ILjava/util/function/IntConsumer;)V METHOD a updateLevel (Lbfk;Ljava/util/function/IntSupplier;ILjava/util/function/IntConsumer;)V
ARG 1 pos ARG 1 pos
ARG 2 lastLevelUpdatedToProvider ARG 2 lastLevelUpdatedToProvider
ARG 3 newLevel ARG 3 newLevel
ARG 4 lastLevelUpdatedToConsumer ARG 4 lastLevelUpdatedToConsumer
CLASS uo$d net/minecraft/server/world/ChunkHolder$net/minecraft/server/world/ChunkHolder$PlayersWatchingChunkProvider CLASS uo$d PlayersWatchingChunkProvider
METHOD a getPlayersWatchingChunk (Lbfk;Z)Ljava/util/stream/Stream; METHOD a getPlayersWatchingChunk (Lbfk;Z)Ljava/util/stream/Stream;
ARG 1 chunkPos ARG 1 chunkPos
ARG 2 onlyOnWatchDistanceEdge ARG 2 onlyOnWatchDistanceEdge

View File

@ -1,5 +1,5 @@
CLASS ur net/minecraft/server/world/ChunkTaskPrioritySystem CLASS ur net/minecraft/server/world/ChunkTaskPrioritySystem
CLASS ur$a net/minecraft/server/world/ChunkTaskPrioritySystem$net/minecraft/server/world/ChunkTaskPrioritySystem$RunnableMessage CLASS ur$a RunnableMessage
FIELD a function Ljava/util/function/Function; FIELD a function Ljava/util/function/Function;
FIELD b pos J FIELD b pos J
FIELD c lastLevelUpdatedToProvider Ljava/util/function/IntSupplier; FIELD c lastLevelUpdatedToProvider Ljava/util/function/IntSupplier;
@ -7,7 +7,7 @@ CLASS ur net/minecraft/server/world/ChunkTaskPrioritySystem
ARG 1 function ARG 1 function
ARG 2 pos ARG 2 pos
ARG 4 lastLevelUpdatedToProvider ARG 4 lastLevelUpdatedToProvider
CLASS ur$b net/minecraft/server/world/ChunkTaskPrioritySystem$net/minecraft/server/world/ChunkTaskPrioritySystem$SorterMessage CLASS ur$b SorterMessage
FIELD a runnable Ljava/lang/Runnable; FIELD a runnable Ljava/lang/Runnable;
FIELD b pos J FIELD b pos J
FIELD a LOGGER Lorg/apache/logging/log4j/Logger; FIELD a LOGGER Lorg/apache/logging/log4j/Logger;

View File

@ -1,8 +1,8 @@
CLASS up net/minecraft/server/world/ThreadedAnvilChunkStorage CLASS up net/minecraft/server/world/ThreadedAnvilChunkStorage
CLASS up$a net/minecraft/server/world/ThreadedAnvilChunkStorage$net/minecraft/server/world/ThreadedAnvilChunkStorage$TicketManager CLASS up$a TicketManager
METHOD <init> (Lup;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)V METHOD <init> (Lup;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)V
ARG 1 executor ARG 1 executor
CLASS up$b net/minecraft/server/world/ThreadedAnvilChunkStorage$net/minecraft/server/world/ThreadedAnvilChunkStorage$EntityTracker CLASS up$b EntityTracker
METHOD equals (Ljava/lang/Object;)Z METHOD equals (Ljava/lang/Object;)Z
ARG 1 o ARG 1 o
FIELD d LOGGER Lorg/apache/logging/log4j/Logger; FIELD d LOGGER Lorg/apache/logging/log4j/Logger;

View File

@ -1,5 +1,5 @@
CLASS dja net/minecraft/sortme/SomethingDirectionSomethingQuadBakery CLASS dja net/minecraft/sortme/SomethingDirectionSomethingQuadBakery
CLASS dja$a net/minecraft/sortme/SomethingDirectionSomethingQuadBakery$net/minecraft/sortme/SomethingDirectionSomethingQuadBakery$DirectionIds CLASS dja$a DirectionIds
FIELD a SOUTH I FIELD a SOUTH I
FIELD b UP I FIELD b UP I
FIELD c EAST I FIELD c EAST I

View File

@ -1,9 +1,9 @@
CLASS ais net/minecraft/sortme/SpawnRestriction CLASS ais net/minecraft/sortme/SpawnRestriction
CLASS ais$a net/minecraft/sortme/SpawnRestriction$net/minecraft/sortme/SpawnRestriction$Entry CLASS ais$a Entry
FIELD a heightMapType Lbxd$a; FIELD a heightMapType Lbxd$a;
FIELD b location Lais$b; FIELD b location Lais$b;
FIELD c blockTag Lyx; FIELD c blockTag Lyx;
CLASS ais$b net/minecraft/sortme/SpawnRestriction$net/minecraft/sortme/SpawnRestriction$Location CLASS ais$b Location
FIELD a mapping Ljava/util/Map; FIELD a mapping Ljava/util/Map;
METHOD a getLocation (Laia;)Lais$b; METHOD a getLocation (Laia;)Lais$b;
METHOD a register (Laia;Lais$b;Lbxd$a;)V METHOD a register (Laia;Lais$b;Lbxd$a;)V

View File

@ -1,11 +1,11 @@
CLASS btx net/minecraft/state/StateFactory CLASS btx net/minecraft/state/StateFactory
CLASS btx$a net/minecraft/state/StateFactory$net/minecraft/state/StateFactory$Builder CLASS btx$a Builder
FIELD a baseObject Ljava/lang/Object; FIELD a baseObject Ljava/lang/Object;
FIELD b propertyMap Ljava/util/Map; FIELD b propertyMap Ljava/util/Map;
METHOD a build (Lbtx$b;)Lbtx; METHOD a build (Lbtx$b;)Lbtx;
METHOD a validate (Lbuz;)V METHOD a validate (Lbuz;)V
METHOD a with ([Lbuz;)Lbtx$a; METHOD a with ([Lbuz;)Lbtx$a;
CLASS btx$b net/minecraft/state/StateFactory$net/minecraft/state/StateFactory$Factory CLASS btx$b Factory
METHOD create (Ljava/lang/Object;Lcom/google/common/collect/ImmutableMap;)Lbtv; METHOD create (Ljava/lang/Object;Lcom/google/common/collect/ImmutableMap;)Lbtv;
ARG 1 propertyMap ARG 1 propertyMap
FIELD a NAME_MATCHER Ljava/util/regex/Pattern; FIELD a NAME_MATCHER Ljava/util/regex/Pattern;

View File

@ -1,5 +1,5 @@
CLASS cht net/minecraft/structure/Structure CLASS cht net/minecraft/structure/Structure
CLASS cht$b net/minecraft/structure/Structure$net/minecraft/structure/Structure$StructureBlockInfo CLASS cht$b StructureBlockInfo
FIELD a pos Leu; FIELD a pos Leu;
FIELD b state Lbtw; FIELD b state Lbtw;
FIELD c tag Lia; FIELD c tag Lia;
@ -7,7 +7,7 @@ CLASS cht net/minecraft/structure/Structure
ARG 1 pos ARG 1 pos
ARG 2 state ARG 2 state
ARG 3 tag ARG 3 tag
CLASS cht$c net/minecraft/structure/Structure$net/minecraft/structure/Structure$StructureEntityInfo CLASS cht$c StructureEntityInfo
FIELD a pos Lcqg; FIELD a pos Lcqg;
FIELD b blockPos Leu; FIELD b blockPos Leu;
FIELD c tag Lia; FIELD c tag Lia;

View File

@ -1,5 +1,5 @@
CLASS cgd net/minecraft/structure/generator/BuriedTreasureGenerator CLASS cgd net/minecraft/structure/generator/BuriedTreasureGenerator
CLASS cgd$a net/minecraft/structure/generator/BuriedTreasureGenerator$net/minecraft/structure/generator/BuriedTreasureGenerator$Piece CLASS cgd$a Piece
METHOD <init> (Lchp;Lia;)V METHOD <init> (Lchp;Lia;)V
ARG 2 tag ARG 2 tag
METHOD <init> (Leu;)V METHOD <init> (Leu;)V

View File

@ -1,5 +1,5 @@
CLASS cgf net/minecraft/structure/generator/EndCityGenerator CLASS cgf net/minecraft/structure/generator/EndCityGenerator
CLASS cgf$a net/minecraft/structure/generator/EndCityGenerator$net/minecraft/structure/generator/EndCityGenerator$Piece CLASS cgf$a Piece
FIELD d template Ljava/lang/String; FIELD d template Ljava/lang/String;
FIELD e rotation Lbpj; FIELD e rotation Lbpj;
METHOD <init> (Lchp;Ljava/lang/String;Leu;Lbpj;Z)V METHOD <init> (Lchp;Ljava/lang/String;Leu;Lbpj;Z)V

View File

@ -1,5 +1,5 @@
CLASS cgg net/minecraft/structure/generator/IglooGenerator CLASS cgg net/minecraft/structure/generator/IglooGenerator
CLASS cgg$a net/minecraft/structure/generator/IglooGenerator$net/minecraft/structure/generator/IglooGenerator$Piece CLASS cgg$a Piece
FIELD d template Lqp; FIELD d template Lqp;
FIELD e rotation Lbpj; FIELD e rotation Lbpj;
FIELD a TOP_TEMPLATE Lqp; FIELD a TOP_TEMPLATE Lqp;

View File

@ -1,23 +1,23 @@
CLASS cgj net/minecraft/structure/generator/MineshaftGenerator CLASS cgj net/minecraft/structure/generator/MineshaftGenerator
CLASS cgj$a net/minecraft/structure/generator/MineshaftGenerator$net/minecraft/structure/generator/MineshaftGenerator$MineshaftCorridor CLASS cgj$a MineshaftCorridor
FIELD b hasRails Z FIELD b hasRails Z
FIELD c hasCobwebs Z FIELD c hasCobwebs Z
FIELD d hasSpawner Z FIELD d hasSpawner Z
FIELD e length I FIELD e length I
METHOD a (Lbfy;Lcgc;Ljava/util/Random;IIILqp;)Z METHOD a (Lbfy;Lcgc;Ljava/util/Random;IIILqp;)Z
ARG 3 random ARG 3 random
CLASS cgj$b net/minecraft/structure/generator/MineshaftGenerator$net/minecraft/structure/generator/MineshaftGenerator$MineshaftCrossing CLASS cgj$b MineshaftCrossing
FIELD b direction Lez; FIELD b direction Lez;
FIELD c twoFloors Z FIELD c twoFloors Z
METHOD a (Ljava/util/List;Ljava/util/Random;IIILez;)Lcgc; METHOD a (Ljava/util/List;Ljava/util/Random;IIILez;)Lcgc;
ARG 5 facing ARG 5 facing
CLASS cgj$c net/minecraft/structure/generator/MineshaftGenerator$net/minecraft/structure/generator/MineshaftGenerator$MineshaftPart CLASS cgj$c MineshaftPart
FIELD a mineshaftType Lcay$b; FIELD a mineshaftType Lcay$b;
CLASS cgj$d net/minecraft/structure/generator/MineshaftGenerator$net/minecraft/structure/generator/MineshaftGenerator$MineshaftRoom CLASS cgj$d MineshaftRoom
FIELD b entrances Ljava/util/List; FIELD b entrances Ljava/util/List;
METHOD <init> (ILjava/util/Random;IILcay$b;)V METHOD <init> (ILjava/util/Random;IILcay$b;)V
ARG 2 random ARG 2 random
CLASS cgj$e net/minecraft/structure/generator/MineshaftGenerator$net/minecraft/structure/generator/MineshaftGenerator$MineshaftStairs CLASS cgj$e MineshaftStairs
METHOD a (Ljava/util/List;Ljava/util/Random;IIILez;)Lcgc; METHOD a (Ljava/util/List;Ljava/util/Random;IIILez;)Lcgc;
ARG 1 random ARG 1 random
METHOD a (Ljava/util/List;Ljava/util/Random;IIILez;ILcay$b;)Lcgj$c; METHOD a (Ljava/util/List;Ljava/util/Random;IIILez;ILcay$b;)Lcgj$c;

View File

@ -1,2 +1,2 @@
CLASS cgk net/minecraft/structure/generator/NetherFortressGenerator CLASS cgk net/minecraft/structure/generator/NetherFortressGenerator
CLASS cgk$q net/minecraft/structure/generator/NetherFortressGenerator$net/minecraft/structure/generator/NetherFortressGenerator$Start CLASS cgk$q Start

View File

@ -1,5 +1,5 @@
CLASS cgl net/minecraft/structure/generator/OceanMonumentGenerator CLASS cgl net/minecraft/structure/generator/OceanMonumentGenerator
CLASS cgl$p net/minecraft/structure/generator/OceanMonumentGenerator$net/minecraft/structure/generator/OceanMonumentGenerator$Entry CLASS cgl$p Entry
CLASS cgl$q net/minecraft/structure/generator/OceanMonumentGenerator$net/minecraft/structure/generator/OceanMonumentGenerator$Penthouse CLASS cgl$q Penthouse
CLASS cgl$s net/minecraft/structure/generator/OceanMonumentGenerator$net/minecraft/structure/generator/OceanMonumentGenerator$SimpleRoom CLASS cgl$s SimpleRoom
CLASS cgl$t net/minecraft/structure/generator/OceanMonumentGenerator$net/minecraft/structure/generator/OceanMonumentGenerator$SimpleRoomTop CLASS cgl$t SimpleRoomTop

View File

@ -1,5 +1,5 @@
CLASS cgn net/minecraft/structure/generator/OceanTempleGenerator CLASS cgn net/minecraft/structure/generator/OceanTempleGenerator
CLASS cgn$a net/minecraft/structure/generator/OceanTempleGenerator$net/minecraft/structure/generator/OceanTempleGenerator$Piece CLASS cgn$a Piece
FIELD d biomeType Lcgm$b; FIELD d biomeType Lcgm$b;
FIELD e integrity F FIELD e integrity F
FIELD f template Lqp; FIELD f template Lqp;

View File

@ -1,5 +1,5 @@
CLASS cgo net/minecraft/structure/generator/PillagerOutpostGenerator CLASS cgo net/minecraft/structure/generator/PillagerOutpostGenerator
CLASS cgo$a net/minecraft/structure/generator/PillagerOutpostGenerator$net/minecraft/structure/generator/PillagerOutpostGenerator$Piece CLASS cgo$a Piece
METHOD a addPieces (Lbvl;Lchp;Leu;Ljava/util/List;Lbxn;)V METHOD a addPieces (Lbvl;Lchp;Leu;Ljava/util/List;Lbxn;)V
ARG 0 chunkGenerator ARG 0 chunkGenerator
ARG 1 structureManager ARG 1 structureManager

View File

@ -1,5 +1,5 @@
CLASS cgr net/minecraft/structure/generator/ShipwreckGenerator CLASS cgr net/minecraft/structure/generator/ShipwreckGenerator
CLASS cgr$a net/minecraft/structure/generator/ShipwreckGenerator$net/minecraft/structure/generator/ShipwreckGenerator$Piece CLASS cgr$a Piece
FIELD d rotation Lbpj; FIELD d rotation Lbpj;
FIELD e template Lqp; FIELD e template Lqp;
FIELD f isBeached Z FIELD f isBeached Z

View File

@ -1,6 +1,6 @@
CLASS cgs net/minecraft/structure/generator/StrongholdGenerator CLASS cgs net/minecraft/structure/generator/StrongholdGenerator
CLASS cgs$a net/minecraft/structure/generator/StrongholdGenerator$net/minecraft/structure/generator/StrongholdGenerator$Door CLASS cgs$a Door
CLASS cgs$c net/minecraft/structure/generator/StrongholdGenerator$net/minecraft/structure/generator/StrongholdGenerator$FiveWayCrossing CLASS cgs$c FiveWayCrossing
FIELD a leftLow Z FIELD a leftLow Z
FIELD b leftHigh Z FIELD b leftHigh Z
FIELD c rightLow Z FIELD c rightLow Z
@ -9,6 +9,6 @@ CLASS cgs net/minecraft/structure/generator/StrongholdGenerator
METHOD a (Ljava/util/Random;IIIZ)V METHOD a (Ljava/util/Random;IIIZ)V
ARG 1 random ARG 1 random
ARG 2 x ARG 2 x
CLASS cgs$m net/minecraft/structure/generator/StrongholdGenerator$net/minecraft/structure/generator/StrongholdGenerator$Start CLASS cgs$m Start
CLASS cgs$p CLASS cgs$p
FIELD d entryDoor Lcgs$p$a; FIELD d entryDoor Lcgs$p$a;

View File

@ -1,5 +1,5 @@
CLASS cgz net/minecraft/structure/generator/WoodlandMansionGenerator CLASS cgz net/minecraft/structure/generator/WoodlandMansionGenerator
CLASS cgz$i net/minecraft/structure/generator/WoodlandMansionGenerator$net/minecraft/structure/generator/WoodlandMansionGenerator$Piece CLASS cgz$i Piece
FIELD d template Ljava/lang/String; FIELD d template Ljava/lang/String;
FIELD e rotation Lbpj; FIELD e rotation Lbpj;
FIELD f mirror Lboj; FIELD f mirror Lboj;

View File

@ -1,5 +1,5 @@
CLASS cde net/minecraft/structure/generator/village/VillageGenerator CLASS cde net/minecraft/structure/generator/village/VillageGenerator
CLASS cde$a net/minecraft/structure/generator/village/VillageGenerator$net/minecraft/structure/generator/village/VillageGenerator$Piece CLASS cde$a Piece
METHOD a addPieces (Lbvl;Lchp;Leu;Ljava/util/List;Lbxn;Lcdc;)V METHOD a addPieces (Lbvl;Lchp;Leu;Ljava/util/List;Lbxn;Lcdc;)V
ARG 0 chunkGenerator ARG 0 chunkGenerator
ARG 1 structureManager ARG 1 structureManager

View File

@ -1,5 +1,5 @@
CLASS cdt net/minecraft/structure/pool/StructurePool CLASS cdt net/minecraft/structure/pool/StructurePool
CLASS cdt$a net/minecraft/structure/pool/StructurePool$net/minecraft/structure/pool/StructurePool$Projection CLASS cdt$a Projection
FIELD a TERRAIN_MATCHING Lcdt$a; FIELD a TERRAIN_MATCHING Lcdt$a;
FIELD b RIGID Lcdt$a; FIELD b RIGID Lcdt$a;
FIELD c PROJECTIONS_BY_ID Ljava/util/Map; FIELD c PROJECTIONS_BY_ID Ljava/util/Map;

View File

@ -1,5 +1,5 @@
CLASS cdo net/minecraft/structure/pool/StructurePoolBasedGenerator CLASS cdo net/minecraft/structure/pool/StructurePoolBasedGenerator
CLASS cdo$a net/minecraft/structure/pool/StructurePoolBasedGenerator$net/minecraft/structure/pool/StructurePoolBasedGenerator$PieceFactory CLASS cdo$a PieceFactory
FIELD a REGISTRY Lcdu; FIELD a REGISTRY Lcdu;
FIELD b LOGGER Lorg/apache/logging/log4j/Logger; FIELD b LOGGER Lorg/apache/logging/log4j/Logger;
METHOD a addPieces (Lqp;ILcdo$a;Lbvl;Lchp;Leu;Ljava/util/List;Ljava/util/Random;)V METHOD a addPieces (Lqp;ILcdo$a;Lbvl;Lchp;Leu;Ljava/util/List;Ljava/util/Random;)V

View File

@ -1,5 +1,5 @@
CLASS yx net/minecraft/tag/Tag CLASS yx net/minecraft/tag/Tag
CLASS yx$a net/minecraft/tag/Tag$net/minecraft/tag/Tag$Builder CLASS yx$a Builder
FIELD a entries Ljava/util/Set; FIELD a entries Ljava/util/Set;
FIELD b ordered Z FIELD b ordered Z
METHOD a create ()Lyx$a; METHOD a create ()Lyx$a;
@ -13,15 +13,15 @@ CLASS yx net/minecraft/tag/Tag
METHOD a ordered (Z)Lyx$a; METHOD a ordered (Z)Lyx$a;
METHOD a add ([Ljava/lang/Object;)Lyx$a; METHOD a add ([Ljava/lang/Object;)Lyx$a;
METHOD b build (Lqp;)Lyx; METHOD b build (Lqp;)Lyx;
CLASS yx$b net/minecraft/tag/Tag$net/minecraft/tag/Tag$Entry CLASS yx$b Entry
METHOD a toJson (Lcom/google/gson/JsonArray;Ljava/util/function/Function;)V METHOD a toJson (Lcom/google/gson/JsonArray;Ljava/util/function/Function;)V
METHOD a build (Ljava/util/Collection;)V METHOD a build (Ljava/util/Collection;)V
METHOD a applyTagGetter (Ljava/util/function/Function;)Z METHOD a applyTagGetter (Ljava/util/function/Function;)Z
CLASS yx$c net/minecraft/tag/Tag$net/minecraft/tag/Tag$TagEntry CLASS yx$c TagEntry
FIELD a id Lqp; FIELD a id Lqp;
FIELD b tag Lyx; FIELD b tag Lyx;
METHOD a getId ()Lqp; METHOD a getId ()Lqp;
CLASS yx$d net/minecraft/tag/Tag$net/minecraft/tag/Tag$CollectionEntry CLASS yx$d CollectionEntry
FIELD a values Ljava/util/Collection; FIELD a values Ljava/util/Collection;
FIELD a id Lqp; FIELD a id Lqp;
FIELD b values Ljava/util/Set; FIELD b values Ljava/util/Set;

View File

@ -1,10 +1,10 @@
CLASS jq net/minecraft/text/NbtTextComponent CLASS jq net/minecraft/text/NbtTextComponent
CLASS jq$a net/minecraft/text/NbtTextComponent$net/minecraft/text/NbtTextComponent$BlockPosArgument CLASS jq$a BlockPosArgument
FIELD e pos Ljava/lang/String; FIELD e pos Ljava/lang/String;
METHOD equals (Ljava/lang/Object;)Z METHOD equals (Ljava/lang/Object;)Z
ARG 1 o ARG 1 o
METHOD k getPos ()Ljava/lang/String; METHOD k getPos ()Ljava/lang/String;
CLASS jq$b net/minecraft/text/NbtTextComponent$net/minecraft/text/NbtTextComponent$EntityNbtTextComponent CLASS jq$b EntityNbtTextComponent
FIELD e selector Ljava/lang/String; FIELD e selector Ljava/lang/String;
METHOD equals (Ljava/lang/Object;)Z METHOD equals (Ljava/lang/Object;)Z
ARG 1 o ARG 1 o

View File

@ -1,5 +1,5 @@
CLASS jt net/minecraft/text/Style CLASS jt net/minecraft/text/Style
CLASS jt$a net/minecraft/text/Style$net/minecraft/text/Style$Serializer CLASS jt$a Serializer
FIELD a parent Ljt; FIELD a parent Ljt;
FIELD b color Lc; FIELD b color Lc;
FIELD c bold Ljava/lang/Boolean; FIELD c bold Ljava/lang/Boolean;

View File

@ -1,5 +1,5 @@
CLASS jl net/minecraft/text/TextComponent CLASS jl net/minecraft/text/TextComponent
CLASS jl$a net/minecraft/text/TextComponent$net/minecraft/text/TextComponent$Serializer CLASS jl$a Serializer
FIELD a GSON Lcom/google/gson/Gson; FIELD a GSON Lcom/google/gson/Gson;
FIELD b POS_FIELD Ljava/lang/reflect/Field; FIELD b POS_FIELD Ljava/lang/reflect/Field;
FIELD c LINE_START_FIELD Ljava/lang/reflect/Field; FIELD c LINE_START_FIELD Ljava/lang/reflect/Field;

View File

@ -1,5 +1,5 @@
CLASS jk net/minecraft/text/event/ClickEvent CLASS jk net/minecraft/text/event/ClickEvent
CLASS jk$a net/minecraft/text/event/ClickEvent$net/minecraft/text/event/ClickEvent$Action CLASS jk$a Action
FIELD a OPEN_URL Ljk$a; FIELD a OPEN_URL Ljk$a;
FIELD b OPEN_FILE Ljk$a; FIELD b OPEN_FILE Ljk$a;
FIELD c RUN_COMMAND Ljk$a; FIELD c RUN_COMMAND Ljk$a;

View File

@ -1,5 +1,5 @@
CLASS jo net/minecraft/text/event/HoverEvent CLASS jo net/minecraft/text/event/HoverEvent
CLASS jo$a net/minecraft/text/event/HoverEvent$net/minecraft/text/event/HoverEvent$Action CLASS jo$a Action
FIELD a SHOW_TEXT Ljo$a; FIELD a SHOW_TEXT Ljo$a;
FIELD b SHOW_ITEM Ljo$a; FIELD b SHOW_ITEM Ljo$a;
FIELD c SHOW_ENTITY Ljo$a; FIELD c SHOW_ENTITY Ljo$a;

View File

@ -1,5 +1,5 @@
CLASS cmv net/minecraft/util/BoundedIntUnaryOperator CLASS cmv net/minecraft/util/BoundedIntUnaryOperator
CLASS cmv$a net/minecraft/util/BoundedIntUnaryOperator$net/minecraft/util/BoundedIntUnaryOperator$Serializer CLASS cmv$a Serializer
FIELD a min Ljava/lang/Integer; FIELD a min Ljava/lang/Integer;
FIELD b max Ljava/lang/Integer; FIELD b max Ljava/lang/Integer;
FIELD c operator Ljava/util/function/IntUnaryOperator; FIELD c operator Ljava/util/function/IntUnaryOperator;

View File

@ -1,5 +1,5 @@
CLASS qp net/minecraft/util/Identifier CLASS qp net/minecraft/util/Identifier
CLASS qp$a net/minecraft/util/Identifier$net/minecraft/util/Identifier$DeSerializer CLASS qp$a DeSerializer
FIELD a namespace Ljava/lang/String; FIELD a namespace Ljava/lang/String;
FIELD b path Ljava/lang/String; FIELD b path Ljava/lang/String;
FIELD c EXCEPTION_INVALID Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD c EXCEPTION_INVALID Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;

View File

@ -1,16 +1,16 @@
CLASS agd net/minecraft/util/Mailbox CLASS agd net/minecraft/util/Mailbox
CLASS agd$a net/minecraft/util/Mailbox$net/minecraft/util/Mailbox$PrioritizedQueueMailbox CLASS agd$a PrioritizedQueueMailbox
FIELD a queues Ljava/util/List; FIELD a queues Ljava/util/List;
METHOD <init> (I)V METHOD <init> (I)V
ARG 1 priorityCount ARG 1 priorityCount
CLASS agd$b net/minecraft/util/Mailbox$net/minecraft/util/Mailbox$PrioritizedMessage CLASS agd$b PrioritizedMessage
FIELD a priority I FIELD a priority I
FIELD b runnable Ljava/lang/Runnable; FIELD b runnable Ljava/lang/Runnable;
METHOD <init> (ILjava/lang/Runnable;)V METHOD <init> (ILjava/lang/Runnable;)V
ARG 1 priority ARG 1 priority
ARG 2 runnable ARG 2 runnable
METHOD a getPriority ()I METHOD a getPriority ()I
CLASS agd$c net/minecraft/util/Mailbox$net/minecraft/util/Mailbox$QueueMailbox CLASS agd$c QueueMailbox
FIELD a queue Ljava/util/Queue; FIELD a queue Ljava/util/Queue;
METHOD a getNext ()Ljava/lang/Object; METHOD a getNext ()Ljava/lang/Object;
METHOD a add (Ljava/lang/Object;)Z METHOD a add (Ljava/lang/Object;)Z

View File

@ -1,5 +1,5 @@
CLASS bh net/minecraft/util/NumberRange CLASS bh net/minecraft/util/NumberRange
CLASS bh$c net/minecraft/util/NumberRange$net/minecraft/util/NumberRange$Float CLASS bh$c Float
FIELD e ANY Lbh$c; FIELD e ANY Lbh$c;
FIELD f minSquared Ljava/lang/Double; FIELD f minSquared Ljava/lang/Double;
FIELD g maxSquared Ljava/lang/Double; FIELD g maxSquared Ljava/lang/Double;
@ -16,7 +16,7 @@ CLASS bh net/minecraft/util/NumberRange
METHOD b atLeast (F)Lbh$c; METHOD b atLeast (F)Lbh$c;
ARG 0 value ARG 0 value
METHOD d matches (F)Z METHOD d matches (F)Z
CLASS bh$d net/minecraft/util/NumberRange$net/minecraft/util/NumberRange$Integer CLASS bh$d Integer
FIELD e ANY Lbh$d; FIELD e ANY Lbh$d;
FIELD f minSquared Ljava/lang/Long; FIELD f minSquared Ljava/lang/Long;
FIELD g maxSquared Ljava/lang/Long; FIELD g maxSquared Ljava/lang/Long;

View File

@ -1,5 +1,5 @@
CLASS cua net/minecraft/util/Session CLASS cua net/minecraft/util/Session
CLASS cua$a net/minecraft/util/Session$net/minecraft/util/Session$AccountType CLASS cua$a AccountType
FIELD a LEGACY Lcua$a; FIELD a LEGACY Lcua$a;
FIELD b MOJANG Lcua$a; FIELD b MOJANG Lcua$a;
METHOD a byName (Ljava/lang/String;)Lcua$a; METHOD a byName (Ljava/lang/String;)Lcua$a;

View File

@ -1,7 +1,7 @@
CLASS o net/minecraft/util/SystemUtil CLASS o net/minecraft/util/SystemUtil
CLASS o$a net/minecraft/util/SystemUtil$net/minecraft/util/SystemUtil$IdentityHashStrategy CLASS o$a IdentityHashStrategy
FIELD a INSTANCE Lo$a; FIELD a INSTANCE Lo$a;
CLASS o$b net/minecraft/util/SystemUtil$net/minecraft/util/SystemUtil$OperatingSystem CLASS o$b OperatingSystem
FIELD a UNIX Lo$b; FIELD a UNIX Lo$b;
FIELD b SOLARIS Lo$b; FIELD b SOLARIS Lo$b;
FIELD c WINDOWS Lo$b; FIELD c WINDOWS Lo$b;

View File

@ -5,12 +5,12 @@ CLASS xi net/minecraft/util/UserCache
ARG 2 exception ARG 2 exception
METHOD onProfileLookupSucceeded (Lcom/mojang/authlib/GameProfile;)V METHOD onProfileLookupSucceeded (Lcom/mojang/authlib/GameProfile;)V
ARG 1 profile ARG 1 profile
CLASS xi$a net/minecraft/util/UserCache$net/minecraft/util/UserCache$Entry CLASS xi$a Entry
FIELD b profile Lcom/mojang/authlib/GameProfile; FIELD b profile Lcom/mojang/authlib/GameProfile;
FIELD c expirationDate Ljava/util/Date; FIELD c expirationDate Ljava/util/Date;
METHOD a getProfile ()Lcom/mojang/authlib/GameProfile; METHOD a getProfile ()Lcom/mojang/authlib/GameProfile;
METHOD b getExpirationDate ()Ljava/util/Date; METHOD b getExpirationDate ()Ljava/util/Date;
CLASS xi$b net/minecraft/util/UserCache$net/minecraft/util/UserCache$JsonConverter CLASS xi$b JsonConverter
FIELD a EXPIRATION_DATE_FORMAT Ljava/text/SimpleDateFormat; FIELD a EXPIRATION_DATE_FORMAT Ljava/text/SimpleDateFormat;
FIELD b gson Lcom/google/gson/Gson; FIELD b gson Lcom/google/gson/Gson;
FIELD c useRemote Z FIELD c useRemote Z

View File

@ -1,5 +1,5 @@
CLASS zx net/minecraft/util/WeightedPicker CLASS zx net/minecraft/util/WeightedPicker
CLASS zx$a net/minecraft/util/WeightedPicker$net/minecraft/util/WeightedPicker$Entry CLASS zx$a Entry
FIELD a weight I FIELD a weight I
METHOD a getWeightSum (Ljava/util/List;)I METHOD a getWeightSum (Ljava/util/List;)I
ARG 0 list ARG 0 list

View File

@ -1,5 +1,5 @@
CLASS e net/minecraft/util/crash/CrashReportSection CLASS e net/minecraft/util/crash/CrashReportSection
CLASS e$a net/minecraft/util/crash/CrashReportSection$net/minecraft/util/crash/CrashReportSection$Element CLASS e$a Element
FIELD a name Ljava/lang/String; FIELD a name Ljava/lang/String;
FIELD b detail Ljava/lang/String; FIELD b detail Ljava/lang/String;
METHOD a getName ()Ljava/lang/String; METHOD a getName ()Ljava/lang/String;

View File

@ -1,5 +1,5 @@
CLASS cqe net/minecraft/util/hit/HitResult CLASS cqe net/minecraft/util/hit/HitResult
CLASS cqe$a net/minecraft/util/hit/HitResult$net/minecraft/util/hit/HitResult$Type CLASS cqe$a Type
FIELD a NONE Lcqe$a; FIELD a NONE Lcqe$a;
FIELD b BLOCK Lcqe$a; FIELD b BLOCK Lcqe$a;
FIELD c ENTITY Lcqe$a; FIELD c ENTITY Lcqe$a;

View File

@ -10,7 +10,7 @@ CLASS eu net/minecraft/util/math/BlockPos
FIELD f maxX I FIELD f maxX I
FIELD g maxY I FIELD g maxY I
FIELD h maxZ I FIELD h maxZ I
CLASS eu$a net/minecraft/util/math/BlockPos$net/minecraft/util/math/BlockPos$Mutable CLASS eu$a Mutable
FIELD b x I FIELD b x I
FIELD c y I FIELD c y I
FIELD d z I FIELD d z I
@ -29,7 +29,7 @@ CLASS eu net/minecraft/util/math/BlockPos
METHOD g setFromLong (J)Leu$a; METHOD g setFromLong (J)Leu$a;
METHOD g set (Lfp;)Leu$a; METHOD g set (Lfp;)Leu$a;
METHOD p setY (I)V METHOD p setY (I)V
CLASS eu$b net/minecraft/util/math/BlockPos$net/minecraft/util/math/BlockPos$PooledMutable CLASS eu$b PooledMutable
FIELD g POOL Ljava/util/List; FIELD g POOL Ljava/util/List;
METHOD <init> (III)V METHOD <init> (III)V
ARG 1 y ARG 1 y

View File

@ -1,5 +1,5 @@
CLASS ez net/minecraft/util/math/Direction CLASS ez net/minecraft/util/math/Direction
CLASS ez$a net/minecraft/util/math/Direction$net/minecraft/util/math/Direction$Axis CLASS ez$a Axis
FIELD a X Lez$a; FIELD a X Lez$a;
FIELD b Y Lez$a; FIELD b Y Lez$a;
FIELD c Z Lez$a; FIELD c Z Lez$a;
@ -17,13 +17,13 @@ CLASS ez net/minecraft/util/math/Direction
ARG 0 random ARG 0 random
METHOD b isVertical ()Z METHOD b isVertical ()Z
METHOD c isHorizontal ()Z METHOD c isHorizontal ()Z
CLASS ez$b net/minecraft/util/math/Direction$net/minecraft/util/math/Direction$AxisDirection CLASS ez$b AxisDirection
FIELD a POSITIVE Lez$b; FIELD a POSITIVE Lez$b;
FIELD b NEGATIVE Lez$b; FIELD b NEGATIVE Lez$b;
FIELD c offset I FIELD c offset I
FIELD d desc Ljava/lang/String; FIELD d desc Ljava/lang/String;
METHOD a offset ()I METHOD a offset ()I
CLASS ez$c net/minecraft/util/math/Direction$net/minecraft/util/math/Direction$Type CLASS ez$c Type
FIELD a HORIZONTAL Lez$c; FIELD a HORIZONTAL Lez$c;
FIELD b VERTICAL Lez$c; FIELD b VERTICAL Lez$c;
FIELD c facingArray [Lez; FIELD c facingArray [Lez;

View File

@ -1,10 +1,10 @@
CLASS afr net/minecraft/util/profiler/DisableableProfiler CLASS afr net/minecraft/util/profiler/DisableableProfiler
CLASS afr$a net/minecraft/util/profiler/DisableableProfiler$net/minecraft/util/profiler/DisableableProfiler$ProfilerController CLASS afr$a ProfilerController
METHOD a isEnabled ()Z METHOD a isEnabled ()Z
METHOD b disable ()Lafu; METHOD b disable ()Lafu;
METHOD c getResults ()Lafu; METHOD c getResults ()Lafu;
METHOD d enable ()V METHOD d enable ()V
CLASS afr$b net/minecraft/util/profiler/DisableableProfiler$net/minecraft/util/profiler/DisableableProfiler$ProfilerControllerImpl CLASS afr$b ProfilerControllerImpl
FIELD a profiler Laft; FIELD a profiler Laft;
FIELD b tickSupplier Ljava/util/function/IntSupplier; FIELD b tickSupplier Ljava/util/function/IntSupplier;
FIELD c controller Lafr$b; FIELD c controller Lafr$b;

View File

@ -1,5 +1,5 @@
CLASS cqx net/minecraft/util/shape/VoxelShapes CLASS cqx net/minecraft/util/shape/VoxelShapes
CLASS cqx$a net/minecraft/util/shape/VoxelShapes$net/minecraft/util/shape/VoxelShapes$ShapeConsumer CLASS cqx$a ShapeConsumer
METHOD consume (DDDDDD)V METHOD consume (DDDDDD)V
ARG 1 minX ARG 1 minX
FIELD b FULL_CUBE Lcra; FIELD b FULL_CUBE Lcra;

View File

@ -1,8 +1,8 @@
CLASS aue net/minecraft/village/Trades CLASS aue net/minecraft/village/Trades
CLASS aue$d net/minecraft/village/Trades$net/minecraft/village/Trades$EnchantBookFactory CLASS aue$d EnchantBookFactory
CLASS aue$f net/minecraft/village/Trades$net/minecraft/village/Trades$Factory CLASS aue$f Factory
METHOD a create (Lahw;Ljava/util/Random;)Lbfb; METHOD a create (Lahw;Ljava/util/Random;)Lbfb;
CLASS aue$k net/minecraft/village/Trades$net/minecraft/village/Trades$SellMapFactory CLASS aue$k SellMapFactory
FIELD b structure Ljava/lang/String; FIELD b structure Ljava/lang/String;
FIELD a PROFESSION_TO_LEVELED_TRADE Ljava/util/Map; FIELD a PROFESSION_TO_LEVELED_TRADE Ljava/util/Map;
FIELD b WANDERING_TRADER_TRADES Lit/unimi/dsi/fastutil/ints/Int2ObjectMap; FIELD b WANDERING_TRADER_TRADES Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;

View File

@ -1,5 +1,5 @@
CLASS bft net/minecraft/world/GameRules CLASS bft net/minecraft/world/GameRules
CLASS bft$a net/minecraft/world/GameRules$net/minecraft/world/GameRules$Value CLASS bft$a Value
FIELD a asString Ljava/lang/String; FIELD a asString Ljava/lang/String;
FIELD b asBoolean Z FIELD b asBoolean Z
FIELD c asInteger I FIELD c asInteger I
@ -11,12 +11,12 @@ CLASS bft net/minecraft/world/GameRules
METHOD b getBoolean ()Z METHOD b getBoolean ()Z
METHOD c getInteger ()I METHOD c getInteger ()I
METHOD e getType ()Lbft$c; METHOD e getType ()Lbft$c;
CLASS bft$b net/minecraft/world/GameRules$net/minecraft/world/GameRules$Key CLASS bft$b Key
FIELD a type Lbft$c; FIELD a type Lbft$c;
FIELD b defaultValue Ljava/lang/String; FIELD b defaultValue Ljava/lang/String;
METHOD a createValue ()Lbft$a; METHOD a createValue ()Lbft$a;
METHOD b getType ()Lbft$c; METHOD b getType ()Lbft$c;
CLASS bft$c net/minecraft/world/GameRules$net/minecraft/world/GameRules$Type CLASS bft$c Type
FIELD a STRING Lbft$c; FIELD a STRING Lbft$c;
FIELD b BOOLEAN Lbft$c; FIELD b BOOLEAN Lbft$c;
FIELD c INTEGER Lbft$c; FIELD c INTEGER Lbft$c;

View File

@ -1,11 +1,11 @@
CLASS bfl net/minecraft/world/RayTraceContext CLASS bfl net/minecraft/world/RayTraceContext
CLASS bfl$a net/minecraft/world/RayTraceContext$net/minecraft/world/RayTraceContext$ShapeType CLASS bfl$a ShapeType
FIELD c provider Lbfl$c; FIELD c provider Lbfl$c;
CLASS bfl$b net/minecraft/world/RayTraceContext$net/minecraft/world/RayTraceContext$FluidHandling CLASS bfl$b FluidHandling
FIELD a NONE Lbfl$b; FIELD a NONE Lbfl$b;
FIELD d predicate Ljava/util/function/Predicate; FIELD d predicate Ljava/util/function/Predicate;
METHOD a handled (Lcjk;)Z METHOD a handled (Lcjk;)Z
CLASS bfl$c net/minecraft/world/RayTraceContext$net/minecraft/world/RayTraceContext$ShapeProvider CLASS bfl$c ShapeProvider
FIELD a start Lcqg; FIELD a start Lcqg;
FIELD b end Lcqg; FIELD b end Lcqg;
FIELD c shapeType Lbfl$a; FIELD c shapeType Lbfl$a;

View File

@ -1,5 +1,5 @@
CLASS bgu net/minecraft/world/biome/Biome CLASS bgu net/minecraft/world/biome/Biome
CLASS bgu$a net/minecraft/world/biome/Biome$net/minecraft/world/biome/Biome$Settings CLASS bgu$a Settings
FIELD a surfaceBuilder Lchx; FIELD a surfaceBuilder Lchx;
FIELD b precipitation Lbgu$d; FIELD b precipitation Lbgu$d;
FIELD c category Lbgu$b; FIELD c category Lbgu$b;
@ -22,7 +22,7 @@ CLASS bgu net/minecraft/world/biome/Biome
METHOD b waterFogColor (I)Lbgu$a; METHOD b waterFogColor (I)Lbgu$a;
METHOD c temperature (F)Lbgu$a; METHOD c temperature (F)Lbgu$a;
METHOD d downfall (F)Lbgu$a; METHOD d downfall (F)Lbgu$a;
CLASS bgu$b net/minecraft/world/biome/Biome$net/minecraft/world/biome/Biome$Category CLASS bgu$b Category
FIELD a NONE Lbgu$b; FIELD a NONE Lbgu$b;
FIELD b TAIGA Lbgu$b; FIELD b TAIGA Lbgu$b;
FIELD c EXTREME_HILLS Lbgu$b; FIELD c EXTREME_HILLS Lbgu$b;
@ -43,7 +43,7 @@ CLASS bgu net/minecraft/world/biome/Biome
FIELD r NAME_MAP Ljava/util/Map; FIELD r NAME_MAP Ljava/util/Map;
FIELD s name Ljava/lang/String; FIELD s name Ljava/lang/String;
METHOD a getName ()Ljava/lang/String; METHOD a getName ()Ljava/lang/String;
CLASS bgu$c net/minecraft/world/biome/Biome$net/minecraft/world/biome/Biome$TemperatureGroup CLASS bgu$c TemperatureGroup
FIELD a OCEAN Lbgu$c; FIELD a OCEAN Lbgu$c;
FIELD b COLD Lbgu$c; FIELD b COLD Lbgu$c;
FIELD c MEDIUM Lbgu$c; FIELD c MEDIUM Lbgu$c;
@ -51,14 +51,14 @@ CLASS bgu net/minecraft/world/biome/Biome
FIELD e NAME_MAP Ljava/util/Map; FIELD e NAME_MAP Ljava/util/Map;
FIELD f name Ljava/lang/String; FIELD f name Ljava/lang/String;
METHOD a getName ()Ljava/lang/String; METHOD a getName ()Ljava/lang/String;
CLASS bgu$d net/minecraft/world/biome/Biome$net/minecraft/world/biome/Biome$Precipitation CLASS bgu$d Precipitation
FIELD a NONE Lbgu$d; FIELD a NONE Lbgu$d;
FIELD b RAIN Lbgu$d; FIELD b RAIN Lbgu$d;
FIELD c SNOW Lbgu$d; FIELD c SNOW Lbgu$d;
FIELD d NAME_MAP Ljava/util/Map; FIELD d NAME_MAP Ljava/util/Map;
FIELD e name Ljava/lang/String; FIELD e name Ljava/lang/String;
METHOD a getName ()Ljava/lang/String; METHOD a getName ()Ljava/lang/String;
CLASS bgu$e net/minecraft/world/biome/Biome$net/minecraft/world/biome/Biome$SpawnEntry CLASS bgu$e SpawnEntry
FIELD b type Laia; FIELD b type Laia;
FIELD c minGroupSize I FIELD c minGroupSize I
FIELD d maxGroupSize I FIELD d maxGroupSize I

View File

@ -1,4 +1,4 @@
CLASS ckc net/minecraft/world/biome/layer/BiomeGroupLayer CLASS ckc net/minecraft/world/biome/layer/BiomeGroupLayer
CLASS ckc$a net/minecraft/world/biome/layer/BiomeGroupLayer$net/minecraft/world/biome/layer/BiomeGroupLayer$AddGroup2Layer CLASS ckc$a AddGroup2Layer
CLASS ckc$b net/minecraft/world/biome/layer/BiomeGroupLayer$net/minecraft/world/biome/layer/BiomeGroupLayer$AddGroup3Layer CLASS ckc$b AddGroup3Layer
CLASS ckc$c net/minecraft/world/biome/layer/BiomeGroupLayer$net/minecraft/world/biome/layer/BiomeGroupLayer$AddSpecialBiomesLayer CLASS ckc$c AddSpecialBiomesLayer

View File

@ -1,5 +1,5 @@
CLASS bvi net/minecraft/world/border/WorldBorder CLASS bvi net/minecraft/world/border/WorldBorder
CLASS bvi$a net/minecraft/world/border/WorldBorder$net/minecraft/world/border/WorldBorder$Area CLASS bvi$a Area
METHOD a getBoundWest ()D METHOD a getBoundWest ()D
METHOD b getBoundEast ()D METHOD b getBoundEast ()D
METHOD c getBoundNorth ()D METHOD c getBoundNorth ()D
@ -12,13 +12,13 @@ CLASS bvi net/minecraft/world/border/WorldBorder
METHOD j onMaxWorldBorderRadiusChanged ()V METHOD j onMaxWorldBorderRadiusChanged ()V
METHOD k onCenterChanged ()V METHOD k onCenterChanged ()V
METHOD l getAreaInstance ()Lbvi$a; METHOD l getAreaInstance ()Lbvi$a;
CLASS bvi$b net/minecraft/world/border/WorldBorder$net/minecraft/world/border/WorldBorder$MovingArea CLASS bvi$b MovingArea
FIELD b oldSize D FIELD b oldSize D
FIELD c newSize D FIELD c newSize D
FIELD d timeEnd J FIELD d timeEnd J
FIELD e timeStart J FIELD e timeStart J
FIELD f timeDuration D FIELD f timeDuration D
CLASS bvi$c net/minecraft/world/border/WorldBorder$net/minecraft/world/border/WorldBorder$StaticArea CLASS bvi$c StaticArea
FIELD b size D FIELD b size D
FIELD c boundWest D FIELD c boundWest D
FIELD d boundNorth D FIELD d boundNorth D

View File

@ -1,5 +1,5 @@
CLASS bvg net/minecraft/world/border/WorldBorderListener CLASS bvg net/minecraft/world/border/WorldBorderListener
CLASS bvg$a net/minecraft/world/border/WorldBorderListener$net/minecraft/world/border/WorldBorderListener$WorldBorderSyncer CLASS bvg$a WorldBorderSyncer
FIELD a border Lbvi; FIELD a border Lbvi;
METHOD <init> (Lbvi;)V METHOD <init> (Lbvi;)V
ARG 1 border ARG 1 border

View File

@ -1,12 +1,12 @@
CLASS bvp net/minecraft/world/chunk/ChunkStatus CLASS bvp net/minecraft/world/chunk/ChunkStatus
CLASS bvp$a net/minecraft/world/chunk/ChunkStatus$net/minecraft/world/chunk/ChunkStatus$Task CLASS bvp$a Task
METHOD doWork (Lbvp;Lvc;Lbvl;Lchp;Lvf;Ljava/util/function/Function;Ljava/util/List;Lbvk;)Ljava/util/concurrent/CompletableFuture; METHOD doWork (Lbvp;Lvc;Lbvl;Lchp;Lvf;Ljava/util/function/Function;Ljava/util/List;Lbvk;)Ljava/util/concurrent/CompletableFuture;
ARG 1 targetStatus ARG 1 targetStatus
ARG 3 generator ARG 3 generator
CLASS bvp$b net/minecraft/world/chunk/ChunkStatus$net/minecraft/world/chunk/ChunkStatus$ChunkType CLASS bvp$b ChunkType
FIELD a PROTOCHUNK Lbvp$b; FIELD a PROTOCHUNK Lbvp$b;
FIELD b LEVELCHUNK Lbvp$b; FIELD b LEVELCHUNK Lbvp$b;
CLASS bvp$c net/minecraft/world/chunk/ChunkStatus$net/minecraft/world/chunk/ChunkStatus$SimpleTask CLASS bvp$c SimpleTask
METHOD doWork (Lbvp;Lvc;Lbvl;Lchp;Lvf;Ljava/util/function/Function;Ljava/util/List;Lbvk;)Ljava/util/concurrent/CompletableFuture; METHOD doWork (Lbvp;Lvc;Lbvl;Lchp;Lvf;Ljava/util/function/Function;Ljava/util/List;Lbvk;)Ljava/util/concurrent/CompletableFuture;
ARG 1 targetStatus ARG 1 targetStatus
ARG 3 generator ARG 3 generator

View File

@ -1,5 +1,5 @@
CLASS bvw net/minecraft/world/chunk/WorldChunk CLASS bvw net/minecraft/world/chunk/WorldChunk
CLASS bvw$a net/minecraft/world/chunk/WorldChunk$net/minecraft/world/chunk/WorldChunk$CreationType CLASS bvw$a CreationType
FIELD a EMPTY_SECTION Lbvx; FIELD a EMPTY_SECTION Lbvx;
FIELD b LOGGER Lorg/apache/logging/log4j/Logger; FIELD b LOGGER Lorg/apache/logging/log4j/Logger;
FIELD c sections [Lbvx; FIELD c sections [Lbvx;

View File

@ -1,5 +1,5 @@
CLASS ciu net/minecraft/world/chunk/light/BlockLightStorage CLASS ciu net/minecraft/world/chunk/light/BlockLightStorage
CLASS ciu$a net/minecraft/world/chunk/light/BlockLightStorage$net/minecraft/world/chunk/light/BlockLightStorage$Data CLASS ciu$a Data
METHOD <init> (Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;)V METHOD <init> (Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;)V
ARG 1 map ARG 1 map
METHOD <init> (Lbvy;)V METHOD <init> (Lbvy;)V

View File

@ -1,4 +1,4 @@
CLASS ciz net/minecraft/world/chunk/light/ChunkLightingView CLASS ciz net/minecraft/world/chunk/light/ChunkLightingView
CLASS ciz$a net/minecraft/world/chunk/light/ChunkLightingView$net/minecraft/world/chunk/light/ChunkLightingView$Empty CLASS ciz$a Empty
METHOD a getChunkLightArray (Lfn;)Lbvq; METHOD a getChunkLightArray (Lfn;)Lbvq;
METHOD b getLightLevel (Leu;)I METHOD b getLightLevel (Leu;)I

View File

@ -1,5 +1,5 @@
CLASS cje net/minecraft/world/chunk/light/SkyLightStorage CLASS cje net/minecraft/world/chunk/light/SkyLightStorage
CLASS cje$a net/minecraft/world/chunk/light/SkyLightStorage$net/minecraft/world/chunk/light/SkyLightStorage$Data CLASS cje$a Data
FIELD b defaultHeight I FIELD b defaultHeight I
FIELD c heightMap Lit/unimi/dsi/fastutil/longs/Long2IntOpenHashMap; FIELD c heightMap Lit/unimi/dsi/fastutil/longs/Long2IntOpenHashMap;
FIELD k DIRECTIONS_SKYLIGHT [Lez; FIELD k DIRECTIONS_SKYLIGHT [Lez;

View File

@ -1,5 +1,5 @@
CLASS bwl net/minecraft/world/chunk/storage/RegionFile CLASS bwl net/minecraft/world/chunk/storage/RegionFile
CLASS bwl$a net/minecraft/world/chunk/storage/RegionFile$net/minecraft/world/chunk/storage/RegionFile$ChunkBuffer CLASS bwl$a ChunkBuffer
FIELD b pos Lbfk; FIELD b pos Lbfk;
FIELD a EMPTY_SECTOR [B FIELD a EMPTY_SECTOR [B
FIELD b file Ljava/io/RandomAccessFile; FIELD b file Ljava/io/RandomAccessFile;

View File

@ -1,5 +1,5 @@
CLASS bxc net/minecraft/world/gen/GenerationStep CLASS bxc net/minecraft/world/gen/GenerationStep
CLASS bxc$a net/minecraft/world/gen/GenerationStep$net/minecraft/world/gen/GenerationStep$Carver CLASS bxc$a Carver
FIELD a AIR Lbxc$a; FIELD a AIR Lbxc$a;
FIELD b LIQUID Lbxc$a; FIELD b LIQUID Lbxc$a;
FIELD c BY_NAME Ljava/util/Map; FIELD c BY_NAME Ljava/util/Map;
@ -7,7 +7,7 @@ CLASS bxc net/minecraft/world/gen/GenerationStep
METHOD <init> (Ljava/lang/String;ILjava/lang/String;)V METHOD <init> (Ljava/lang/String;ILjava/lang/String;)V
ARG 3 name ARG 3 name
METHOD a getName ()Ljava/lang/String; METHOD a getName ()Ljava/lang/String;
CLASS bxc$b net/minecraft/world/gen/GenerationStep$net/minecraft/world/gen/GenerationStep$Feature CLASS bxc$b Feature
FIELD a RAW_GENERATION Lbxc$b; FIELD a RAW_GENERATION Lbxc$b;
FIELD b LOCAL_MODIFICATIONS Lbxc$b; FIELD b LOCAL_MODIFICATIONS Lbxc$b;
FIELD c UNDERGROUND_STRUCTURES Lbxc$b; FIELD c UNDERGROUND_STRUCTURES Lbxc$b;

View File

@ -1,5 +1,5 @@
CLASS bxd net/minecraft/world/gen/Heightmap CLASS bxd net/minecraft/world/gen/Heightmap
CLASS bxd$a net/minecraft/world/gen/Heightmap$net/minecraft/world/gen/Heightmap$Type CLASS bxd$a Type
FIELD a WORLD_SURFACE_WG Lbxd$a; FIELD a WORLD_SURFACE_WG Lbxd$a;
FIELD b WORLD_SURFACE Lbxd$a; FIELD b WORLD_SURFACE Lbxd$a;
FIELD c OCEAN_FLOOR_WG Lbxd$a; FIELD c OCEAN_FLOOR_WG Lbxd$a;

View File

@ -1,5 +1,5 @@
CLASS bxj net/minecraft/world/gen/PillagerSpawner CLASS bxj net/minecraft/world/gen/PillagerSpawner
CLASS bxj$a net/minecraft/world/gen/PillagerSpawner$net/minecraft/world/gen/PillagerSpawner$SpawnEntry CLASS bxj$a SpawnEntry
FIELD b entityType Laia; FIELD b entityType Laia;
METHOD <init> (Laia;I)V METHOD <init> (Laia;I)V
ARG 2 weight ARG 2 weight

View File

@ -1,5 +1,5 @@
CLASS bxb net/minecraft/world/gen/chunk/FlatChunkGenerator CLASS bxb net/minecraft/world/gen/chunk/FlatChunkGenerator
CLASS bxb$a net/minecraft/world/gen/chunk/FlatChunkGenerator$net/minecraft/world/gen/chunk/FlatChunkGenerator$FlatChunkGeneratorBiome CLASS bxb$a FlatChunkGeneratorBiome
FIELD e biome Lbgu; FIELD e biome Lbgu;
FIELD f phantomSpawner Lbxk; FIELD f phantomSpawner Lbxk;
METHOD <init> (Lbfy;Lbgw;Lcdx;)V METHOD <init> (Lbfy;Lbgw;Lcdx;)V

View File

@ -1,5 +1,5 @@
CLASS byi net/minecraft/world/gen/feature/BuriedTreasureFeature CLASS byi net/minecraft/world/gen/feature/BuriedTreasureFeature
CLASS byi$a net/minecraft/world/gen/feature/BuriedTreasureFeature$net/minecraft/world/gen/feature/BuriedTreasureFeature$Start CLASS byi$a Start
METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V
ARG 2 chunkX ARG 2 chunkX
ARG 3 chunkZ ARG 3 chunkZ

View File

@ -1,5 +1,5 @@
CLASS bze net/minecraft/world/gen/feature/DesertPyramidFeature CLASS bze net/minecraft/world/gen/feature/DesertPyramidFeature
CLASS bze$a net/minecraft/world/gen/feature/DesertPyramidFeature$net/minecraft/world/gen/feature/DesertPyramidFeature$Start CLASS bze$a Start
METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V
ARG 2 chunkX ARG 2 chunkX
ARG 3 chunkZ ARG 3 chunkZ

View File

@ -1,5 +1,5 @@
CLASS bzl net/minecraft/world/gen/feature/EndCityFeature CLASS bzl net/minecraft/world/gen/feature/EndCityFeature
CLASS bzl$a net/minecraft/world/gen/feature/EndCityFeature$net/minecraft/world/gen/feature/EndCityFeature$Start CLASS bzl$a Start
METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V
ARG 2 chunkX ARG 2 chunkX
ARG 3 chunkZ ARG 3 chunkZ

View File

@ -1,5 +1,5 @@
CLASS ccp net/minecraft/world/gen/feature/EndSpikeFeature CLASS ccp net/minecraft/world/gen/feature/EndSpikeFeature
CLASS ccp$a net/minecraft/world/gen/feature/EndSpikeFeature$net/minecraft/world/gen/feature/EndSpikeFeature$Spike CLASS ccp$a Spike
FIELD a centerX I FIELD a centerX I
FIELD b centerZ I FIELD b centerZ I
FIELD c radius I FIELD c radius I
@ -22,7 +22,7 @@ CLASS ccp net/minecraft/world/gen/feature/EndSpikeFeature
METHOD d getHeight ()I METHOD d getHeight ()I
METHOD e isGuarded ()Z METHOD e isGuarded ()Z
METHOD f getBoundingBox ()Lcqb; METHOD f getBoundingBox ()Lcqb;
CLASS ccp$b net/minecraft/world/gen/feature/EndSpikeFeature$net/minecraft/world/gen/feature/EndSpikeFeature$SpikeCache CLASS ccp$b SpikeCache
FIELD a CACHE Lcom/google/common/cache/LoadingCache; FIELD a CACHE Lcom/google/common/cache/LoadingCache;
METHOD <init> (Ljava/util/function/Function;)V METHOD <init> (Ljava/util/function/Function;)V
ARG 1 configFactory ARG 1 configFactory

View File

@ -1,5 +1,5 @@
CLASS cal net/minecraft/world/gen/feature/IglooFeature CLASS cal net/minecraft/world/gen/feature/IglooFeature
CLASS cal$a net/minecraft/world/gen/feature/IglooFeature$net/minecraft/world/gen/feature/IglooFeature$Start CLASS cal$a Start
METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V
ARG 2 chunkX ARG 2 chunkX
ARG 3 chunkZ ARG 3 chunkZ

View File

@ -1,5 +1,5 @@
CLASS can net/minecraft/world/gen/feature/JungleTempleFeature CLASS can net/minecraft/world/gen/feature/JungleTempleFeature
CLASS can$a net/minecraft/world/gen/feature/JungleTempleFeature$net/minecraft/world/gen/feature/JungleTempleFeature$Start CLASS can$a Start
METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V
ARG 2 chunkX ARG 2 chunkX
ARG 3 chunkZ ARG 3 chunkZ

View File

@ -1,5 +1,5 @@
CLASS bya net/minecraft/world/gen/feature/LargeOakTreeFeature CLASS bya net/minecraft/world/gen/feature/LargeOakTreeFeature
CLASS bya$a net/minecraft/world/gen/feature/LargeOakTreeFeature$net/minecraft/world/gen/feature/LargeOakTreeFeature$BranchPosition CLASS bya$a BranchPosition
FIELD b endY I FIELD b endY I
METHOD <init> (Leu;I)V METHOD <init> (Leu;I)V
ARG 1 pos ARG 1 pos

View File

@ -1,9 +1,9 @@
CLASS cay net/minecraft/world/gen/feature/MineshaftFeature CLASS cay net/minecraft/world/gen/feature/MineshaftFeature
CLASS cay$a net/minecraft/world/gen/feature/MineshaftFeature$net/minecraft/world/gen/feature/MineshaftFeature$Start CLASS cay$a Start
METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V
ARG 2 chunkX ARG 2 chunkX
ARG 3 chunkZ ARG 3 chunkZ
CLASS cay$b net/minecraft/world/gen/feature/MineshaftFeature$net/minecraft/world/gen/feature/MineshaftFeature$Type CLASS cay$b Type
FIELD a NORMAL Lcay$b; FIELD a NORMAL Lcay$b;
FIELD b MESA Lcay$b; FIELD b MESA Lcay$b;
FIELD c nameMap Ljava/util/Map; FIELD c nameMap Ljava/util/Map;

View File

@ -1,5 +1,5 @@
CLASS cba net/minecraft/world/gen/feature/NetherFortressFeature CLASS cba net/minecraft/world/gen/feature/NetherFortressFeature
CLASS cba$a net/minecraft/world/gen/feature/NetherFortressFeature$net/minecraft/world/gen/feature/NetherFortressFeature$Start CLASS cba$a Start
METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V
ARG 2 chunkX ARG 2 chunkX
ARG 3 chunkZ ARG 3 chunkZ

View File

@ -1,5 +1,5 @@
CLASS cbe net/minecraft/world/gen/feature/OceanMonumentFeature CLASS cbe net/minecraft/world/gen/feature/OceanMonumentFeature
CLASS cbe$a net/minecraft/world/gen/feature/OceanMonumentFeature$net/minecraft/world/gen/feature/OceanMonumentFeature$Start CLASS cbe$a Start
METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V
ARG 2 chunkX ARG 2 chunkX
ARG 3 chunkZ ARG 3 chunkZ

View File

@ -1,9 +1,9 @@
CLASS cgm net/minecraft/world/gen/feature/OceanRuinFeature CLASS cgm net/minecraft/world/gen/feature/OceanRuinFeature
CLASS cgm$a net/minecraft/world/gen/feature/OceanRuinFeature$net/minecraft/world/gen/feature/OceanRuinFeature$Start CLASS cgm$a Start
METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V
ARG 2 chunkX ARG 2 chunkX
ARG 3 chunkZ ARG 3 chunkZ
CLASS cgm$b net/minecraft/world/gen/feature/OceanRuinFeature$net/minecraft/world/gen/feature/OceanRuinFeature$BiomeType CLASS cgm$b BiomeType
FIELD a WARM Lcgm$b; FIELD a WARM Lcgm$b;
FIELD b COLD Lcgm$b; FIELD b COLD Lcgm$b;
FIELD c nameMap Ljava/util/Map; FIELD c nameMap Ljava/util/Map;

View File

@ -1,5 +1,5 @@
CLASS cbg net/minecraft/world/gen/feature/OreFeatureConfig CLASS cbg net/minecraft/world/gen/feature/OreFeatureConfig
CLASS cbg$a net/minecraft/world/gen/feature/OreFeatureConfig$net/minecraft/world/gen/feature/OreFeatureConfig$Target CLASS cbg$a Target
FIELD a NATURAL_STONE Lcbg$a; FIELD a NATURAL_STONE Lcbg$a;
FIELD b NETHERRACK Lcbg$a; FIELD b NETHERRACK Lcbg$a;
FIELD c nameMap Ljava/util/Map; FIELD c nameMap Ljava/util/Map;

View File

@ -1,5 +1,5 @@
CLASS cbj net/minecraft/world/gen/feature/PillagerOutpostFeature CLASS cbj net/minecraft/world/gen/feature/PillagerOutpostFeature
CLASS cbj$a net/minecraft/world/gen/feature/PillagerOutpostFeature$net/minecraft/world/gen/feature/PillagerOutpostFeature$Start CLASS cbj$a Start
METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V
ARG 2 chunkX ARG 2 chunkX
ARG 3 chunkZ ARG 3 chunkZ

View File

@ -1,5 +1,5 @@
CLASS ccf net/minecraft/world/gen/feature/ShipwreckFeature CLASS ccf net/minecraft/world/gen/feature/ShipwreckFeature
CLASS ccf$a net/minecraft/world/gen/feature/ShipwreckFeature$net/minecraft/world/gen/feature/ShipwreckFeature$Start CLASS ccf$a Start
METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V
ARG 2 chunkX ARG 2 chunkX
ARG 3 chunkZ ARG 3 chunkZ

View File

@ -1,5 +1,5 @@
CLASS cct net/minecraft/world/gen/feature/StrongholdFeature CLASS cct net/minecraft/world/gen/feature/StrongholdFeature
CLASS cct$a net/minecraft/world/gen/feature/StrongholdFeature$net/minecraft/world/gen/feature/StrongholdFeature$Start CLASS cct$a Start
METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V
ARG 2 chunkX ARG 2 chunkX
ARG 3 chunkZ ARG 3 chunkZ

View File

@ -1,5 +1,5 @@
CLASS ccu net/minecraft/world/gen/feature/StructureFeature CLASS ccu net/minecraft/world/gen/feature/StructureFeature
CLASS ccu$a net/minecraft/world/gen/feature/StructureFeature$net/minecraft/world/gen/feature/StructureFeature$StructureStartFactory CLASS ccu$a StructureStartFactory
METHOD create (Lccu;IILbgu;Lcgc;IJ)Lcgw; METHOD create (Lccu;IILbgu;Lcgc;IJ)Lcgw;
ARG 1 feature ARG 1 feature
ARG 2 x ARG 2 x

View File

@ -1,5 +1,5 @@
CLASS ccy net/minecraft/world/gen/feature/SwampHutFeature CLASS ccy net/minecraft/world/gen/feature/SwampHutFeature
CLASS ccy$a net/minecraft/world/gen/feature/SwampHutFeature$net/minecraft/world/gen/feature/SwampHutFeature$Start CLASS ccy$a Start
METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V
ARG 2 chunkX ARG 2 chunkX
ARG 3 chunkZ ARG 3 chunkZ

View File

@ -1,5 +1,5 @@
CLASS cdd net/minecraft/world/gen/feature/VillageFeature CLASS cdd net/minecraft/world/gen/feature/VillageFeature
CLASS cdd$a net/minecraft/world/gen/feature/VillageFeature$net/minecraft/world/gen/feature/VillageFeature$Start CLASS cdd$a Start
METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V
ARG 2 chunkX ARG 2 chunkX
ARG 3 chunkZ ARG 3 chunkZ

View File

@ -1,5 +1,5 @@
CLASS cdj net/minecraft/world/gen/feature/WoodlandMansionFeature CLASS cdj net/minecraft/world/gen/feature/WoodlandMansionFeature
CLASS cdj$a net/minecraft/world/gen/feature/WoodlandMansionFeature$net/minecraft/world/gen/feature/WoodlandMansionFeature$Start CLASS cdj$a Start
METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V METHOD <init> (Lccu;IILbgu;Lcgc;IJ)V
ARG 2 chunkX ARG 2 chunkX
ARG 3 chunkZ ARG 3 chunkZ

View File

@ -1,5 +1,5 @@
CLASS bwk net/minecraft/world/level/storage/AlphaChunkIo CLASS bwk net/minecraft/world/level/storage/AlphaChunkIo
CLASS bwk$a net/minecraft/world/level/storage/AlphaChunkIo$net/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk CLASS bwk$a AlphaChunk
FIELD a lastUpdate J FIELD a lastUpdate J
FIELD b terrainPopulated Z FIELD b terrainPopulated Z
FIELD c heightMap [B FIELD c heightMap [B

View File

@ -1,5 +1,5 @@
CLASS cms net/minecraft/world/loot/BinomialLootTableRange CLASS cms net/minecraft/world/loot/BinomialLootTableRange
CLASS cms$a net/minecraft/world/loot/BinomialLootTableRange$net/minecraft/world/loot/BinomialLootTableRange$Serializer CLASS cms$a Serializer
FIELD d n I FIELD d n I
FIELD e p F FIELD e p F
METHOD a create (IF)Lcms; METHOD a create (IF)Lcms;

View File

@ -1,5 +1,5 @@
CLASS cmu net/minecraft/world/loot/ConstantLootTableRange CLASS cmu net/minecraft/world/loot/ConstantLootTableRange
CLASS cmu$a net/minecraft/world/loot/ConstantLootTableRange$net/minecraft/world/loot/ConstantLootTableRange$Serializer CLASS cmu$a Serializer
FIELD d value I FIELD d value I
METHOD a create (I)Lcmu; METHOD a create (I)Lcmu;
ARG 0 value ARG 0 value

View File

@ -1,5 +1,5 @@
CLASS cmy net/minecraft/world/loot/LootPool CLASS cmy net/minecraft/world/loot/LootPool
CLASS cmy$a net/minecraft/world/loot/LootPool$net/minecraft/world/loot/LootPool$Builder CLASS cmy$a Builder
FIELD a entries Ljava/util/List; FIELD a entries Ljava/util/List;
FIELD b conditions Ljava/util/List; FIELD b conditions Ljava/util/List;
FIELD c functions Ljava/util/List; FIELD c functions Ljava/util/List;
@ -8,7 +8,7 @@ CLASS cmy net/minecraft/world/loot/LootPool
METHOD a withRolls (Lcnc;)Lcmy$a; METHOD a withRolls (Lcnc;)Lcmy$a;
METHOD a withEntry (Lcno$a;)Lcmy$a; METHOD a withEntry (Lcno$a;)Lcmy$a;
METHOD b build ()Lcmy; METHOD b build ()Lcmy;
CLASS cmy$b net/minecraft/world/loot/LootPool$net/minecraft/world/loot/LootPool$Serializer CLASS cmy$b Serializer
FIELD a entries [Lcno; FIELD a entries [Lcno;
FIELD b conditions [Lcpj; FIELD b conditions [Lcpj;
FIELD c predicate Ljava/util/function/Predicate; FIELD c predicate Ljava/util/function/Predicate;

View File

@ -1,12 +1,12 @@
CLASS cmz net/minecraft/world/loot/LootSupplier CLASS cmz net/minecraft/world/loot/LootSupplier
CLASS cmz$a net/minecraft/world/loot/LootSupplier$net/minecraft/world/loot/LootSupplier$Builder CLASS cmz$a Builder
FIELD a pools Ljava/util/List; FIELD a pools Ljava/util/List;
FIELD b functions Ljava/util/List; FIELD b functions Ljava/util/List;
FIELD c type Lcow; FIELD c type Lcow;
METHOD a withPool (Lcmy$a;)Lcmz$a; METHOD a withPool (Lcmy$a;)Lcmz$a;
METHOD a withType (Lcow;)Lcmz$a; METHOD a withType (Lcow;)Lcmz$a;
METHOD b create ()Lcmz; METHOD b create ()Lcmz;
CLASS cmz$b net/minecraft/world/loot/LootSupplier$net/minecraft/world/loot/LootSupplier$Serializer CLASS cmz$b Serializer
FIELD a EMPTY Lcmz; FIELD a EMPTY Lcmz;
FIELD b GENERIC Lcow; FIELD b GENERIC Lcow;
FIELD c LOGGER Lorg/apache/logging/log4j/Logger; FIELD c LOGGER Lorg/apache/logging/log4j/Logger;

View File

@ -1,5 +1,5 @@
CLASS cne net/minecraft/world/loot/UniformLootTableRange CLASS cne net/minecraft/world/loot/UniformLootTableRange
CLASS cne$a net/minecraft/world/loot/UniformLootTableRange$net/minecraft/world/loot/UniformLootTableRange$Serializer CLASS cne$a Serializer
FIELD d min F FIELD d min F
FIELD e max F FIELD e max F
METHOD <init> (FF)V METHOD <init> (FF)V

View File

@ -1,6 +1,6 @@
CLASS cpa net/minecraft/world/loot/condition/AlternativeLootCondition CLASS cpa net/minecraft/world/loot/condition/AlternativeLootCondition
CLASS cpa$a net/minecraft/world/loot/condition/AlternativeLootCondition$net/minecraft/world/loot/condition/AlternativeLootCondition$Builder CLASS cpa$a Builder
CLASS cpa$b net/minecraft/world/loot/condition/AlternativeLootCondition$net/minecraft/world/loot/condition/AlternativeLootCondition$Factory CLASS cpa$b Factory
FIELD a terms [Lcpj; FIELD a terms [Lcpj;
FIELD b predicate Ljava/util/function/Predicate; FIELD b predicate Ljava/util/function/Predicate;
METHOD a or ([Lcpj$a;)Lcpa$a; METHOD a or ([Lcpj$a;)Lcpa$a;

View File

@ -1,5 +1,5 @@
CLASS cpi net/minecraft/world/loot/condition/BlockStatePropertyLootCondition CLASS cpi net/minecraft/world/loot/condition/BlockStatePropertyLootCondition
CLASS cpi$b net/minecraft/world/loot/condition/BlockStatePropertyLootCondition$net/minecraft/world/loot/condition/BlockStatePropertyLootCondition$Factory CLASS cpi$b Factory
FIELD a block Lbky; FIELD a block Lbky;
FIELD b properties Ljava/util/Map; FIELD b properties Ljava/util/Map;
FIELD c predicate Ljava/util/function/Predicate; FIELD c predicate Ljava/util/function/Predicate;

View File

@ -1,3 +1,3 @@
CLASS cpd net/minecraft/world/loot/condition/DamageSourcePropertiesLootCondition CLASS cpd net/minecraft/world/loot/condition/DamageSourcePropertiesLootCondition
CLASS cpd$a net/minecraft/world/loot/condition/DamageSourcePropertiesLootCondition$net/minecraft/world/loot/condition/DamageSourcePropertiesLootCondition$Factory CLASS cpd$a Factory
FIELD a predicate Lal; FIELD a predicate Lal;

View File

@ -1,4 +1,4 @@
CLASS cpl net/minecraft/world/loot/condition/EntityPropertiesLootCondition CLASS cpl net/minecraft/world/loot/condition/EntityPropertiesLootCondition
CLASS cpl$a net/minecraft/world/loot/condition/EntityPropertiesLootCondition$net/minecraft/world/loot/condition/EntityPropertiesLootCondition$Factory CLASS cpl$a Factory
FIELD a predicate Lau; FIELD a predicate Lau;
FIELD b entity Lcmw$c; FIELD b entity Lcmw$c;

View File

@ -1,4 +1,4 @@
CLASS cpe net/minecraft/world/loot/condition/EntityScoresLootCondition CLASS cpe net/minecraft/world/loot/condition/EntityScoresLootCondition
CLASS cpe$b net/minecraft/world/loot/condition/EntityScoresLootCondition$net/minecraft/world/loot/condition/EntityScoresLootCondition$Factory CLASS cpe$b Factory
FIELD a scores Ljava/util/Map; FIELD a scores Ljava/util/Map;
FIELD b target Lcmw$c; FIELD b target Lcmw$c;

View File

@ -1,4 +1,4 @@
CLASS cpg net/minecraft/world/loot/condition/InvertedLootCondition CLASS cpg net/minecraft/world/loot/condition/InvertedLootCondition
CLASS cpg$a net/minecraft/world/loot/condition/InvertedLootCondition$net/minecraft/world/loot/condition/InvertedLootCondition$Factory CLASS cpg$a Factory
FIELD a term Lcpj; FIELD a term Lcpj;
METHOD a create (Lcpj$a;)Lcpj$a; METHOD a create (Lcpj$a;)Lcpj$a;

View File

@ -1,3 +1,3 @@
CLASS cpm net/minecraft/world/loot/condition/KilledByPlayerLootCondition CLASS cpm net/minecraft/world/loot/condition/KilledByPlayerLootCondition
CLASS cpm$a net/minecraft/world/loot/condition/KilledByPlayerLootCondition$net/minecraft/world/loot/condition/KilledByPlayerLootCondition$Factory CLASS cpm$a Factory
FIELD a INSTANCE Lcpm; FIELD a INSTANCE Lcpm;

View File

@ -1,3 +1,3 @@
CLASS cph net/minecraft/world/loot/condition/LocationCheckLootCondition CLASS cph net/minecraft/world/loot/condition/LocationCheckLootCondition
CLASS cph$a net/minecraft/world/loot/condition/LocationCheckLootCondition$net/minecraft/world/loot/condition/LocationCheckLootCondition$Factory CLASS cph$a Factory
FIELD a location Lbf; FIELD a location Lbf;

View File

@ -1,8 +1,8 @@
CLASS cpj net/minecraft/world/loot/condition/LootCondition CLASS cpj net/minecraft/world/loot/condition/LootCondition
CLASS cpj$a net/minecraft/world/loot/condition/LootCondition$net/minecraft/world/loot/condition/LootCondition$Builder CLASS cpj$a Builder
METHOD a invert ()Lcpj$a; METHOD a invert ()Lcpj$a;
METHOD a or (Lcpj$a;)Lcpa$a; METHOD a or (Lcpj$a;)Lcpa$a;
CLASS cpj$b net/minecraft/world/loot/condition/LootCondition$net/minecraft/world/loot/condition/LootCondition$Factory CLASS cpj$b Factory
FIELD a id Lqp; FIELD a id Lqp;
FIELD b conditionClass Ljava/lang/Class; FIELD b conditionClass Ljava/lang/Class;
METHOD a getId ()Lqp; METHOD a getId ()Lqp;

View File

@ -1,5 +1,5 @@
CLASS cpk net/minecraft/world/loot/condition/LootConditions CLASS cpk net/minecraft/world/loot/condition/LootConditions
CLASS cpk$a net/minecraft/world/loot/condition/LootConditions$net/minecraft/world/loot/condition/LootConditions$Factory CLASS cpk$a Factory
FIELD a byId Ljava/util/Map; FIELD a byId Ljava/util/Map;
FIELD b byClass Ljava/util/Map; FIELD b byClass Ljava/util/Map;
METHOD a register (Lcpj$b;)V METHOD a register (Lcpj$b;)V

View File

@ -1,3 +1,3 @@
CLASS cpp net/minecraft/world/loot/condition/MatchToolLootCondition CLASS cpp net/minecraft/world/loot/condition/MatchToolLootCondition
CLASS cpp$a net/minecraft/world/loot/condition/MatchToolLootCondition$net/minecraft/world/loot/condition/MatchToolLootCondition$Factory CLASS cpp$a Factory
FIELD a predicate Lbb; FIELD a predicate Lbb;

View File

@ -1,3 +1,3 @@
CLASS cpn net/minecraft/world/loot/condition/RandomChanceLootCondition CLASS cpn net/minecraft/world/loot/condition/RandomChanceLootCondition
CLASS cpn$a net/minecraft/world/loot/condition/RandomChanceLootCondition$net/minecraft/world/loot/condition/RandomChanceLootCondition$Factory CLASS cpn$a Factory
FIELD a chance F FIELD a chance F

View File

@ -1,5 +1,5 @@
CLASS cpo net/minecraft/world/loot/condition/RandomChanceWithLootingLootCondition CLASS cpo net/minecraft/world/loot/condition/RandomChanceWithLootingLootCondition
CLASS cpo$a net/minecraft/world/loot/condition/RandomChanceWithLootingLootCondition$net/minecraft/world/loot/condition/RandomChanceWithLootingLootCondition$Factory CLASS cpo$a Factory
FIELD a chance F FIELD a chance F
FIELD b lootingMultiplier F FIELD b lootingMultiplier F
METHOD <init> (FF)V METHOD <init> (FF)V

View File

@ -1,3 +1,3 @@
CLASS cpf net/minecraft/world/loot/condition/SurvivesExplosionLootCondition CLASS cpf net/minecraft/world/loot/condition/SurvivesExplosionLootCondition
CLASS cpf$a net/minecraft/world/loot/condition/SurvivesExplosionLootCondition$net/minecraft/world/loot/condition/SurvivesExplosionLootCondition$Factory CLASS cpf$a Factory
FIELD a INSTANCE Lcpf; FIELD a INSTANCE Lcpf;

View File

@ -1,4 +1,4 @@
CLASS cpb net/minecraft/world/loot/condition/TableBonusLootCondition CLASS cpb net/minecraft/world/loot/condition/TableBonusLootCondition
CLASS cpb$a net/minecraft/world/loot/condition/TableBonusLootCondition$net/minecraft/world/loot/condition/TableBonusLootCondition$Factory CLASS cpb$a Factory
FIELD a enchantment Lbdz; FIELD a enchantment Lbdz;
FIELD b chances [F FIELD b chances [F

View File

@ -1,4 +1,4 @@
CLASS cpq net/minecraft/world/loot/condition/WeatherCheckLootCondition CLASS cpq net/minecraft/world/loot/condition/WeatherCheckLootCondition
CLASS cpq$b net/minecraft/world/loot/condition/WeatherCheckLootCondition$net/minecraft/world/loot/condition/WeatherCheckLootCondition$Factory CLASS cpq$b Factory
FIELD a raining Ljava/lang/Boolean; FIELD a raining Ljava/lang/Boolean;
FIELD b thundering Ljava/lang/Boolean; FIELD b thundering Ljava/lang/Boolean;

View File

@ -1,5 +1,5 @@
CLASS cmw net/minecraft/world/loot/context/LootContext CLASS cmw net/minecraft/world/loot/context/LootContext
CLASS cmw$a net/minecraft/world/loot/context/LootContext$net/minecraft/world/loot/context/LootContext$Builder CLASS cmw$a Builder
FIELD a world Lvc; FIELD a world Lvc;
FIELD b parameters Ljava/util/Map; FIELD b parameters Ljava/util/Map;
FIELD c drops Ljava/util/Map; FIELD c drops Ljava/util/Map;
@ -16,9 +16,9 @@ CLASS cmw net/minecraft/world/loot/context/LootContext
METHOD a putDrop (Lqp;Lcmw$b;)Lcmw$a; METHOD a putDrop (Lqp;Lcmw$b;)Lcmw$a;
METHOD b getNullable (Lcov;)Ljava/lang/Object; METHOD b getNullable (Lcov;)Ljava/lang/Object;
METHOD b putNullable (Lcov;Ljava/lang/Object;)Lcmw$a; METHOD b putNullable (Lcov;Ljava/lang/Object;)Lcmw$a;
CLASS cmw$b net/minecraft/world/loot/context/LootContext$net/minecraft/world/loot/context/LootContext$Dropper CLASS cmw$b Dropper
CLASS cmw$c net/minecraft/world/loot/context/LootContext$net/minecraft/world/loot/context/LootContext$EntityTarget CLASS cmw$c EntityTarget
CLASS cmw$c$a net/minecraft/world/loot/context/LootContext$net/minecraft/world/loot/context/LootContext$EntityTarget$net/minecraft/world/loot/context/LootContext$EntityTarget$Serializer CLASS cmw$c$a Serializer
FIELD a THIS Lcmw$c; FIELD a THIS Lcmw$c;
FIELD b KILLER Lcmw$c; FIELD b KILLER Lcmw$c;
FIELD c DIRECT_KILLER Lcmw$c; FIELD c DIRECT_KILLER Lcmw$c;

View File

@ -1,5 +1,5 @@
CLASS cow net/minecraft/world/loot/context/LootContextType CLASS cow net/minecraft/world/loot/context/LootContextType
CLASS cow$a net/minecraft/world/loot/context/LootContextType$net/minecraft/world/loot/context/LootContextType$Builder CLASS cow$a Builder
FIELD a required Ljava/util/Set; FIELD a required Ljava/util/Set;
FIELD b allowed Ljava/util/Set; FIELD b allowed Ljava/util/Set;
METHOD a build ()Lcow; METHOD a build ()Lcow;

View File

@ -1,4 +1,4 @@
CLASS cnf net/minecraft/world/loot/entry/AlternativeEntry CLASS cnf net/minecraft/world/loot/entry/AlternativeEntry
CLASS cnf$a net/minecraft/world/loot/entry/AlternativeEntry$net/minecraft/world/loot/entry/AlternativeEntry$Builder CLASS cnf$a Builder
FIELD a children Ljava/util/List; FIELD a children Ljava/util/List;
METHOD a create ([Lcno$a;)Lcnf$a; METHOD a create ([Lcno$a;)Lcnf$a;

View File

@ -1,6 +1,6 @@
CLASS cnh net/minecraft/world/loot/entry/CombinedEntry CLASS cnh net/minecraft/world/loot/entry/CombinedEntry
CLASS cnh$a net/minecraft/world/loot/entry/CombinedEntry$net/minecraft/world/loot/entry/CombinedEntry$Factory CLASS cnh$a Factory
CLASS cnh$b net/minecraft/world/loot/entry/CombinedEntry$net/minecraft/world/loot/entry/CombinedEntry$Serializer CLASS cnh$b Serializer
FIELD c children [Lcno; FIELD c children [Lcno;
FIELD e predicate Lcng; FIELD e predicate Lcng;
METHOD a createSerializer (Lqp;Ljava/lang/Class;Lcnh$a;)Lcnh$b; METHOD a createSerializer (Lqp;Ljava/lang/Class;Lcnh$a;)Lcnh$b;

View File

@ -1,5 +1,5 @@
CLASS cni net/minecraft/world/loot/entry/DynamicEntry CLASS cni net/minecraft/world/loot/entry/DynamicEntry
CLASS cni$a net/minecraft/world/loot/entry/DynamicEntry$net/minecraft/world/loot/entry/DynamicEntry$Serializer CLASS cni$a Serializer
FIELD c instance Lqp; FIELD c instance Lqp;
FIELD h name Lqp; FIELD h name Lqp;
METHOD a create (Lqp;)Lcnp$a; METHOD a create (Lqp;)Lcnp$a;

View File

@ -1,3 +1,3 @@
CLASS cnj net/minecraft/world/loot/entry/EmptyEntry CLASS cnj net/minecraft/world/loot/entry/EmptyEntry
CLASS cnj$a net/minecraft/world/loot/entry/EmptyEntry$net/minecraft/world/loot/entry/EmptyEntry$Serializer CLASS cnj$a Serializer
METHOD a Serializer ()Lcnp$a; METHOD a Serializer ()Lcnp$a;

View File

@ -1,4 +1,4 @@
CLASS cnl net/minecraft/world/loot/entry/ItemEntry CLASS cnl net/minecraft/world/loot/entry/ItemEntry
CLASS cnl$a net/minecraft/world/loot/entry/ItemEntry$net/minecraft/world/loot/entry/ItemEntry$Serializer CLASS cnl$a Serializer
FIELD c item Lbam; FIELD c item Lbam;
METHOD a builder (Lbfw;)Lcnp$a; METHOD a builder (Lbfw;)Lcnp$a;

View File

@ -1,16 +1,16 @@
CLASS cnp net/minecraft/world/loot/entry/LeafEntry CLASS cnp net/minecraft/world/loot/entry/LeafEntry
CLASS cnp$a net/minecraft/world/loot/entry/LeafEntry$net/minecraft/world/loot/entry/LeafEntry$Builder CLASS cnp$a Builder
FIELD a weight I FIELD a weight I
FIELD b quality I FIELD b quality I
FIELD c functions Ljava/util/List; FIELD c functions Ljava/util/List;
METHOD a getFunctions ()[Lcof; METHOD a getFunctions ()[Lcof;
METHOD a setWeight (I)Lcnp$a; METHOD a setWeight (I)Lcnp$a;
METHOD b setQuality (I)Lcnp$a; METHOD b setQuality (I)Lcnp$a;
CLASS cnp$b net/minecraft/world/loot/entry/LeafEntry$net/minecraft/world/loot/entry/LeafEntry$BasicBuilder CLASS cnp$b BasicBuilder
FIELD c factory Lcnp$d; FIELD c factory Lcnp$d;
CLASS cnp$c net/minecraft/world/loot/entry/LeafEntry$net/minecraft/world/loot/entry/LeafEntry$Choice CLASS cnp$c Choice
CLASS cnp$d net/minecraft/world/loot/entry/LeafEntry$net/minecraft/world/loot/entry/LeafEntry$Factory CLASS cnp$d Factory
CLASS cnp$e net/minecraft/world/loot/entry/LeafEntry$net/minecraft/world/loot/entry/LeafEntry$Serializer CLASS cnp$e Serializer
FIELD c compiledFunctions Ljava/util/function/BiFunction; FIELD c compiledFunctions Ljava/util/function/BiFunction;
FIELD e weight I FIELD e weight I
FIELD f quality I FIELD f quality I

View File

@ -1,5 +1,5 @@
CLASS cnm net/minecraft/world/loot/entry/LootEntries CLASS cnm net/minecraft/world/loot/entry/LootEntries
CLASS cnm$a net/minecraft/world/loot/entry/LootEntries$net/minecraft/world/loot/entry/LootEntries$Serializer CLASS cnm$a Serializer
METHOD a getSerializer (Ljava/lang/Class;)Lcno$b; METHOD a getSerializer (Ljava/lang/Class;)Lcno$b;
FIELD a idSerializers Ljava/util/Map; FIELD a idSerializers Ljava/util/Map;
FIELD b classSerializers Ljava/util/Map; FIELD b classSerializers Ljava/util/Map;

View File

@ -1,11 +1,11 @@
CLASS cno net/minecraft/world/loot/entry/LootEntry CLASS cno net/minecraft/world/loot/entry/LootEntry
CLASS cno$a net/minecraft/world/loot/entry/LootEntry$net/minecraft/world/loot/entry/LootEntry$Builder CLASS cno$a Builder
FIELD a children Ljava/util/List; FIELD a children Ljava/util/List;
METHOD a withChild (Lcno$a;)Lcnf$a; METHOD a withChild (Lcno$a;)Lcnf$a;
METHOD b build ()Lcno; METHOD b build ()Lcno;
METHOD d getThisBuilder ()Lcno$a; METHOD d getThisBuilder ()Lcno$a;
METHOD f getConditions ()[Lcpj; METHOD f getConditions ()[Lcpj;
CLASS cno$b net/minecraft/world/loot/entry/LootEntry$net/minecraft/world/loot/entry/LootEntry$Serializer CLASS cno$b Serializer
FIELD a id Lqp; FIELD a id Lqp;
FIELD b type Ljava/lang/Class; FIELD b type Ljava/lang/Class;
METHOD a getIdentifier ()Lqp; METHOD a getIdentifier ()Lqp;

View File

@ -1,3 +1,3 @@
CLASS cnq net/minecraft/world/loot/entry/LootTableEntry CLASS cnq net/minecraft/world/loot/entry/LootTableEntry
CLASS cnq$a net/minecraft/world/loot/entry/LootTableEntry$net/minecraft/world/loot/entry/LootTableEntry$Serializer CLASS cnq$a Serializer
FIELD c id Lqp; FIELD c id Lqp;

View File

@ -1,5 +1,5 @@
CLASS cns net/minecraft/world/loot/entry/TagEntry CLASS cns net/minecraft/world/loot/entry/TagEntry
CLASS cns$a net/minecraft/world/loot/entry/TagEntry$net/minecraft/world/loot/entry/TagEntry$Serializer CLASS cns$a Serializer
FIELD c name Lyx; FIELD c name Lyx;
FIELD h expand Z FIELD h expand Z
METHOD b create (Lyx;)Lcnp$a; METHOD b create (Lyx;)Lcnp$a;

View File

@ -1,17 +1,17 @@
CLASS cnu net/minecraft/world/loot/function/ApplyBonusLootFunction CLASS cnu net/minecraft/world/loot/function/ApplyBonusLootFunction
CLASS cnu$a net/minecraft/world/loot/function/ApplyBonusLootFunction$net/minecraft/world/loot/function/ApplyBonusLootFunction$BinomialWithBonusCount CLASS cnu$a BinomialWithBonusCount
FIELD a ID Lqp; FIELD a ID Lqp;
METHOD a fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcnu$b; METHOD a fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcnu$b;
CLASS cnu$b net/minecraft/world/loot/function/ApplyBonusLootFunction$net/minecraft/world/loot/function/ApplyBonusLootFunction$Formula CLASS cnu$b Formula
METHOD a getId ()Lqp; METHOD a getId ()Lqp;
METHOD a toJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonSerializationContext;)V METHOD a toJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonSerializationContext;)V
METHOD a getValue (Ljava/util/Random;II)I METHOD a getValue (Ljava/util/Random;II)I
CLASS cnu$c net/minecraft/world/loot/function/ApplyBonusLootFunction$net/minecraft/world/loot/function/ApplyBonusLootFunction$FormulaFactory CLASS cnu$c FormulaFactory
CLASS cnu$d net/minecraft/world/loot/function/ApplyBonusLootFunction$net/minecraft/world/loot/function/ApplyBonusLootFunction$OreDrops CLASS cnu$d OreDrops
FIELD a ID Lqp; FIELD a ID Lqp;
METHOD a fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcnu$b; METHOD a fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcnu$b;
CLASS cnu$e net/minecraft/world/loot/function/ApplyBonusLootFunction$net/minecraft/world/loot/function/ApplyBonusLootFunction$Factory CLASS cnu$e Factory
CLASS cnu$f net/minecraft/world/loot/function/ApplyBonusLootFunction$net/minecraft/world/loot/function/ApplyBonusLootFunction$UniformBonusCount CLASS cnu$f UniformBonusCount
FIELD a ID Lqp; FIELD a ID Lqp;
METHOD a fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcnu$b; METHOD a fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcnu$b;
FIELD a FACTORIES Ljava/util/Map; FIELD a FACTORIES Ljava/util/Map;

View File

@ -1,11 +1,11 @@
CLASS coe net/minecraft/world/loot/function/ConditionalLootFunction CLASS coe net/minecraft/world/loot/function/ConditionalLootFunction
CLASS coe$a net/minecraft/world/loot/function/ConditionalLootFunction$net/minecraft/world/loot/function/ConditionalLootFunction$Builder CLASS coe$a Builder
FIELD a conditionList Ljava/util/List; FIELD a conditionList Ljava/util/List;
METHOD d build ()Lcoe$a; METHOD d build ()Lcoe$a;
METHOD g getConditions ()[Lcpj; METHOD g getConditions ()[Lcpj;
CLASS coe$b net/minecraft/world/loot/function/ConditionalLootFunction$net/minecraft/world/loot/function/ConditionalLootFunction$Joiner CLASS coe$b Joiner
FIELD a joiner Ljava/util/function/Function; FIELD a joiner Ljava/util/function/Function;
CLASS coe$c net/minecraft/world/loot/function/ConditionalLootFunction$net/minecraft/world/loot/function/ConditionalLootFunction$Factory CLASS coe$c Factory
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lcpj;)Lcoe; METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lcpj;)Lcoe;
FIELD a predicate Ljava/util/function/Predicate; FIELD a predicate Ljava/util/function/Predicate;
FIELD b conditions [Lcpj; FIELD b conditions [Lcpj;

View File

@ -1,5 +1,5 @@
CLASS cnw net/minecraft/world/loot/function/CopyNameLootFunction CLASS cnw net/minecraft/world/loot/function/CopyNameLootFunction
CLASS cnw$a net/minecraft/world/loot/function/CopyNameLootFunction$net/minecraft/world/loot/function/CopyNameLootFunction$Source CLASS cnw$a Source
FIELD a THIS Lcnw$a; FIELD a THIS Lcnw$a;
FIELD b KILLER Lcnw$a; FIELD b KILLER Lcnw$a;
FIELD c KILLER_PLAYER Lcnw$a; FIELD c KILLER_PLAYER Lcnw$a;
@ -7,7 +7,7 @@ CLASS cnw net/minecraft/world/loot/function/CopyNameLootFunction
FIELD e name Ljava/lang/String; FIELD e name Ljava/lang/String;
FIELD f parameter Lcov; FIELD f parameter Lcov;
METHOD a get (Ljava/lang/String;)Lcnw$a; METHOD a get (Ljava/lang/String;)Lcnw$a;
CLASS cnw$b net/minecraft/world/loot/function/CopyNameLootFunction$net/minecraft/world/loot/function/CopyNameLootFunction$Factory CLASS cnw$b Factory
FIELD a source Lcnw$a; FIELD a source Lcnw$a;
METHOD a create (Lcnw$a;)Lcoe$a; METHOD a create (Lcnw$a;)Lcoe$a;
ARG 0 source ARG 0 source

View File

@ -1,17 +1,17 @@
CLASS cnx net/minecraft/world/loot/function/CopyNbtLootFunction CLASS cnx net/minecraft/world/loot/function/CopyNbtLootFunction
CLASS cnx$c net/minecraft/world/loot/function/CopyNbtLootFunction$net/minecraft/world/loot/function/CopyNbtLootFunction$Source CLASS cnx$c Source
FIELD e name Ljava/lang/String; FIELD e name Ljava/lang/String;
FIELD f parameter Lcov; FIELD f parameter Lcov;
FIELD g getter Ljava/util/function/Function; FIELD g getter Ljava/util/function/Function;
METHOD a get (Ljava/lang/String;)Lcnx$c; METHOD a get (Ljava/lang/String;)Lcnx$c;
CLASS cnx$d net/minecraft/world/loot/function/CopyNbtLootFunction$net/minecraft/world/loot/function/CopyNbtLootFunction$MergeStrategy CLASS cnx$d MergeStrategy
FIELD a REPLACE Lcnx$d; FIELD a REPLACE Lcnx$d;
FIELD b APPEND Lcnx$d; FIELD b APPEND Lcnx$d;
FIELD c MERGE Lcnx$d; FIELD c MERGE Lcnx$d;
FIELD d name Ljava/lang/String; FIELD d name Ljava/lang/String;
METHOD a merge (Lir;Lcq$h;Ljava/util/List;)V METHOD a merge (Lir;Lcq$h;Ljava/util/List;)V
METHOD a get (Ljava/lang/String;)Lcnx$d; METHOD a get (Ljava/lang/String;)Lcnx$d;
CLASS cnx$e net/minecraft/world/loot/function/CopyNbtLootFunction$net/minecraft/world/loot/function/CopyNbtLootFunction$Factory CLASS cnx$e Factory
FIELD a source Lcnx$c; FIELD a source Lcnx$c;
FIELD d ENTITY_TAG_GETTER Ljava/util/function/Function; FIELD d ENTITY_TAG_GETTER Ljava/util/function/Function;
FIELD e BLOCK_ENTITY_TAG_GETTER Ljava/util/function/Function; FIELD e BLOCK_ENTITY_TAG_GETTER Ljava/util/function/Function;

View File

@ -1,4 +1,4 @@
CLASS cny net/minecraft/world/loot/function/EnchantRandomlyLootFunction CLASS cny net/minecraft/world/loot/function/EnchantRandomlyLootFunction
CLASS cny$b net/minecraft/world/loot/function/EnchantRandomlyLootFunction$net/minecraft/world/loot/function/EnchantRandomlyLootFunction$Factory CLASS cny$b Factory
FIELD a LOGGER Lorg/apache/logging/log4j/Logger; FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD c enchantments Ljava/util/List; FIELD c enchantments Ljava/util/List;

View File

@ -1,3 +1,3 @@
CLASS cnz net/minecraft/world/loot/function/EnchantWithLevelsLootFunction CLASS cnz net/minecraft/world/loot/function/EnchantWithLevelsLootFunction
CLASS cnz$b net/minecraft/world/loot/function/EnchantWithLevelsLootFunction$net/minecraft/world/loot/function/EnchantWithLevelsLootFunction$Factory CLASS cnz$b Factory
FIELD c treasureEnchantmentsAllowed Z FIELD c treasureEnchantmentsAllowed Z

View File

@ -1,5 +1,5 @@
CLASS coa net/minecraft/world/loot/function/ExplorationMapLootFunction CLASS coa net/minecraft/world/loot/function/ExplorationMapLootFunction
CLASS coa$a net/minecraft/world/loot/function/ExplorationMapLootFunction$net/minecraft/world/loot/function/ExplorationMapLootFunction$Builder CLASS coa$a Builder
FIELD a destination Ljava/lang/String; FIELD a destination Ljava/lang/String;
FIELD b decoration Lcmd$a; FIELD b decoration Lcmd$a;
FIELD c zoom B FIELD c zoom B
@ -9,7 +9,7 @@ CLASS coa net/minecraft/world/loot/function/ExplorationMapLootFunction
METHOD a decoration (Lcmd$a;)Lcoa$a; METHOD a decoration (Lcmd$a;)Lcoa$a;
METHOD a destination (Ljava/lang/String;)Lcoa$a; METHOD a destination (Ljava/lang/String;)Lcoa$a;
METHOD a skipExistingChunks (Z)Lcoa$a; METHOD a skipExistingChunks (Z)Lcoa$a;
CLASS coa$b net/minecraft/world/loot/function/ExplorationMapLootFunction$net/minecraft/world/loot/function/ExplorationMapLootFunction$Factory CLASS coa$b Factory
FIELD a DEFAULT_DECORATION Lcmd$a; FIELD a DEFAULT_DECORATION Lcmd$a;
FIELD c LOGGER Lorg/apache/logging/log4j/Logger; FIELD c LOGGER Lorg/apache/logging/log4j/Logger;
FIELD d destination Ljava/lang/String; FIELD d destination Ljava/lang/String;

View File

@ -1,2 +1,2 @@
CLASS cnv net/minecraft/world/loot/function/ExplosionDecayLootFunction CLASS cnv net/minecraft/world/loot/function/ExplosionDecayLootFunction
CLASS cnv$a net/minecraft/world/loot/function/ExplosionDecayLootFunction$net/minecraft/world/loot/function/ExplosionDecayLootFunction$Factory CLASS cnv$a Factory

View File

@ -1,3 +1,3 @@
CLASS cob net/minecraft/world/loot/function/FillPlayerHeadLootFunction CLASS cob net/minecraft/world/loot/function/FillPlayerHeadLootFunction
CLASS cob$a net/minecraft/world/loot/function/FillPlayerHeadLootFunction$net/minecraft/world/loot/function/FillPlayerHeadLootFunction$Factory CLASS cob$a Factory
FIELD a entity Lcmw$c; FIELD a entity Lcmw$c;

View File

@ -1,3 +1,3 @@
CLASS cos net/minecraft/world/loot/function/FurnaceSmeltLootFunction CLASS cos net/minecraft/world/loot/function/FurnaceSmeltLootFunction
CLASS cos$a net/minecraft/world/loot/function/FurnaceSmeltLootFunction$net/minecraft/world/loot/function/FurnaceSmeltLootFunction$Factory CLASS cos$a Factory
FIELD a LOGGER Lorg/apache/logging/log4j/Logger; FIELD a LOGGER Lorg/apache/logging/log4j/Logger;

View File

@ -1,3 +1,3 @@
CLASS cod net/minecraft/world/loot/function/LimitCountLootFunction CLASS cod net/minecraft/world/loot/function/LimitCountLootFunction
CLASS cod$a net/minecraft/world/loot/function/LimitCountLootFunction$net/minecraft/world/loot/function/LimitCountLootFunction$Factory CLASS cod$a Factory
FIELD a limit Lcmv; FIELD a limit Lcmv;

View File

@ -1,7 +1,7 @@
CLASS cof net/minecraft/world/loot/function/LootFunction CLASS cof net/minecraft/world/loot/function/LootFunction
CLASS cof$a net/minecraft/world/loot/function/LootFunction$net/minecraft/world/loot/function/LootFunction$Builder CLASS cof$a Builder
METHOD b build ()Lcof; METHOD b build ()Lcof;
CLASS cof$b net/minecraft/world/loot/function/LootFunction$net/minecraft/world/loot/function/LootFunction$Factory CLASS cof$b Factory
FIELD a id Lqp; FIELD a id Lqp;
FIELD b functionClass Ljava/lang/Class; FIELD b functionClass Ljava/lang/Class;
METHOD a getId ()Lqp; METHOD a getId ()Lqp;

View File

@ -1,5 +1,5 @@
CLASS cog net/minecraft/world/loot/function/LootFunctions CLASS cog net/minecraft/world/loot/function/LootFunctions
CLASS cog$a net/minecraft/world/loot/function/LootFunctions$net/minecraft/world/loot/function/LootFunctions$Factory CLASS cog$a Factory
FIELD a NOOP Ljava/util/function/BiFunction; FIELD a NOOP Ljava/util/function/BiFunction;
FIELD b byId Ljava/util/Map; FIELD b byId Ljava/util/Map;
FIELD c byClass Ljava/util/Map; FIELD c byClass Ljava/util/Map;

View File

@ -1,4 +1,4 @@
CLASS coh net/minecraft/world/loot/function/LootingEnchantLootFunction CLASS coh net/minecraft/world/loot/function/LootingEnchantLootFunction
CLASS coh$b net/minecraft/world/loot/function/LootingEnchantLootFunction$net/minecraft/world/loot/function/LootingEnchantLootFunction$Factory CLASS coh$b Factory
FIELD a range Lcne; FIELD a range Lcne;
FIELD c amount I FIELD c amount I

View File

@ -1,5 +1,5 @@
CLASS coi net/minecraft/world/loot/function/SetAttributesLootFunction CLASS coi net/minecraft/world/loot/function/SetAttributesLootFunction
CLASS coi$b net/minecraft/world/loot/function/SetAttributesLootFunction$net/minecraft/world/loot/function/SetAttributesLootFunction$Attribute CLASS coi$b Attribute
FIELD a name Ljava/lang/String; FIELD a name Ljava/lang/String;
FIELD b attribute Ljava/lang/String; FIELD b attribute Ljava/lang/String;
FIELD d amountRange Lcne; FIELD d amountRange Lcne;
@ -7,4 +7,4 @@ CLASS coi net/minecraft/world/loot/function/SetAttributesLootFunction
FIELD f slots [Laib; FIELD f slots [Laib;
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcoi$b; METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcoi$b;
METHOD a serialize (Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonObject; METHOD a serialize (Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonObject;
CLASS coi$d net/minecraft/world/loot/function/SetAttributesLootFunction$net/minecraft/world/loot/function/SetAttributesLootFunction$Factory CLASS coi$d Factory

View File

@ -1,2 +1,2 @@
CLASS coj net/minecraft/world/loot/function/SetContentsLootFunction CLASS coj net/minecraft/world/loot/function/SetContentsLootFunction
CLASS coj$b net/minecraft/world/loot/function/SetContentsLootFunction$net/minecraft/world/loot/function/SetContentsLootFunction$Factory CLASS coj$b Factory

View File

@ -1,3 +1,3 @@
CLASS col net/minecraft/world/loot/function/SetCountLootFunction CLASS col net/minecraft/world/loot/function/SetCountLootFunction
CLASS col$a net/minecraft/world/loot/function/SetCountLootFunction$net/minecraft/world/loot/function/SetCountLootFunction$Factory CLASS col$a Factory
METHOD a builder (Lcnc;)Lcoe$a; METHOD a builder (Lcnc;)Lcoe$a;

View File

@ -1,4 +1,4 @@
CLASS com net/minecraft/world/loot/function/SetDamageLootFunction CLASS com net/minecraft/world/loot/function/SetDamageLootFunction
CLASS com$a net/minecraft/world/loot/function/SetDamageLootFunction$net/minecraft/world/loot/function/SetDamageLootFunction$Factory CLASS com$a Factory
FIELD a LOGGER Lorg/apache/logging/log4j/Logger; FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD c durabilityRange Lcne; FIELD c durabilityRange Lcne;

View File

@ -1,4 +1,4 @@
CLASS cok net/minecraft/world/loot/function/SetLootTableLootFunction CLASS cok net/minecraft/world/loot/function/SetLootTableLootFunction
CLASS cok$a net/minecraft/world/loot/function/SetLootTableLootFunction$net/minecraft/world/loot/function/SetLootTableLootFunction$Factory CLASS cok$a Factory
FIELD a id Lqp; FIELD a id Lqp;
FIELD c seed J FIELD c seed J

View File

@ -1,5 +1,5 @@
CLASS coo net/minecraft/world/loot/function/SetLoreLootFunction CLASS coo net/minecraft/world/loot/function/SetLoreLootFunction
CLASS coo$b net/minecraft/world/loot/function/SetLoreLootFunction$net/minecraft/world/loot/function/SetLoreLootFunction$Factory CLASS coo$b Factory
FIELD a replace Z FIELD a replace Z
FIELD c lore Ljava/util/List; FIELD c lore Ljava/util/List;
FIELD d entity Lcmw$c; FIELD d entity Lcmw$c;

View File

@ -1,5 +1,5 @@
CLASS cop net/minecraft/world/loot/function/SetNameLootFunction CLASS cop net/minecraft/world/loot/function/SetNameLootFunction
CLASS cop$a net/minecraft/world/loot/function/SetNameLootFunction$net/minecraft/world/loot/function/SetNameLootFunction$Factory CLASS cop$a Factory
FIELD a LOGGER Lorg/apache/logging/log4j/Logger; FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD c name Ljl; FIELD c name Ljl;
FIELD d entityTarget Lcmw$c; FIELD d entityTarget Lcmw$c;

View File

@ -1,7 +1,7 @@
CLASS cor net/minecraft/world/loot/function/SetStewEffectLootFunction CLASS cor net/minecraft/world/loot/function/SetStewEffectLootFunction
CLASS cor$a net/minecraft/world/loot/function/SetStewEffectLootFunction$net/minecraft/world/loot/function/SetStewEffectLootFunction$Builder CLASS cor$a Builder
FIELD a map Ljava/util/Map; FIELD a map Ljava/util/Map;
METHOD a withEffect (Laho;Lcne;)Lcor$a; METHOD a withEffect (Laho;Lcne;)Lcor$a;
CLASS cor$b net/minecraft/world/loot/function/SetStewEffectLootFunction$net/minecraft/world/loot/function/SetStewEffectLootFunction$Factory CLASS cor$b Factory
FIELD a effects Ljava/util/Map; FIELD a effects Ljava/util/Map;
METHOD b create ()Lcor$a; METHOD b create ()Lcor$a;

View File

@ -1,3 +1,3 @@
CLASS coq net/minecraft/world/loot/function/SetTagLootFunction CLASS coq net/minecraft/world/loot/function/SetTagLootFunction
CLASS coq$a net/minecraft/world/loot/function/SetTagLootFunction$net/minecraft/world/loot/function/SetTagLootFunction$Factory CLASS coq$a Factory
FIELD a tag Lia; FIELD a tag Lia;

View File

@ -1,3 +1,3 @@
CLASS cpv net/minecraft/world/timer/FunctionTagTimerCallback CLASS cpv net/minecraft/world/timer/FunctionTagTimerCallback
CLASS cpv$a net/minecraft/world/timer/FunctionTagTimerCallback$net/minecraft/world/timer/FunctionTagTimerCallback$Serializer CLASS cpv$a Serializer
FIELD a name Lqp; FIELD a name Lqp;

View File

@ -1,3 +1,3 @@
CLASS cpu net/minecraft/world/timer/FunctionTimerCallback CLASS cpu net/minecraft/world/timer/FunctionTimerCallback
CLASS cpu$a net/minecraft/world/timer/FunctionTimerCallback$net/minecraft/world/timer/FunctionTimerCallback$Serializer CLASS cpu$a Serializer
FIELD a name Lqp; FIELD a name Lqp;

View File

@ -1,5 +1,5 @@
CLASS cpy net/minecraft/world/timer/Timer CLASS cpy net/minecraft/world/timer/Timer
CLASS cpy$a net/minecraft/world/timer/Timer$net/minecraft/world/timer/Timer$Event CLASS cpy$a Event
FIELD a triggerTime J FIELD a triggerTime J
FIELD b id Lcom/google/common/primitives/UnsignedLong; FIELD b id Lcom/google/common/primitives/UnsignedLong;
FIELD c name Ljava/lang/String; FIELD c name Ljava/lang/String;

View File

@ -1,5 +1,5 @@
CLASS cpw net/minecraft/world/timer/TimerCallback CLASS cpw net/minecraft/world/timer/TimerCallback
CLASS cpw$a net/minecraft/world/timer/TimerCallback$net/minecraft/world/timer/TimerCallback$Serializer CLASS cpw$a Serializer
FIELD a id Lqp; FIELD a id Lqp;
FIELD b callbackClass Ljava/lang/Class; FIELD b callbackClass Ljava/lang/Class;
METHOD a getId ()Lqp; METHOD a getId ()Lqp;

1
mappings/nr.mapping Normal file
View File

@ -0,0 +1 @@
CLASS nr

1
mappings/of.mapping Normal file
View File

@ -0,0 +1 @@
CLASS of

1
mappings/uy.mapping Normal file
View File

@ -0,0 +1 @@
CLASS uy