Package dev.latvian.mods.klib.render
Interface SphereRenderer
public interface SphereRenderer
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic voidentity(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, Color color, UV uv, LightUV light, OverlayUV overlay, VertexCallback callback) static voidentity(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, VertexCallback callback) static voidlines(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, Color color, VertexCallback callback) static voidlines(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, net.minecraft.client.renderer.MultiBufferSource buffers, BufferSupplier type, Color color) static voidquads(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, Color color, VertexCallback callback) static voidquads(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, net.minecraft.client.renderer.MultiBufferSource buffers, BufferSupplier type, boolean cull, Color color)
-
Method Details
-
entity
static void entity(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, Color color, UV uv, LightUV light, OverlayUV overlay, VertexCallback callback) -
entity
static void entity(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, VertexCallback callback) -
quads
static void quads(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, net.minecraft.client.renderer.MultiBufferSource buffers, BufferSupplier type, boolean cull, Color color) -
quads
static void quads(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, Color color, VertexCallback callback) -
lines
static void lines(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, Color color, VertexCallback callback) -
lines
static void lines(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, net.minecraft.client.renderer.MultiBufferSource buffers, BufferSupplier type, Color color)
-