A few random mappings (#583)

* my little mappings

* plural methods
This commit is contained in:
Yanis48 2019-04-05 17:56:01 +02:00 committed by Modmuss50
parent 046e93f136
commit 1d2960ebe7
14 changed files with 21 additions and 3 deletions

View File

@ -7,4 +7,5 @@ CLASS axt net/minecraft/container/AnvilContainer
FIELD i newItemName Ljava/lang/String;
FIELD j player Lavn;
METHOD a setNewItemName (Ljava/lang/String;)V
METHOD e setLevelCost ()V
METHOD f getLevelCost ()I

View File

@ -8,6 +8,10 @@ CLASS axu net/minecraft/container/BeaconContainer
ARG 1 syncId
METHOD <init> (ILagn;Laya;Layb;)V
ARG 1 syncId
METHOD c setEffects (II)V
ARG 1 primaryEffectId
ARG 2 secondaryEffectId
METHOD e getProperties ()I
METHOD f getPrimaryEffect ()Lahr;
METHOD g getSecondaryEffect ()Lahr;
METHOD h hasPayment ()Z

View File

@ -18,6 +18,6 @@ CLASS axw net/minecraft/container/BrewingStandContainer
METHOD b_ matches (Lbbq;)Z
FIELD c inventory Lagn;
FIELD d propertyDelegate Laya;
FIELD e slotIngredient Laze;
FIELD e ingredientSlot Laze;
METHOD <init> (ILavm;)V
ARG 1 syncId

View File

@ -15,7 +15,7 @@ CLASS axr net/minecraft/container/Container
ARG 2 syncId
METHOD a getType ()Lays;
METHOD a getSlot (I)Laze;
METHOD a setProperty (II)V
METHOD a setProperties (II)V
ARG 1 pos
ARG 2 propertyId
METHOD a onSlotClick (IILaxz;Lavn;)Lbbq;

View File

@ -1,6 +1,7 @@
CLASS ayu net/minecraft/container/MerchantContainer
FIELD c villager Lbfz;
FIELD d villagerInventory Layt;
FIELD e levelProgress I
FIELD f canLevel Z
METHOD <init> (ILavm;)V
ARG 1 syncId
@ -12,5 +13,7 @@ CLASS ayu net/minecraft/container/MerchantContainer
METHOD d setRecipeIndex (I)V
METHOD e getExperience ()I
METHOD e setExperienceFromServer (I)V
METHOD f setLevelProgress (I)V
METHOD g getLevelProgress ()I
METHOD h getRecipes ()Lbgb;
METHOD i canLevel ()Z

View File

@ -13,7 +13,8 @@ CLASS aze net/minecraft/container/Slot
ARG 1 amount
METHOD a canTakeItems (Lavn;)Z
METHOD a onTakeItem (Lavn;Lbbq;)Lbbq;
ARG 1 stack
ARG 1 player
ARG 2 stack
METHOD a canInsert (Lbbq;)Z
METHOD a onCrafted (Lbbq;I)V
ARG 1 stack

View File

@ -9,6 +9,7 @@ CLASS ava net/minecraft/entity/passive/VillagerEntity
METHOD c canSpawn (J)Z
ARG 1 time
FIELD bA ITEM_FOOD_VALUES Ljava/util/Map;
FIELD bB POINTS_OF_INTEREST Ljava/util/Map;
FIELD bC VILLAGER_DATA Lqg;
FIELD bD GATHERABLE_ITEMS Ljava/util/Set;
FIELD bE levelUpTimer I

View File

@ -39,6 +39,7 @@ CLASS net/minecraft/server/MinecraftServer
FIELD aq tickTime F
FIELD ar workerExecutor Ljava/util/concurrent/Executor;
FIELD b USER_CACHE_FILE Ljava/io/File;
FIELD c WORLD_INFO Lbha;
FIELD d worldGenerationProgressListenerFactory Lvo;
FIELD f lastTickLengths [J
FIELD h serverThread Ljava/lang/Thread;

View File

@ -1,3 +1,4 @@
CLASS rn net/minecraft/server/dedicated/command/BanCommand
FIELD a ALREADY_BANNED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD a ban (Lcd;Ljava/util/Collection;Ljm;)I
METHOD a register (Lcom/mojang/brigadier/CommandDispatcher;)V

View File

@ -1,4 +1,6 @@
CLASS rl net/minecraft/server/dedicated/command/BanIpCommand
FIELD b INVALID_IP_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD c ALREADY_BANNED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD a checkIp (Lcd;Ljava/lang/String;Ljm;)I
METHOD a register (Lcom/mojang/brigadier/CommandDispatcher;)V
METHOD b banIp (Lcd;Ljava/lang/String;Ljm;)I

View File

@ -1,3 +1,4 @@
CLASS rs net/minecraft/server/dedicated/command/DeOpCommand
FIELD a ALREADY_DEOPPED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD a deop (Lcd;Ljava/util/Collection;)I
METHOD a register (Lcom/mojang/brigadier/CommandDispatcher;)V

View File

@ -1,3 +1,4 @@
CLASS so net/minecraft/server/dedicated/command/OpCommand
FIELD a ALREADY_OPPED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD a op (Lcd;Ljava/util/Collection;)I
METHOD a register (Lcom/mojang/brigadier/CommandDispatcher;)V

View File

@ -1,3 +1,4 @@
CLASS sp net/minecraft/server/dedicated/command/PardonCommand
FIELD a ALREADY_UNBANNED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD a pardon (Lcd;Ljava/util/Collection;)I
METHOD a register (Lcom/mojang/brigadier/CommandDispatcher;)V

View File

@ -1,4 +1,5 @@
CLASS sq net/minecraft/server/dedicated/command/PardonIpCommand
FIELD a INVALID_IP_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD b ALREADY_UNBANNED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD a pardonIp (Lcd;Ljava/lang/String;)I
METHOD a register (Lcom/mojang/brigadier/CommandDispatcher;)V