Class VertexRendering

java.lang.Object
net.minecraft.client.render.VertexRendering

@Environment(CLIENT) public class VertexRendering extends Object
Mappings:
Namespace Name
named net/minecraft/client/render/VertexRendering
intermediary net/minecraft/class_9974
official gme
  • 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 drawOutline Lnet/minecraft/client/render/VertexRendering;drawOutline(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/shape/VoxelShape;DDDI)V
      intermediary method_62296 Lnet/minecraft/class_9974;method_62296(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_265;DDDI)V
      official a Lgme;a(Lfgr;Lfgv;Lfcr;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 drawBox Lnet/minecraft/client/render/VertexRendering;drawBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/math/Box;FFFF)V
      intermediary method_62295 Lnet/minecraft/class_9974;method_62295(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_238;FFFF)V
      official a Lgme;a(Lfgr;Lfgv;Lfbs;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 drawBox Lnet/minecraft/client/render/VertexRendering;drawBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;DDDDDDFFFF)V
      intermediary method_62292 Lnet/minecraft/class_9974;method_62292(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;DDDDDDFFFF)V
      official a Lgme;a(Lfgr;Lfgv;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 drawBox Lnet/minecraft/client/render/VertexRendering;drawBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;DDDDDDFFFFFFF)V
      intermediary method_62293 Lnet/minecraft/class_9974;method_62293(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;DDDDDDFFFFFFF)V
      official a Lgme;a(Lfgr;Lfgv;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 drawFilledBox Lnet/minecraft/client/render/VertexRendering;drawFilledBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;DDDDDDFFFF)V
      intermediary method_62300 Lnet/minecraft/class_9974;method_62300(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;DDDDDDFFFF)V
      official b Lgme;b(Lfgr;Lfgv;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 drawFilledBox Lnet/minecraft/client/render/VertexRendering;drawFilledBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;FFFFFFFFFF)V
      intermediary method_62294 Lnet/minecraft/class_9974;method_62294(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;FFFFFFFFFF)V
      official a Lgme;a(Lfgr;Lfgv;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 drawSide Lnet/minecraft/client/render/VertexRendering;drawSide(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/math/Direction;FFFFFFFFFF)V
      intermediary method_62297 Lnet/minecraft/class_9974;method_62297(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_2350;FFFFFFFFFF)V
      official a Lgme;a(Lfgr;Lfgv;Ljm;FFFFFFFFFF)V
    • drawVector

      public static void drawVector(MatrixStack matrices, VertexConsumer vertexConsumers, Vector3f offset, Vec3d vec, int argb)
      Mappings:
      Namespace Name Mixin selector
      named drawVector Lnet/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)V
      intermediary method_62298 Lnet/minecraft/class_9974;method_62298(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lorg/joml/Vector3f;Lnet/minecraft/class_243;I)V
      official a Lgme;a(Lfgr;Lfgv;Lorg/joml/Vector3f;Lfbx;I)V