forked from FabricMC/yarn
-
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.
Fixes from review More fixes from review passesLight -> allowsLightTransmission, blocksLight -> preventsLightTransmission Remove badly named params from "nearest" function
- Loading branch information
1 parent
fe95325
commit 059d239
Showing
46 changed files
with
300 additions
and
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.gradle/ | ||
*-merged.jar | ||
*.DS_Store | ||
build/ | ||
build/ | ||
.idea/ |
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
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,3 +1,4 @@ | ||
CLASS none/ayp net/minecraft/block/material/MaterialNonSolid | ||
METHOD a isFullBlock ()Z | ||
METHOD b preventsLightTransmission ()Z | ||
METHOD c isSolid ()Z |
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/block/material/MaterialPartialBlock.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 none/ayo net/minecraft/block/material/MaterialPartialBlock | ||
METHOD a isFullBlock ()Z | ||
METHOD b preventsLightTransmission ()Z | ||
METHOD c isSolid ()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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
CLASS none/ayt net/minecraft/block/material/MaterialPortal | ||
METHOD a isFullBlock ()Z | ||
METHOD b preventsLightTransmission ()Z | ||
METHOD c isSolid ()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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
CLASS none/bxn net/minecraft/client/gl/GlBuffer | ||
FIELD a id I | ||
FIELD b format Lnone/bxo; | ||
FIELD c vertexCount I | ||
METHOD <init> (Lnone/bxo;)V | ||
ARG 0 vertexFormat | ||
METHOD a bind ()V | ||
METHOD a draw (I)V | ||
ARG 0 glMode | ||
METHOD a set (Ljava/nio/ByteBuffer;)V | ||
ARG 0 byteBuffer | ||
METHOD b unbind ()V | ||
METHOD c delete ()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
29 changes: 29 additions & 0 deletions
29
mappings/net/minecraft/client/render/chunk/ChunkBatcher.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,29 @@ | ||
CLASS none/brn net/minecraft/client/render/chunk/ChunkBatcher | ||
CLASS none/brn$1 | ||
METHOD run run ()V | ||
CLASS none/brn$2 | ||
METHOD run run ()V | ||
FIELD a LOGGER Lorg/apache/logging/log4j/Logger; | ||
FIELD b THREAD_FACTORY Ljava/util/concurrent/ThreadFactory; | ||
FIELD d workerThreads Ljava/util/List; | ||
FIELD e workers Ljava/util/List; | ||
FIELD f pendingChunks Ljava/util/concurrent/PriorityBlockingQueue; | ||
FIELD g availableBuffers Ljava/util/concurrent/BlockingQueue; | ||
FIELD j pendingUploads Ljava/util/Queue; | ||
FIELD k activeWorker Lnone/bro; | ||
METHOD a getDebugString ()Ljava/lang/String; | ||
METHOD a (Lnone/aio;Lnone/bon;Lnone/brs;Lnone/brp;D)Lcom/google/common/util/concurrent/ListenableFuture; | ||
ARG 0 blockRenderLayer | ||
ARG 1 vertexBuffer | ||
ARG 2 chunkRenderer | ||
ARG 3 chunkRenderData | ||
METHOD a addAvailableBuffer (Lnone/bop;)V | ||
ARG 0 buffer | ||
METHOD a (Lnone/brs;)Z | ||
ARG 0 chunkRenderer | ||
METHOD b (Lnone/brs;)Z | ||
ARG 0 chunkRenderer | ||
METHOD c getNextAvailableBuffer ()Lnone/bop; | ||
METHOD c (Lnone/brs;)Z | ||
ARG 0 chunkRenderer | ||
METHOD d getNextChunkRenderDataTask ()Lnone/brm; |
Oops, something went wrong.