Interface CuboidRenderer


public interface CuboidRenderer
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static void
    frame(com.mojang.blaze3d.vertex.PoseStack ms, float minX, float minY, float minZ, float maxX, float maxY, float maxZ, net.minecraft.client.renderer.MultiBufferSource buffers, BufferSupplier type, boolean cull, Color color, Color lineColor, float cornerSize, float edgeSize)
     
    static void
    lines(com.mojang.blaze3d.vertex.PoseStack ms, float minX, float minY, float minZ, float maxX, float maxY, float maxZ, net.minecraft.client.renderer.MultiBufferSource buffers, BufferSupplier type, Color color)
     
    static void
    quads(com.mojang.blaze3d.vertex.PoseStack ms, float minX, float minY, float minZ, float maxX, float maxY, float maxZ, net.minecraft.client.renderer.MultiBufferSource buffers, BufferSupplier type, boolean cull, Color color)
     
    static void
    quadsAndLines(com.mojang.blaze3d.vertex.PoseStack ms, float minX, float minY, float minZ, float maxX, float maxY, float maxZ, net.minecraft.client.renderer.MultiBufferSource buffers, BufferSupplier type, boolean cull, Color color, Color lineColor)
     
    static void
    voxelShapeBox(com.mojang.blaze3d.vertex.PoseStack ms, VoxelShapeBox shape, net.minecraft.world.phys.Vec3 offset, net.minecraft.client.renderer.MultiBufferSource buffers, BufferSupplier type, boolean cull, Color color, Color lineColor)
     
  • Method Details

    • quads

      static void quads(com.mojang.blaze3d.vertex.PoseStack ms, float minX, float minY, float minZ, float maxX, float maxY, float maxZ, net.minecraft.client.renderer.MultiBufferSource buffers, BufferSupplier type, boolean cull, Color color)
    • lines

      static void lines(com.mojang.blaze3d.vertex.PoseStack ms, float minX, float minY, float minZ, float maxX, float maxY, float maxZ, net.minecraft.client.renderer.MultiBufferSource buffers, BufferSupplier type, Color color)
    • quadsAndLines

      static void quadsAndLines(com.mojang.blaze3d.vertex.PoseStack ms, float minX, float minY, float minZ, float maxX, float maxY, float maxZ, net.minecraft.client.renderer.MultiBufferSource buffers, BufferSupplier type, boolean cull, Color color, Color lineColor)
    • voxelShapeBox

      static void voxelShapeBox(com.mojang.blaze3d.vertex.PoseStack ms, VoxelShapeBox shape, net.minecraft.world.phys.Vec3 offset, net.minecraft.client.renderer.MultiBufferSource buffers, BufferSupplier type, boolean cull, Color color, Color lineColor)
    • frame

      static void frame(com.mojang.blaze3d.vertex.PoseStack ms, float minX, float minY, float minZ, float maxX, float maxY, float maxZ, net.minecraft.client.renderer.MultiBufferSource buffers, BufferSupplier type, boolean cull, Color color, Color lineColor, float cornerSize, float edgeSize)