19w03a mappings (#404)

This commit is contained in:
Runemoro 2019-01-17 07:18:48 -05:00 committed by Adrian Siekierka
parent 2b670d1f57
commit 7a20b89758
33 changed files with 152 additions and 45 deletions

View File

@ -3,6 +3,7 @@ CLASS bhv net/minecraft/block/CampfireBlock
FIELD b LIT Lbra;
FIELD c SIGNAL_FIRE Lbra;
FIELD d WATERLOGGED Lbra;
FIELD e FACING Lbrd;
METHOD <init> (Lbhl$c;)V
ARG 1 settings
METHOD a getPlacementState (Lavh;)Lbqi;

View File

@ -1,13 +1,13 @@
CLASS big net/minecraft/block/ComposterBlock
CLASS big$a CookingInventory
METHOD a canInsertInvStack (ILaxc;Ley;)Z
ARG 1 slot
ARG 2 stack
METHOD a getInvAvailableSlots (Ley;)[I
METHOD b canExtractInvStack (ILaxc;Ley;)Z
ARG 1 slot
ARG 2 stack
CLASS big$b
CLASS big$b ComposterInventory
FIELD a state Lbqi;
FIELD b world Lbcj;
FIELD c pos Let;
FIELD d dirty Z
METHOD <init> (Lbqi;Lbcj;Let;)V
ARG 1 state
ARG 2 world
ARG 3 pos
METHOD R_ getInvMaxStackAmount ()I
METHOD a canInsertInvStack (ILaxc;Ley;)Z
ARG 1 slot
@ -17,7 +17,16 @@ CLASS big net/minecraft/block/ComposterBlock
ARG 1 slot
ARG 2 stack
METHOD e markDirty ()V
CLASS big$c
CLASS big$c FullComposterInventory
FIELD a state Lbqi;
FIELD b world Lbcj;
FIELD c pos Let;
FIELD d dirty Z
METHOD <init> (Lbqi;Lbcj;Let;Laxc;)V
ARG 1 state
ARG 2 world
ARG 3 pos
ARG 4 outputItem
METHOD R_ getInvMaxStackAmount ()I
METHOD a canInsertInvStack (ILaxc;Ley;)Z
ARG 1 slot
@ -27,8 +36,15 @@ CLASS big net/minecraft/block/ComposterBlock
ARG 1 slot
ARG 2 stack
METHOD e markDirty ()V
FIELD a LEVEL Lbri;
FIELD b ITEM_TO_LEVEL_INCREASE_CHANCE Lit/unimi/dsi/fastutil/objects/Object2FloatMap;
FIELD c RAY_TRACE_SHAPE Lcnr;
FIELD d LEVEL_TO_COLLISION_SHAPE [Lcnr;
METHOD <init> (Lbhl$c;)V
ARG 1 settings
METHOD a registerCompostableItem (FLbch;)V
ARG 0 levelIncreaseChance
ARG 1 item
METHOD a canPlaceAtSide (Lbqi;Lbbt;Let;Lcie;)Z
ARG 1 world
ARG 2 view
@ -48,6 +64,7 @@ CLASS big net/minecraft/block/ComposterBlock
ARG 3 pos
ARG 4 player
ARG 5 hand
METHOD a getInventory (Lbqi;Lbcj;Let;)Lagg;
METHOD a appendProperties (Lbqj$a;)V
ARG 1 builder
METHOD b hasComparatorOutput (Lbqi;)Z
@ -62,6 +79,16 @@ CLASS big net/minecraft/block/ComposterBlock
ARG 2 state
ARG 3 pos
ARG 4 rnd
METHOD b addToComposter (Lbqi;Lbcj;Let;Laxc;)Z
ARG 0 state
ARG 1 world
ARG 2 pos
ARG 3 item
METHOD d registerDefaultCompostableItems ()V
METHOD d emptyComposter (Lbqi;Lbcj;Let;)V
ARG 0 state
ARG 1 world
ARG 2 pos
METHOD i getPistonBehavior (Lbqi;)Lcgc;
ARG 1 state
METHOD l getRayTraceShape (Lbqi;Lbbt;Let;)Lcnr;

View File

@ -6,6 +6,8 @@ CLASS bjm net/minecraft/block/FireBlock
METHOD a trySpreadFire (Lbci;Let;ILjava/util/Random;I)V
METHOD a getTickRate (Lbcm;)I
ARG 1 world
METHOD a registerFlammable (Lbhl;II)V
ARG 1 block
METHOD a canCollideWith (Lbqi;Lbbt;Let;Lcnc;)Lcnr;
ARG 1 state
ARG 2 view

View File

@ -0,0 +1,2 @@
CLASS agh net/minecraft/block/InventoryProvider
METHOD a getInventory (Lbqi;Lbcj;Let;)Lagg;

View File

@ -1,3 +1,4 @@
CLASS csg net/minecraft/client/toast/RecipeToast
FIELD c recipes Ljava/util/List;
METHOD a draw (Lcsj;J)Lcsi$a;
ARG 1 manager

View File

@ -1,4 +1,6 @@
CLASS atl net/minecraft/container/GenericContainer
CLASS atl$a Generic9x6
CLASS atl$b Generic9x3
METHOD a canUse (Larj;)Z
METHOD b close (Larj;)V
METHOD b transferSlot (Larj;I)Laxc;

View File

@ -38,7 +38,7 @@ CLASS apg net/minecraft/entity/ItemEntity
METHOD i getOwner ()Ljava/util/UUID;
METHOD k getThrower ()Ljava/util/UUID;
METHOD l getAge ()I
METHOD m ()V
METHOD m setToDefaultPickupDelay ()V
METHOD n resetPickupDelay ()V
METHOD o setPickupDelayInfinite ()V
METHOD p cannotPickup ()Z

View File

@ -1,3 +0,0 @@
CLASS azd net/minecraft/recipe/CampfireRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD h ()Laxc;

View File

@ -13,4 +13,4 @@ CLASS azm net/minecraft/recipe/Recipe
METHOD d getGroup ()Ljava/lang/String;
METHOD f getId ()Lqc;
METHOD g getType ()Lazp;
METHOD h ()Laxc;
METHOD h getRecipeKindIcon ()Laxc;

View File

@ -7,6 +7,9 @@ CLASS azn net/minecraft/recipe/RecipeManager
METHOD a add (Lazm;)V
METHOD a get (Lazp;Lafq;Lbci;)Ljava/util/Optional;
METHOD a get (Lqc;)Ljava/util/Optional;
METHOD a deserialize (Lqc;Lcom/google/gson/JsonObject;)Lazm;
ARG 0 id
ARG 1 json
METHOD a onResourceReload (Lwo;)V
ARG 1 manager
METHOD b values ()Ljava/util/Collection;

View File

@ -1,10 +1,10 @@
CLASS azo net/minecraft/recipe/serializer/RecipeSerializer
CLASS azo net/minecraft/recipe/RecipeSerializer
FIELD a SHAPED Lazo;
FIELD b SHAPELESS Lazo;
FIELD c ARMOR_DYE Lazv;
FIELD d BOOK_CLONING Lazv;
FIELD e MAP_CLONING Lazv;
FIELD f MAP_EXTEND Lazv;
FIELD f MAP_EXTENDING Lazv;
FIELD g FIREWORK_ROCKET Lazv;
FIELD h FIREWORK_STAR Lazv;
FIELD i FIREWORK_STAR_FADE Lazv;
@ -16,7 +16,15 @@ CLASS azo net/minecraft/recipe/serializer/RecipeSerializer
FIELD o SMELTING Lazu;
FIELD p BLASTING Lazu;
FIELD q SMOKING Lazu;
FIELD r CAMPFIRE Lazu;
METHOD a (Lir;Lazm;)V
METHOD a (Lqc;Lcom/google/gson/JsonObject;)Lazm;
METHOD a (Lqc;Lir;)Lazm;
FIELD r CAMPFIRE_COOKING Lazu;
METHOD a write (Lir;Lazm;)V
ARG 2 recipe
METHOD a register (Ljava/lang/String;Lazo;)Lazo;
ARG 0 id
ARG 1 serializer
METHOD a read (Lqc;Lcom/google/gson/JsonObject;)Lazm;
ARG 1 id
ARG 2 json
METHOD a read (Lqc;Lir;)Lazm;
ARG 1 id
ARG 2 buf

View File

@ -1,2 +1,12 @@
CLASS azp net/minecraft/recipe/RecipeType
METHOD a (Ljava/lang/String;)Lazp;
FIELD a CRAFTING Lazp;
FIELD b SMELTING Lazp;
FIELD c BLASTING Lazp;
FIELD d SMOKING Lazp;
FIELD e CAMPFIRE_COOKING Lazp;
METHOD a get (Lazm;Lbci;Lafq;)Ljava/util/Optional;
ARG 1 recipe
ARG 2 world
ARG 3 inventory
METHOD a register (Ljava/lang/String;)Lazp;
ARG 1 id

View File

@ -0,0 +1,10 @@
CLASS azv net/minecraft/recipe/SpecialRecipeSerializer
FIELD s id Ljava/util/function/Function;
METHOD a write (Lir;Lazm;)V
ARG 1 recipe
METHOD a read (Lqc;Lcom/google/gson/JsonObject;)Lazm;
ARG 1 id
ARG 2 json
METHOD a read (Lqc;Lir;)Lazm;
ARG 1 id
ARG 2 buf

View File

@ -1,2 +0,0 @@
CLASS aze net/minecraft/recipe/TypedRecipe
METHOD g getType ()Lazp;

View File

@ -1,10 +1,13 @@
CLASS ayy net/minecraft/recipe/smelting/AbstractSmeltingRecipe
CLASS ayy net/minecraft/recipe/cooking/AbstractCookingRecipe
FIELD a type Lazp;
FIELD b id Lqc;
FIELD c group Ljava/lang/String;
FIELD d input Lazj;
FIELD e output Laxc;
FIELD f experience F
FIELD g cookTime I
METHOD <init> (Lazp;Lqc;Ljava/lang/String;Lazj;Laxc;FI)V
ARG 1 type
METHOD a getPreviewInputs ()Lfh;
METHOD a fits (II)Z
ARG 1 width

View File

@ -0,0 +1,3 @@
CLASS azb net/minecraft/recipe/cooking/BlastingRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD h getRecipeKindIcon ()Laxc;

View File

@ -0,0 +1,3 @@
CLASS azd net/minecraft/recipe/cooking/CampfireCookingRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD h getRecipeKindIcon ()Laxc;

View File

@ -0,0 +1,14 @@
CLASS azu net/minecraft/recipe/cooking/CookingRecipeSerializer
CLASS azu$a RecipeFactory
FIELD s cookingTime I
FIELD t recipeFactory Lazu$a;
METHOD <init> (Lazu$a;I)V
ARG 1 recipeFactory
ARG 2 cookingTime
METHOD a write (Lir;Layy;)V
ARG 1 buf
ARG 2 recipe
METHOD b read (Lqc;Lcom/google/gson/JsonObject;)Layy;
ARG 1 id
ARG 2 json
METHOD b read (Lqc;Lir;)Layy;

View File

@ -0,0 +1,3 @@
CLASS azw net/minecraft/recipe/cooking/SmeltingRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD h getRecipeKindIcon ()Laxc;

View File

@ -0,0 +1,3 @@
CLASS azx net/minecraft/recipe/cooking/SmokingRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD h getRecipeKindIcon ()Laxc;

View File

@ -0,0 +1,2 @@
CLASS aze net/minecraft/recipe/crafting/CraftingRecipe
METHOD g getType ()Lazp;

View File

@ -1,4 +1,4 @@
CLASS azl net/minecraft/recipe/crafting/MapExtendRecipe
CLASS azl net/minecraft/recipe/crafting/MapExtendingRecipe
METHOD X_ isIgnoredInRecipeBook ()Z
METHOD Y_ getSerializer ()Lazo;
METHOD a craft (Lafq;)Laxc;

View File

@ -1,4 +1,4 @@
CLASS azf net/minecraft/recipe/AbstractRecipe
CLASS azf net/minecraft/recipe/crafting/SpecialCraftingRecipe
FIELD a id Lqc;
METHOD X_ isIgnoredInRecipeBook ()Z
METHOD c getOutput ()Laxc;

View File

@ -1,8 +0,0 @@
CLASS azv net/minecraft/recipe/serializer/FunctionRecipeSerializer
FIELD s id Ljava/util/function/Function;
METHOD a (Lir;Lazm;)V
ARG 1 recipe
METHOD a (Lqc;Lcom/google/gson/JsonObject;)Lazm;
ARG 1 json
METHOD a (Lqc;Lir;)Lazm;
ARG 1 buf

View File

@ -1 +0,0 @@
CLASS azu net/minecraft/recipe/serializer/SmeltingRecipeSerializer

View File

@ -1,3 +0,0 @@
CLASS azb net/minecraft/recipe/smelting/BlastingRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD h ()Laxc;

View File

@ -1,3 +0,0 @@
CLASS azw net/minecraft/recipe/smelting/SmeltingRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD h ()Laxc;

View File

@ -1,3 +0,0 @@
CLASS azx net/minecraft/recipe/smelting/SmokingRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD h ()Laxc;

View File

@ -44,6 +44,7 @@ CLASS bqz net/minecraft/state/property/Properties
FIELD aj HATCH Lbri;
FIELD ak LAYERS Lbri;
FIELD al CAULDRON_LEVEL Lbri;
FIELD am COMPOSTER_LEVEL Lbri;
FIELD an BLOCK_LEVEL Lbri;
FIELD ao FLUID_BLOCK_LEVEL Lbri;
FIELD ap MOISTURE Lbri;

View File

@ -0,0 +1,22 @@
CLASS cmt net/minecraft/util/BlockHitResult
FIELD b side Ley;
FIELD c blockPos Let;
FIELD d missed Z
METHOD <init> (Lcmx;Ley;Let;Z)V
ARG 1 pos
ARG 2 side
ARG 3 blockPos
METHOD <init> (ZLcmx;Ley;Let;Z)V
ARG 1 missed
ARG 2 pos
ARG 3 side
ARG 4 blockPos
METHOD a getBlockPos ()Let;
METHOD a createMissed (Lcmx;Ley;Let;)Lcmt;
ARG 0 pos
ARG 1 side
ARG 2 blockPos
METHOD a withSide (Ley;)Lcmt;
ARG 1 side
METHOD b getSide ()Ley;
METHOD c getType ()Lcmv$a;

View File

@ -0,0 +1,4 @@
CLASS cmu net/minecraft/util/EntityHitResult
FIELD b entity Lahc;
METHOD a getEntity ()Lahc;
METHOD c getType ()Lcmv$a;

View File

@ -4,3 +4,7 @@ CLASS cmv net/minecraft/util/HitResult
FIELD b BLOCK Lcmv$a;
FIELD c ENTITY Lcmv$a;
FIELD a pos Lcmx;
METHOD <init> (Lcmx;)V
ARG 1 pos
METHOD c getType ()Lcmv$a;
METHOD e getPos ()Lcmx;

View File

@ -6,6 +6,8 @@ CLASS fk net/minecraft/util/registry/Registry
FIELD E STRUCTURE_PROCESSOR Lfk;
FIELD F STRUCTURE_POOL_ELEMENT Lfk;
FIELD G CONTAINER Lfk;
FIELD H RECIPE_TYPE Lfk;
FIELD I RECIPE_SERIALIZER Lfk;
FIELD J STAT_TYPE Lfk;
FIELD K VILLAGER_TYPE Lex;
FIELD L VILLAGER_PROFESSION Lex;