-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move some classes from n/m/world/ to n/m/world/chunk/ name Chunk.PackedTicks and members name ChunkSerializer * complete ChunkSerializer * complete n/m/world/chunk/light/ * complete n/m/world/chunk/palette/ * complete Chunk, ChunkManager, and ClientChunkManager * add missing class comments to simple type names for obfuscated classes * map RegionBoundValues * map ChunkDependencies * map most of ChunkLoadingStep and ChunkLoadingSteps complete ServerWorldAccess complete and tweak ChunkStatus * complete WorldChunk * map ChunkGenerationContext * move n/m/world/{entity/}EntityView map ServerEntityView * map ServerGameEventListenerRegistry * complete ChunkSection, ChunkTickTracker, ProtoChunk, and UpgradeData * complete n/m/world/chunk: map ChunkLoadingTask and ChunkLoadingTasks complete ChunkLoadingStep and ChunkLoadingSteps complete ChunkRegion * re-complete n/m/world/chunk sort out some chunkX/Z vs x/z params add simple name for Packet * fix type and missing simple type class comment correct another chunkX/Z <-> x/z param
- Loading branch information
1 parent
7465c89
commit 4c1f820
Showing
63 changed files
with
550 additions
and
49 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
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
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
CLASS net/minecraft/unmapped/C_xgsefppr net/minecraft/util/RegionBoundValues | ||
FIELD f_abhbmwxm minX I | ||
FIELD f_duchftei minZ I | ||
FIELD f_sjobxbbs values [Ljava/lang/Object; | ||
FIELD f_togksayj maxX I | ||
FIELD f_tzkyezrr maxZ I | ||
METHOD <init> (IIIILnet/minecraft/unmapped/C_xgsefppr$C_iualwfgh;)V | ||
ARG 5 initializer | ||
METHOD m_bkxoehdi forEach (Ljava/util/function/Consumer;)V | ||
ARG 1 valueConsumer | ||
METHOD m_exekxunj getImpl (II)I | ||
ARG 1 x | ||
ARG 2 z | ||
METHOD m_faymaync isInRange (II)Z | ||
ARG 1 x | ||
ARG 2 z | ||
METHOD m_pmihppge get (II)Ljava/lang/Object; | ||
ARG 1 x | ||
ARG 2 z | ||
METHOD m_xtaeuwxr of (IIILnet/minecraft/unmapped/C_xgsefppr$C_iualwfgh;)Lnet/minecraft/unmapped/C_xgsefppr; | ||
ARG 0 x | ||
ARG 1 z | ||
ARG 2 range | ||
ARG 3 initializer | ||
CLASS C_iualwfgh Initializer | ||
METHOD get (II)Ljava/lang/Object; | ||
ARG 1 x | ||
ARG 2 z |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
CLASS net/minecraft/unmapped/C_byiynvyh net/minecraft/world/StructureHolder | ||
METHOD m_fejlmeve setStructureReferences (Ljava/util/Map;)V | ||
ARG 1 references | ||
METHOD m_pvlhddmd setStructureStart (Lnet/minecraft/unmapped/C_quklzgtb;Lnet/minecraft/unmapped/C_efiavfys;)V | ||
ARG 1 feature | ||
ARG 2 start | ||
METHOD m_svqvtqfp getStructureReferences (Lnet/minecraft/unmapped/C_quklzgtb;)Lit/unimi/dsi/fastutil/longs/LongSet; | ||
ARG 1 feature | ||
METHOD m_xqpwvlyw addStructureReference (Lnet/minecraft/unmapped/C_quklzgtb;J)V | ||
ARG 1 feature | ||
ARG 2 chunPos | ||
METHOD m_xrnbkauz getStructureStart (Lnet/minecraft/unmapped/C_quklzgtb;)Lnet/minecraft/unmapped/C_efiavfys; | ||
ARG 1 feature | ||
METHOD m_zjjsiikg getStructureReferences ()Ljava/util/Map; |
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
10 changes: 10 additions & 0 deletions
10
mappings/net/minecraft/world/chunk/ChunkDependencies.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,10 @@ | ||
CLASS net/minecraft/unmapped/C_uisfyfhg net/minecraft/world/chunk/ChunkDependencies | ||
FIELD f_ivufksoa radiiByDependencyIndex [I | ||
FIELD f_wffsuakv dependenciesByRadius Lcom/google/common/collect/ImmutableList; | ||
METHOD m_dnwdpeuv get (I)Lnet/minecraft/unmapped/C_kogtzhzt; | ||
ARG 1 radius | ||
METHOD m_dxycnhaa getDependenciesByRadius ()Lcom/google/common/collect/ImmutableList; | ||
METHOD m_grcpkwme getRadius (Lnet/minecraft/unmapped/C_kogtzhzt;)I | ||
ARG 1 dependencyStatus | ||
METHOD m_lqmmnsdk getMaxRadius ()I | ||
METHOD m_ovpkckxs size ()I |
Oops, something went wrong.
4c1f820
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With commit 4c1f820, 169 file(s) were updated with 2402 line(s) added and 2246 removed compared to the latest Quilt Mappings version.
View the diff here (1/3):
4c1f820
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
View the diff here (2/3):
4c1f820
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
View the diff here (3/3):