Resource pack stuff

This commit is contained in:
Shadowfacts 2016-08-22 18:16:53 -04:00
parent 36f08f37cb
commit 97fa1fd75c
No known key found for this signature in database
GPG Key ID: F802198A7D7F309D
8 changed files with 28 additions and 1 deletions

View File

@ -7,6 +7,7 @@ CLASS none/bdo net/minecraft/client/Minecraft
FIELD Q textureManager Lnone/bxc;
FIELD R instance Lnone/bdo;
FIELD Z snooper Lnone/rj;
FIELD aC defaultResourcePack Lnone/bxr;
FIELD aI spriteAtlas Lnone/bxa;
FIELD aM sessionService Lcom/mojang/authlib/minecraft/MinecraftSessionService;
FIELD aP thread Ljava/lang/Thread;

View File

@ -0,0 +1 @@
CLASS none/bxv net/minecraft/client/resource/DirectoryResourcePack

View File

@ -0,0 +1,6 @@
CLASS none/byc net/minecraft/client/resource/IResourcePack
METHOD a getLogo ()Ljava/awt/image/BufferedImage;
METHOD a open (Lnone/kp;)Ljava/io/InputStream;
ARG 0 id
METHOD b canHandle (Lnone/kp;)Z
ARG 0 id

View File

@ -0,0 +1,6 @@
CLASS none/bxr net/minecraft/client/resource/MinecraftResourcePack
METHOD a getLogo ()Ljava/awt/image/BufferedImage;
METHOD a open (Lnone/kp;)Ljava/io/InputStream;
ARG 0 id
METHOD b canHandle (Lnone/kp;)Z
ARG 0 id

View File

@ -0,0 +1 @@
CLASS none/bxu net/minecraft/client/resources/FileResourcePack

View File

@ -38,9 +38,9 @@ CLASS none/aiu net/minecraft/world/World
ARG 0 pos
ARG 1 state
ARG 2 flags
METHOD a spawnParticle (Lnone/dd;DDDDDD[I)V
METHOD a sendPacket (Lnone/fl;)V
ARG 0 packet
METHOD a spawnParticle (Lnone/dd;DDDDDD[I)V
METHOD a createEntity (Lnone/se;)Z
ARG 0 entity
METHOD ae getDifficulty ()Lnone/qx;

View File

@ -0,0 +1,6 @@
CLASS none/bxo
METHOD a getLogo ()Ljava/awt/image/BufferedImage;
METHOD a open (Lnone/kp;)Ljava/io/InputStream;
ARG 0 id
METHOD b canHandle (Lnone/kp;)Z
ARG 0 id

View File

@ -0,0 +1,6 @@
CLASS none/byd
METHOD a getLogo ()Ljava/awt/image/BufferedImage;
METHOD a open (Lnone/kp;)Ljava/io/InputStream;
ARG 0 id
METHOD b canHandle (Lnone/kp;)Z
ARG 0 id