-
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.
- Loading branch information
Showing
21 changed files
with
89 additions
and
27 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,9 +1,6 @@ | ||
CLASS tk/valoeghese/fc0/class_37 tk/valoeghese/fc0/client/Player | ||
FIELD field_120 camera Ltk/valoeghese/fc0/class_27; | ||
FIELD field_259 currentEcozone Ltk/valoeghese/fc0/class_46; | ||
METHOD <init> (Ltk/valoeghese/fc0/class_27;Ltk/valoeghese/fc0/class_8;)V | ||
ARG 1 camera | ||
ARG 2 world | ||
METHOD method_87 getCamera ()Ltk/valoeghese/fc0/class_27; | ||
METHOD method_90 rayCast (D)Ltk/valoeghese/fc0/class_1; | ||
ARG 1 maxDistance |
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,3 @@ | ||
CLASS tk/valoeghese/fc0/class_81 tk/valoeghese/fc0/client/gui/TileOverlay | ||
METHOD method_221 render (Ltk/valoeghese/fc0/class_14;BF)V | ||
ARG 1 tile |
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,9 @@ | ||
CLASS tk/valoeghese/fc0/class_76 tk/valoeghese/fc0/client/world/ClientWorld | ||
FIELD field_270 chunkList Ljava/util/List; | ||
FIELD field_270 renderedChunks Ljava/util/List; | ||
FIELD field_271 chunkQueue Ljava/util/Queue; | ||
FIELD field_291 sortedChunks Ltk/valoeghese/fc0/class_43; | ||
METHOD <init> (Ltk/valoeghese/fc0/class_56;JI)V | ||
ARG 1 tscs | ||
ARG 2 seed | ||
METHOD method_204 getClientChunks ()Ljava/util/List; | ||
ARG 4 radius | ||
METHOD method_204 getRenderedChunks ()Ljava/util/List; |
2 changes: 1 addition & 1 deletion
2
...loeghese/fc0/world/NeighborAccess.mapping → ...e/fc0/client/world/NeighborAccess.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
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
15 changes: 15 additions & 0 deletions
15
mappings/tk/valoeghese/fc0/io/ThreadedSodChunkStorage.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,11 +1,26 @@ | ||
CLASS tk/valoeghese/fc0/class_56 tk/valoeghese/fc0/io/ThreadedSodChunkStorage | ||
FIELD field_200 seed J | ||
FIELD field_201 playerPos Ltk/valoeghese/fc0/class_45; | ||
FIELD field_202 saveThread Ltk/valoeghese/fc0/class_57; | ||
FIELD field_203 saveDirectory Ljava/io/File; | ||
FIELD field_204 LOCK Ljava/lang/Object; | ||
FIELD field_205 spawnPoint Ltk/valoeghese/fc0/class_45; | ||
FIELD field_206 saveFile Ljava/io/File; | ||
METHOD <init> (Ljava/lang/String;J)V | ||
ARG 1 path | ||
ARG 2 seed | ||
METHOD method_158 getSeed ()J | ||
METHOD method_159 loadOrCreate (Ltk/valoeghese/fc0/class_5;IILtk/valoeghese/fc0/class_47;)Ltk/valoeghese/fc0/class_4; | ||
ARG 1 world | ||
ARG 2 x | ||
ARG 3 z | ||
ARG 4 factory | ||
METHOD method_161 save (Ljava/util/Iterator;Ltk/valoeghese/fc0/class_45;Ltk/valoeghese/fc0/class_45;J)V | ||
ARG 1 chunks | ||
ARG 2 playerPos | ||
ARG 3 spawnPoint | ||
ARG 4 time | ||
METHOD method_218 save (Ltk/valoeghese/fc0/class_4;)V | ||
ARG 1 chunk | ||
METHOD method_219 saveChunks (Ljava/util/Iterator;)V | ||
ARG 1 chunks |
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,3 @@ | ||
CLASS tk/valoeghese/fc0/class_80 tk/valoeghese/fc0/world/ChunkLoadingView | ||
METHOD method_217 loadChunksAround (Ltk/valoeghese/fc0/class_33;)V | ||
ARG 1 pos |
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,3 @@ | ||
CLASS tk/valoeghese/fc0/class_77 tk/valoeghese/fc0/world/ChunkStatus | ||
FIELD field_276 _VALUES [Ltk/valoeghese/fc0/class_77; | ||
METHOD method_212 values ()[Ltk/valoeghese/fc0/class_77; |
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,5 +1,9 @@ | ||
CLASS tk/valoeghese/fc0/class_5 tk/valoeghese/fc0/world/ChunkView | ||
METHOD method_136 getSeed ()J | ||
METHOD method_6 getChunk (II)Ltk/valoeghese/fc0/class_4; | ||
METHOD method_211 loadChunk (IILtk/valoeghese/fc0/class_77;)Ltk/valoeghese/fc0/class_4; | ||
ARG 1 x | ||
ARG 2 z | ||
ARG 3 status | ||
METHOD method_6 getFinishedChunk (II)Ltk/valoeghese/fc0/class_4; | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CLASS tk/valoeghese/fc0/class_79 tk/valoeghese/fc0/world/GeneratingTileView | ||
FIELD field_285 world Ltk/valoeghese/fc0/class_6; | ||
METHOD <init> (Ltk/valoeghese/fc0/class_6;)V | ||
ARG 1 world |
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,20 +1,25 @@ | ||
CLASS tk/valoeghese/fc0/class_6 tk/valoeghese/fc0/world/World | ||
FIELD field_13 chunkRadius I | ||
FIELD field_149 seed J | ||
FIELD field_16 random Ljava/util/Random; | ||
FIELD field_181 orderedChunks Ltk/valoeghese/fc0/class_43; | ||
FIELD field_18 chunks [Ltk/valoeghese/fc0/class_4; | ||
FIELD field_19 chunkSize I | ||
FIELD field_18 chunks Lit/unimi/dsi/fastutil/longs/Long2ObjectMap; | ||
FIELD field_20 start I | ||
FIELD field_21 end I | ||
METHOD <init> (Ltk/valoeghese/fc0/class_56;JILtk/valoeghese/fc0/class_47;Ljava/util/function/IntFunction;)V | ||
ARG 1 tscs | ||
FIELD field_280 generatingView Ltk/valoeghese/fc0/class_50; | ||
FIELD field_281 chunkFactory Ltk/valoeghese/fc0/class_47; | ||
FIELD field_282 chunkStorage Ltk/valoeghese/fc0/class_56; | ||
METHOD <init> (Ltk/valoeghese/fc0/class_56;JILtk/valoeghese/fc0/class_47;)V | ||
ARG 1 chunkStorage | ||
ARG 2 seed | ||
ARG 4 radius | ||
ARG 5 chunkFactory | ||
ARG 6 chunkOrder | ||
METHOD method_10 getChunkAt (II)Ltk/valoeghese/fc0/class_4; | ||
METHOD method_112 getChunks ()Ljava/util/Iterator; | ||
METHOD method_137 resetRenderers ()V | ||
METHOD method_213 getChunkKey (II)J | ||
ARG 0 x | ||
ARG 1 z | ||
METHOD method_214 onChunkRemoved (Ltk/valoeghese/fc0/class_4;)V | ||
ARG 1 chunk | ||
METHOD method_216 getStoredChunk (II)Ltk/valoeghese/fc0/class_4; | ||
ARG 1 x | ||
ARG 2 z | ||
METHOD method_112 getChunks ()[Ltk/valoeghese/fc0/class_4; | ||
METHOD method_137 resetRenderers ()V | ||
METHOD method_8 populate ()V | ||
METHOD method_8 generateSpawn ()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,2 @@ | ||
CLASS tk/valoeghese/fc0/class_78 tk/valoeghese/fc0/world/_EnumSwitches | ||
FIELD field_284 GET_CHUNK [I |