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 gmt
  • Constructor Details Link icon

    • VertexRendering Link icon

      public VertexRendering()
  • Method Details Link icon

    • drawOutline Link icon

      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 Lgmt;a(Lffv;Lffz;Lfbv;DDDI)V
    • drawBox Link icon

      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 Lgmt;a(Lffv;Lffz;Lfaw;FFFF)V
    • drawBox Link icon

      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 Lgmt;a(Lffv;Lffz;DDDDDDFFFF)V
    • drawBox Link icon

      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 Lgmt;a(Lffv;Lffz;DDDDDDFFFFFFF)V
    • drawFilledBox Link icon

      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 Lgmt;b(Lffv;Lffz;DDDDDDFFFF)V
    • drawFilledBox Link icon

      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 Lgmt;a(Lffv;Lffz;FFFFFFFFFF)V
    • drawSide Link icon

      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 Lgmt;a(Lffv;Lffz;Ljn;FFFFFFFFFF)V
    • drawVector Link icon

      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 Lgmt;a(Lffv;Lffz;Lorg/joml/Vector3f;Lfbb;I)V