Interface CuboidRenderer
public interface CuboidRenderer
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic voidframe(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 voidlines(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 voidquads(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 voidquadsAndLines(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 voidvoxelShapeBox(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)
-