forked from darkevilmac/pomf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix ParticleManager, map LookupManager and related (FabricMC#254)
- Loading branch information
1 parent
df3a55d
commit c798699
Showing
33 changed files
with
86 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
CLASS cqp | ||
FIELD d forceUnicodeFont Z | ||
METHOD a onResourceReload (Lwd;)V | ||
ARG 1 manager | ||
METHOD a setForceUnicodeFont (Z)V |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...t/client/particle/ManagerParticle.mapping → ...t/client/particle/ParticleManager.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
mappings/net/minecraft/client/recipe/book/RecipeBookCategory.mapping
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/client/recipe/book/RecipeBookGroup.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/client/resource/FoliageColormapResourceLoader.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/client/resource/GrassColormapResourceLoader.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
mappings/net/minecraft/client/search/IdentifierSearchableContainer.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
12 changes: 12 additions & 0 deletions
12
mappings/net/minecraft/client/search/SearchManager.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CLASS dom net/minecraft/client/search/Searchable | ||
METHOD a findAll (Ljava/lang/String;)Ljava/util/List; |
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/client/search/SearchableContainer.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
8 changes: 8 additions & 0 deletions
8
mappings/net/minecraft/client/search/TextSearchableContainer.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
CLASS we net/minecraft/resource/ResourceReloadListener | ||
METHOD a onResourceReload (Lwd;)V | ||
ARG 1 manager |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters