fix ParticleManager, map LookupManager and related (#254)

This commit is contained in:
Adrian Siekierka 2018-12-10 18:33:47 +01:00 committed by GitHub
parent df3a55d46c
commit c79869974f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
33 changed files with 86 additions and 11 deletions

View File

@ -2,3 +2,4 @@ CLASS cce
FIELD a logger Lorg/apache/logging/log4j/Logger;
FIELD d server Lnet/minecraft/server/MinecraftServer;
METHOD a onResourceReload (Lwd;)V
ARG 1 manager

View File

@ -1,4 +1,5 @@
CLASS cqp
FIELD d forceUnicodeFont Z
METHOD a onResourceReload (Lwd;)V
ARG 1 manager
METHOD a setForceUnicodeFont (Z)V

View File

@ -1,2 +0,0 @@
CLASS dol
METHOD a onResourceReload (Lwd;)V

View File

@ -1,4 +0,0 @@
CLASS don
FIELD b printComparisons Z
FIELD c printArray Z
FIELD d logger Lorg/apache/logging/log4j/Logger;

View File

@ -5,6 +5,7 @@ CLASS cof net/minecraft/client/MinecraftClient
FIELD J currentServerEntry Lczx;
FIELD K textureManager Ldlx;
FIELD L instance Lcof;
FIELD M dataFixer Lcom/mojang/datafixers/DataFixer;
FIELD O crashed Z
FIELD P crashReport Lb;
FIELD Q connectedToRealms Z
@ -14,6 +15,7 @@ CLASS cof net/minecraft/client/MinecraftClient
FIELD U itemRenderer Ldhx;
FIELD V firstPersonRenderer Ldco;
FIELD W cameraEntity Lagk;
FIELD X searchManager Ldol;
FIELD Y session Lcom;
FIELD aA spriteAtlas Ldlv;
FIELD aB soundLoader Ldpa;
@ -98,6 +100,8 @@ CLASS cof net/minecraft/client/MinecraftClient
METHOD a setCrashReport (Lb;)V
METHOD a openGui (Lcsl;)V
METHOD a setCurrentServerEntry (Lczx;)V
METHOD a getSearchableContainer (Ldol$a;)Ldoi;
ARG 1 key
METHOD a startIntegratedServer (Ljava/lang/String;Ljava/lang/String;Lbax;)V
ARG 1 name
ARG 2 displayName
@ -109,7 +113,7 @@ CLASS cof net/minecraft/client/MinecraftClient
ARG 6 block
METHOD aD getCurrentAction ()Ljava/lang/String;
METHOD aa isConnectedToRealms ()Z
METHOD ab getMigrationHandler ()Lcom/mojang/datafixers/DataFixer;
METHOD ab getDataFixer ()Lcom/mojang/datafixers/DataFixer;
METHOD ac getTickDelta ()F
METHOD ae getBlockColorMap ()Lcop;
METHOD ag hasReducedDebugInfo ()Z

View File

@ -22,6 +22,7 @@ CLASS dpa net/minecraft/client/audio/SoundLoader
METHOD a get (Lpz;)Ldpb;
METHOD a stopSounds (Lpz;Lxi;)V
METHOD a onResourceReload (Lwd;)V
ARG 1 manager
METHOD a updateSoundVolume (Lxi;F)V
ARG 1 category
METHOD aa_ tick ()V

View File

@ -6,4 +6,5 @@ CLASS coc net/minecraft/client/hotbar/CreativeHotbarStorage
FIELD e loaded Z
METHOD a save ()V
METHOD a getSavedHotbar (I)Ldbz;
ARG 1 i
METHOD b load ()V

View File

@ -1,4 +1,4 @@
CLASS dbb net/minecraft/client/particle/ManagerParticle
CLASS dbb net/minecraft/client/particle/ParticleManager
FIELD a world Lbas;
FIELD b PARTICLE_TEX Lpz;
FIELD c particleQueues [[Ljava/util/ArrayDeque;

View File

@ -1,3 +0,0 @@
CLASS coi net/minecraft/client/recipe/book/RecipeBookCategory
FIELD j iconList Ljava/util/List;
METHOD a getIconList ()Ljava/util/List;

View File

@ -0,0 +1,5 @@
CLASS coi net/minecraft/client/recipe/book/RecipeBookGroup
FIELD j icons Ljava/util/List;
METHOD <init> (Ljava/lang/String;I[Lavu;)V
ARG 3 entries
METHOD a getIcons ()Ljava/util/List;

View File

@ -63,6 +63,7 @@ CLASS dcq net/minecraft/client/render/Renderer
ARG 7 z
METHOD a addParticle (Lft;ZZDDDDDD)V
METHOD a onResourceReload (Lwd;)V
ARG 1 manager
METHOD a playRecord (Lxg;Let;)V
METHOD b onBlockBreakingStage (ILet;I)V
ARG 1 entityId

View File

@ -11,5 +11,6 @@ CLASS dcm net/minecraft/client/render/WorldRenderer
METHOD a onSetCameraEntity (Lagk;)V
METHOD a loadShader (Lpz;)V
METHOD a onResourceReload (Lwd;)V
ARG 1 manager
METHOD e tick ()V
METHOD l getGame ()Lcof;

View File

@ -14,4 +14,5 @@ CLASS ddg net/minecraft/client/render/block/BlockRenderManager
ARG 1 state
ARG 2 pos
METHOD a onResourceReload (Lwd;)V
ARG 1 manager
METHOD b getRenderer ()Lddi;

View File

@ -48,6 +48,7 @@ CLASS dhx net/minecraft/client/render/item/ItemRenderer
METHOD a renderItemModelColored (Ldne;ILavu;)V
METHOD a renderItemModel (Ldne;Lavu;)V
METHOD a onResourceReload (Lwd;)V
ARG 1 manager
METHOD b renderItemAndGlowInGui (Lavu;II)V
ARG 1 stack
ARG 2 xPosition

View File

@ -6,4 +6,5 @@ CLASS dni net/minecraft/client/render/model/BakedModelManager
METHOD a getMissingModel ()Ldne;
METHOD a getModel (Ldnj;)Ldne;
METHOD a onResourceReload (Lwd;)V
ARG 1 manager
METHOD b getBlockStateMaps ()Lddf;

View File

@ -1,3 +1,4 @@
CLASS dmi net/minecraft/client/resource/FoliageColormapResourceLoader
FIELD a FOLIAGE_COLORMAP_LOC Lpz;
METHOD a onResourceReload (Lwd;)V
ARG 1 manager

View File

@ -1,3 +1,4 @@
CLASS dmj net/minecraft/client/resource/GrassColormapResourceLoader
FIELD a GRASS_COLORMAP_LOC Lpz;
METHOD a onResourceReload (Lwd;)V
ARG 1 manager

View File

@ -7,5 +7,6 @@ CLASS dmq net/minecraft/client/resource/language/LanguageManager
METHOD a setLanguage (Ldmp;)V
METHOD a reloadResources (Ljava/util/List;)V
METHOD a onResourceReload (Lwd;)V
ARG 1 manager
METHOD b getLanguage ()Ldmp;
METHOD c getAllLanguages ()Ljava/util/SortedSet;

View File

@ -0,0 +1,13 @@
CLASS doj net/minecraft/client/search/IdentifierSearchableContainer
CLASS doj$a Iterator
FIELD a byNamespace Ldon;
FIELD b byPath Ldon;
FIELD c identifierFinder Ljava/util/function/Function;
FIELD d entries Ljava/util/List;
FIELD e entryIds Lit/unimi/dsi/fastutil/objects/Object2IntMap;
METHOD a clear ()V
METHOD a add (Ljava/lang/Object;)V
METHOD a findAll (Ljava/lang/String;)Ljava/util/List;
ARG 1 text
METHOD b reload ()V
METHOD b index (Ljava/lang/Object;)V

View File

@ -0,0 +1,12 @@
CLASS dol net/minecraft/client/search/SearchManager
CLASS dol$a Key
FIELD a ITEMS_TOOLTIP Ldol$a;
FIELD b ITEMS_TAG Ldol$a;
FIELD d instances Ljava/util/Map;
METHOD a get (Ldol$a;)Ldoi;
ARG 1 key
METHOD a put (Ldol$a;Ldoi;)V
ARG 1 key
ARG 2 value
METHOD a onResourceReload (Lwd;)V
ARG 1 manager

View File

@ -0,0 +1,2 @@
CLASS dom net/minecraft/client/search/Searchable
METHOD a findAll (Ljava/lang/String;)Ljava/util/List;

View File

@ -0,0 +1,4 @@
CLASS doi net/minecraft/client/search/SearchableContainer
METHOD a clear ()V
METHOD a add (Ljava/lang/Object;)V
METHOD b reload ()V

View File

@ -0,0 +1,13 @@
CLASS don net/minecraft/client/search/SuffixArray
FIELD a objects Ljava/util/List;
FIELD b PRINT_COMPARISONS Z
FIELD c PRINT_ARRAY Z
FIELD d LOGGER Lorg/apache/logging/log4j/Logger;
FIELD i maxTextLength I
METHOD a reload ()V
METHOD a add (Ljava/lang/Object;Ljava/lang/String;)V
ARG 1 object
ARG 2 text
METHOD a findAll (Ljava/lang/String;)Ljava/util/List;
ARG 1 text
METHOD b debugPrintArray ()V

View File

@ -0,0 +1,8 @@
CLASS dok net/minecraft/client/search/TextSearchableContainer
CLASS dok$a Iterator
FIELD c byText Ldon;
FIELD d textFinder Ljava/util/function/Function;
METHOD a findAll (Ljava/lang/String;)Ljava/util/List;
ARG 1 text
METHOD b reload ()V
METHOD b index (Ljava/lang/Object;)V

View File

@ -12,6 +12,7 @@ CLASS dlx net/minecraft/client/texture/TextureManager
METHOD a registerTextureUpdateable (Lpz;Ldma;)Z
ARG 1 id
METHOD a onResourceReload (Lwd;)V
ARG 1 manager
METHOD b getTexture (Lpz;)Ldly;
METHOD c destroyTexture (Lpz;)V
METHOD e tick ()V

View File

@ -5,6 +5,7 @@ CLASS cnb net/minecraft/client/util/VideoMode
FIELD d greenBits I
FIELD e blueBits I
FIELD f refreshRate I
FIELD g PATTERN Ljava/util/regex/Pattern;
METHOD a getWidth ()I
METHOD b getHeight ()I
METHOD c getRedBits ()I

View File

@ -8,6 +8,7 @@ CLASS ayb net/minecraft/recipe/RecipeManager
METHOD a add (Laya;)V
METHOD a get (Lpz;)Laya;
METHOD a onResourceReload (Lwd;)V
ARG 1 manager
METHOD b values ()Ljava/util/Collection;
METHOD b get (Laex;Lbas;)Laya;
METHOD c keys ()Ljava/util/Collection;

View File

@ -1,2 +1,3 @@
CLASS we net/minecraft/resource/ResourceReloadListener
METHOD a onResourceReload (Lwd;)V
ARG 1 manager

View File

@ -6,4 +6,5 @@ CLASS ql net/minecraft/server/ServerAdvancementManager
FIELD e MANAGER Lo;
METHOD a get (Lpz;)Ln;
METHOD a onResourceReload (Lwd;)V
ARG 1 manager
METHOD b getAdvancements ()Ljava/util/Collection;

View File

@ -15,6 +15,7 @@ CLASS qm net/minecraft/server/function/CommandFunctionManager
ARG 2 exception
METHOD a getFunction (Lpz;)Lbx;
METHOD a onResourceReload (Lwd;)V
ARG 1 manager
METHOD aa_ tick ()V
METHOD b getMaxCommandChainLength ()I
METHOD c getFunctions ()Ljava/util/Map;

View File

@ -6,6 +6,7 @@ CLASS ya net/minecraft/tag/TagManager
METHOD a blocks ()Lxx;
METHOD a toPacket (Lir;)V
METHOD a onResourceReload (Lwd;)V
ARG 1 manager
METHOD b items ()Lxx;
METHOD b fromPacket (Lir;)Lya;
METHOD c fluids ()Lxx;

View File

@ -1,11 +1,14 @@
CLASS ic net/minecraft/util/TagHelper
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
METHOD a serializeBlockState (Lbom;)Lhq;
METHOD a withProperty (Lboo;Lbpo;Ljava/lang/String;Lhq;Lhq;)Lboo;
ARG 0 state
ARG 1 property
METHOD a getPropertyValueAsString (Lbpo;Ljava/lang/Comparable;)Ljava/lang/String;
ARG 0 property
ARG 1 value
METHOD a update (Lcom/mojang/datafixers/DataFixer;Lcom/mojang/datafixers/DSL$TypeReference;Lhq;I)Lhq;
METHOD a update (Lcom/mojang/datafixers/DataFixer;Lcom/mojang/datafixers/DSL$TypeReference;Lhq;II)Lhq;
METHOD a serializeBlockPos (Let;)Lhq;
ARG 0 pos
METHOD a deserializeProfile (Lhq;)Lcom/mojang/authlib/GameProfile;

View File

@ -10,3 +10,4 @@ CLASS chw net/minecraft/world/loot/LootManager
METHOD a check (Lchv;Lpz;Lchu;Ljava/util/function/Function;)V
METHOD a getSupplier (Lpz;)Lchu;
METHOD a onResourceReload (Lwd;)V
ARG 1 manager