Mapped some misc stuff

This commit is contained in:
Tyler Hancock 2016-08-22 07:38:17 -06:00
parent 067e880a23
commit 7450434586
9 changed files with 48 additions and 2 deletions

View File

@ -5,6 +5,7 @@ CLASS none/boe net/minecraft/client/player/EntityPlayerClient
METHOD a swingHand (Lnone/qz;)V
ARG 0 hand
METHOD c getBlockPos ()Lnone/cn;
METHOD c setCurrentHand (Lnone/qz;)V
METHOD g sendChatMessage (Ljava/lang/String;)V
ARG 0 message
METHOD m update ()V

View File

@ -0,0 +1,13 @@
CLASS none/h net/minecraft/client/util/ClientUtils
CLASS none/h$a OperatingSystem
FIELD a UNIX Lnone/h$a;
FIELD b SOLARIS Lnone/h$a;
FIELD c WINDOWS Lnone/h$a;
FIELD d MAC Lnone/h$a;
FIELD e UNKNOWN Lnone/h$a;
METHOD a getOperatingSystem ()Lnone/h$a;
METHOD a getLast (Ljava/util/List;)Ljava/lang/Object;
ARG 0 list
METHOD a runTask (Ljava/util/concurrent/FutureTask;Lorg/apache/logging/log4j/Logger;)Ljava/lang/Object;
ARG 0 task
ARG 1 logger

View File

@ -0,0 +1,26 @@
CLASS none/xe net/minecraft/entity/horse/HorseArmorType
FIELD a NONE Lnone/xe;
FIELD b IRON Lnone/xe;
FIELD c GOLD Lnone/xe;
FIELD d DIAMOND Lnone/xe;
FIELD e texturePath Ljava/lang/String;
FIELD f identifier Ljava/lang/String;
FIELD g protection I
METHOD <init> (Ljava/lang/String;II)V
ARG 0 protection
METHOD <init> (Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
ARG 0 protection
ARG 1 textureName
ARG 2 identifier
METHOD a getOrdinal ()I
METHOD a getByOrdinal (I)Lnone/xe;
ARG 0 ordinal
METHOD a getByItem (Lnone/aeo;)Lnone/xe;
ARG 0 item
METHOD a getByStack (Lnone/aeq;)Lnone/xe;
ARG 0 stack
METHOD b getIdentifier ()Ljava/lang/String;
METHOD b isHorseArmor (Lnone/aeo;)Z
ARG 0 item
METHOD c getProtectionAmount ()I
METHOD d getTexturePath ()Ljava/lang/String;

View File

@ -12,6 +12,7 @@ CLASS none/aak net/minecraft/entity/player/EntityPlayerAbstract
FIELD bN experienceLevel I
FIELD bO experienceBarProgress F
FIELD bT gameProfile Lcom/mojang/authlib/GameProfile;
FIELD bt inventory Lnone/aaj;
FIELD bv container Lnone/abv;
METHOD T invalidate ()V
METHOD a getUuidFromProfile (Lcom/mojang/authlib/GameProfile;)Ljava/util/UUID;

View File

@ -56,7 +56,8 @@ CLASS none/dd net/minecraft/particle/ParticleType
ARG 3 name
ARG 4 id
METHOD <init> (Ljava/lang/String;ILjava/lang/String;IZI)V
ARG 3 name
ARG 0 name
ARG 3 argCount
ARG 4 id
ARG 5 ignoreRange
METHOD a getNames ()Ljava/util/Set;

View File

@ -37,6 +37,7 @@ CLASS none/ajm net/minecraft/reference/Biomes
FIELD ai MUTATED_MESA Lnone/ajh;
FIELD aj MUTATED_MESA_ROCK Lnone/ajh;
FIELD ak MUTATED_MESA_CLEAR_ROCK Lnone/ajh;
FIELD b DEFAULT Lnone/ajh;
FIELD c PLAINS Lnone/ajh;
FIELD d DESERT Lnone/ajh;
FIELD e EXTREME_HILLS Lnone/ajh;

View File

@ -7,6 +7,7 @@ CLASS none/sn net/minecraft/sortme/EntitySomethingBase
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD b getStackInHand (Lnone/qz;)Lnone/aeq;
METHOD b getStackInSlot (Lnone/sj;)Lnone/aeq;
METHOD c setCurrentHand (Lnone/qz;)V
METHOD c addEffect (Lnone/ry;)V
ARG 0 effect
METHOD m update ()V

View File

@ -1,5 +1,5 @@
CLASS none/agb
METHOD a (Lnone/aiu;Lnone/aak;Lnone/qz;)Lnone/rc;
METHOD a onRightClick (Lnone/aiu;Lnone/aak;Lnone/qz;)Lnone/rc;
ARG 0 world
ARG 1 player
ARG 2 hand

View File

@ -0,0 +1,2 @@
CLASS none/bxv
FIELD b isWindows Z