Package net.minecraft.client.render
Class VertexRendering
java.lang.Object
net.minecraft.client.render.VertexRendering
- Mappings:
Namespace Name named net/minecraft/client/render/VertexRenderingintermediary net/minecraft/class_9974official gsg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddrawBox(MatrixStack matrices, VertexConsumer vertexConsumers, double x1, double y1, double z1, double x2, double y2, double z2, float red, float green, float blue, float alpha) static voiddrawBox(MatrixStack matrices, VertexConsumer vertexConsumers, double x1, double y1, double z1, double x2, double y2, double z2, float red, float green, float blue, float alpha, float xAxisRed, float yAxisGreen, float zAxisBlue) static voiddrawBox(MatrixStack matrices, VertexConsumer vertexConsumers, Box box, float red, float green, float blue, float alpha) static voiddrawFilledBox(MatrixStack matrices, VertexConsumer vertexConsumers, double minX, double minY, double minZ, double maxX, double maxY, double maxZ, float red, float green, float blue, float alpha) static voiddrawFilledBox(MatrixStack matrices, VertexConsumer vertexConsumers, float minX, float minY, float minZ, float maxX, float maxY, float maxZ, float red, float green, float blue, float alpha) static voiddrawOutline(MatrixStack matrices, VertexConsumer vertexConsumers, VoxelShape shape, double offsetX, double offsetY, double offsetZ, int color) static voiddrawSide(MatrixStack matrices, VertexConsumer vertexConsumers, Direction side, float minX, float minY, float minZ, float maxX, float maxY, float maxZ, float red, float green, float blue, float alpha) static voiddrawVector(MatrixStack matrices, VertexConsumer vertexConsumers, Vector3f offset, Vec3d vec, int argb)
-
Constructor Details
-
VertexRendering
public VertexRendering()
-
-
Method Details
-
drawOutline
public static void drawOutline(MatrixStack matrices, VertexConsumer vertexConsumers, VoxelShape shape, double offsetX, double offsetY, double offsetZ, int color) - Mappings:
Namespace Name Mixin selector named drawOutlineLnet/minecraft/client/render/VertexRendering;drawOutline(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/shape/VoxelShape;DDDI)Vintermediary method_62296Lnet/minecraft/class_9974;method_62296(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_265;DDDI)Vofficial aLgsg;a(Lfld;Lflg;Lfgw;DDDI)V
-
drawBox
public static void drawBox(MatrixStack matrices, VertexConsumer vertexConsumers, Box box, float red, float green, float blue, float alpha) - Mappings:
Namespace Name Mixin selector named drawBoxLnet/minecraft/client/render/VertexRendering;drawBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/math/Box;FFFF)Vintermediary method_62295Lnet/minecraft/class_9974;method_62295(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_238;FFFF)Vofficial aLgsg;a(Lfld;Lflg;Lffx;FFFF)V
-
drawBox
public static void drawBox(MatrixStack matrices, VertexConsumer vertexConsumers, double x1, double y1, double z1, double x2, double y2, double z2, float red, float green, float blue, float alpha) - Mappings:
Namespace Name Mixin selector named drawBoxLnet/minecraft/client/render/VertexRendering;drawBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;DDDDDDFFFF)Vintermediary method_62292Lnet/minecraft/class_9974;method_62292(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;DDDDDDFFFF)Vofficial aLgsg;a(Lfld;Lflg;DDDDDDFFFF)V
-
drawBox
public static void drawBox(MatrixStack matrices, VertexConsumer vertexConsumers, double x1, double y1, double z1, double x2, double y2, double z2, float red, float green, float blue, float alpha, float xAxisRed, float yAxisGreen, float zAxisBlue) - Mappings:
Namespace Name Mixin selector named drawBoxLnet/minecraft/client/render/VertexRendering;drawBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;DDDDDDFFFFFFF)Vintermediary method_62293Lnet/minecraft/class_9974;method_62293(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;DDDDDDFFFFFFF)Vofficial aLgsg;a(Lfld;Lflg;DDDDDDFFFFFFF)V
-
drawFilledBox
public static void drawFilledBox(MatrixStack matrices, VertexConsumer vertexConsumers, double minX, double minY, double minZ, double maxX, double maxY, double maxZ, float red, float green, float blue, float alpha) - Mappings:
Namespace Name Mixin selector named drawFilledBoxLnet/minecraft/client/render/VertexRendering;drawFilledBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;DDDDDDFFFF)Vintermediary method_62300Lnet/minecraft/class_9974;method_62300(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;DDDDDDFFFF)Vofficial bLgsg;b(Lfld;Lflg;DDDDDDFFFF)V
-
drawFilledBox
public static void drawFilledBox(MatrixStack matrices, VertexConsumer vertexConsumers, float minX, float minY, float minZ, float maxX, float maxY, float maxZ, float red, float green, float blue, float alpha) - Mappings:
Namespace Name Mixin selector named drawFilledBoxLnet/minecraft/client/render/VertexRendering;drawFilledBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;FFFFFFFFFF)Vintermediary method_62294Lnet/minecraft/class_9974;method_62294(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;FFFFFFFFFF)Vofficial aLgsg;a(Lfld;Lflg;FFFFFFFFFF)V
-
drawSide
public static void drawSide(MatrixStack matrices, VertexConsumer vertexConsumers, Direction side, float minX, float minY, float minZ, float maxX, float maxY, float maxZ, float red, float green, float blue, float alpha) - Mappings:
Namespace Name Mixin selector named drawSideLnet/minecraft/client/render/VertexRendering;drawSide(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/math/Direction;FFFFFFFFFF)Vintermediary method_62297Lnet/minecraft/class_9974;method_62297(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_2350;FFFFFFFFFF)Vofficial aLgsg;a(Lfld;Lflg;Ljc;FFFFFFFFFF)V
-
drawVector
public static void drawVector(MatrixStack matrices, VertexConsumer vertexConsumers, Vector3f offset, Vec3d vec, int argb) - Mappings:
Namespace Name Mixin selector named drawVectorLnet/minecraft/client/render/VertexRendering;drawVector(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lorg/joml/Vector3f;Lnet/minecraft/util/math/Vec3d;I)Vintermediary method_62298Lnet/minecraft/class_9974;method_62298(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lorg/joml/Vector3f;Lnet/minecraft/class_243;I)Vofficial aLgsg;a(Lfld;Lflg;Lorg/joml/Vector3f;Lfgc;I)V
-