-
Notifications
You must be signed in to change notification settings - Fork 390
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* some nbt mappings * shinanigans * BreezeDebugRenderer * move it right * move it right * more mappings * fix typo * Fix and revert * imagine one could read properly * typo
- Loading branch information
1 parent
e8ab762
commit 57e6472
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
47 changes: 47 additions & 0 deletions
47
mappings/net/minecraft/client/render/debug/BreezeDebugRenderer.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,47 @@ | ||
CLASS net/minecraft/class_8985 net/minecraft/client/render/debug/BreezeDebugRenderer | ||
FIELD field_47465 PINK I | ||
FIELD field_47466 LIGHT_BLUE I | ||
FIELD field_47467 GREEN I | ||
FIELD field_47468 ORANGE I | ||
FIELD field_47469 RED I | ||
FIELD field_47472 client Lnet/minecraft/class_310; | ||
FIELD field_47473 breezes Ljava/util/Map; | ||
METHOD <init> (Lnet/minecraft/class_310;)V | ||
ARG 1 client | ||
METHOD method_55255 clear ()V | ||
METHOD method_55256 draw (ILorg/joml/Matrix4f;DDDLnet/minecraft/class_4588;Lnet/minecraft/class_243;FI)V | ||
ARG 0 vertex | ||
ARG 1 matrix4f | ||
ARG 8 vertexConsumer | ||
ARG 9 entityBox | ||
METHOD method_55257 (Lnet/minecraft/class_1297;)Lnet/minecraft/class_243; | ||
ARG 1 entity | ||
METHOD method_55258 (Lnet/minecraft/class_8949;)Z | ||
ARG 0 predicate | ||
METHOD method_55259 render (Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)V | ||
ARG 1 matrices | ||
ARG 2 vertexConsumers | ||
ARG 3 cameraX | ||
ARG 5 cameraY | ||
ARG 7 cameraZ | ||
METHOD method_55260 (Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDDLnet/minecraft/class_8949;Lnet/minecraft/class_243;)V | ||
ARG 9 targetPos | ||
METHOD method_55261 (Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDDLnet/minecraft/class_8949;Lnet/minecraft/class_2338;)V | ||
ARG 9 jumpTarget | ||
METHOD method_55262 drawLine (Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDDLnet/minecraft/class_243;Lnet/minecraft/class_243;I)V | ||
ARG 0 matrices | ||
ARG 1 vertexConsumers | ||
ARG 2 cameraX | ||
ARG 4 cameraY | ||
ARG 6 cameraZ | ||
ARG 8 entityPos | ||
ARG 9 targetPos | ||
ARG 10 color | ||
METHOD method_55263 (Lnet/minecraft/class_746;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDDLnet/minecraft/class_8949;)V | ||
ARG 10 breeze | ||
METHOD method_55265 drawMultiple (Lorg/joml/Matrix4f;DDDLnet/minecraft/class_4588;Lnet/minecraft/class_243;FI)V | ||
ARG 0 matrix4f | ||
ARG 7 vertexConsumer | ||
ARG 8 targetPos | ||
METHOD method_55266 addBreezeDebugInfo (Lnet/minecraft/class_9004$class_9005;)V | ||
ARG 1 breezeDebugInfo |