in hindsight, the previous names were better

This commit is contained in:
asiekierka 2016-08-24 15:24:57 +02:00
parent 8f48f7afb6
commit d12662f120
6 changed files with 15 additions and 9 deletions

View File

@ -1,4 +1,6 @@
CLASS none/bxv net/minecraft/client/resource/pack/ResourcePackDirectory
CLASS none/bxv net/minecraft/client/resource/pack/DirectoryResourcePack
FIELD b WINDOWS Z
FIELD c PATH_SEP_WINDOWS Lcom/google/common/base/CharMatcher;
METHOD a openByPath (Ljava/lang/String;)Ljava/io/InputStream;
ARG 0 path
METHOD b canHandleByPath (Ljava/lang/String;)Z

View File

@ -1,4 +1,4 @@
CLASS none/bxr net/minecraft/client/resource/pack/ResourcePackMinecraft
CLASS none/bxr net/minecraft/client/resource/pack/MinecraftResourcePack
FIELD a ASSET_NAMES Ljava/util/Set;
METHOD a getLogo ()Ljava/awt/image/BufferedImage;
METHOD a open (Lnone/kp;)Ljava/io/InputStream;

View File

@ -1,4 +1,4 @@
CLASS none/bxo net/minecraft/client/resource/pack/ResourcePackPhysical
CLASS none/bxo net/minecraft/client/resource/pack/PhysicalResourcePack
FIELD a location Ljava/io/File;
FIELD b LOGGER Lorg/apache/logging/log4j/Logger;
METHOD <init> (Ljava/io/File;)V

View File

@ -1,6 +0,0 @@
CLASS none/bxu net/minecraft/client/resource/pack/ResourcePackFile
METHOD a openByPath (Ljava/lang/String;)Ljava/io/InputStream;
ARG 0 path
METHOD b canHandleByPath (Ljava/lang/String;)Z
ARG 0 path
METHOD c getProvidedAssets ()Ljava/util/Set;

View File

@ -0,0 +1,9 @@
CLASS none/bxu net/minecraft/client/resource/pack/ZipFileResourcePack
FIELD c zipFile Ljava/util/zip/ZipFile;
METHOD a openByPath (Ljava/lang/String;)Ljava/io/InputStream;
ARG 0 path
METHOD b canHandleByPath (Ljava/lang/String;)Z
ARG 0 path
METHOD c getProvidedAssets ()Ljava/util/Set;
METHOD close close ()V
METHOD d getOrCreateZipFile ()Ljava/util/zip/ZipFile;

View File

@ -0,0 +1 @@
CLASS none/bye net/minecraft/client/util/ResourceNotFoundException