Package com.pixelmonmod.tcg.duel
Class BufferBuilderWrapper
java.lang.Object
com.pixelmonmod.tcg.duel.BufferBuilderWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbegin(com.mojang.blaze3d.vertex.VertexFormat.Mode mode, com.mojang.blaze3d.vertex.VertexFormat format, com.mojang.blaze3d.vertex.PoseStack matrix) voidbooleanbuilding()com.mojang.blaze3d.vertex.BufferBuilderget()voidupdatePoseStack(com.mojang.blaze3d.vertex.PoseStack matrix) voidvertex(double x, double y, double z, float u, float v) voidvertex(double x, double y, double z, float a, float u, float v) voidvertex(float x, float y, float z, float u, float v) voidvertex(float x, float y, float z, float a, float u, float v) voidvertex(float x, float y, float z, float r, float g, float b, float a, float u, float v, int light)
-
Constructor Details
-
BufferBuilderWrapper
public BufferBuilderWrapper(com.mojang.blaze3d.vertex.BufferBuilder buffer)
-
-
Method Details
-
get
public com.mojang.blaze3d.vertex.BufferBuilder get() -
building
public boolean building() -
begin
public void begin(com.mojang.blaze3d.vertex.VertexFormat.Mode mode, com.mojang.blaze3d.vertex.VertexFormat format, com.mojang.blaze3d.vertex.PoseStack matrix) -
updatePoseStack
public void updatePoseStack(com.mojang.blaze3d.vertex.PoseStack matrix) -
build
-
vertex
public void vertex(double x, double y, double z, float a, float u, float v) -
vertex
public void vertex(double x, double y, double z, float u, float v) -
vertex
public void vertex(float x, float y, float z, float a, float u, float v) -
vertex
public void vertex(float x, float y, float z, float u, float v) -
vertex
public void vertex(float x, float y, float z, float r, float g, float b, float a, float u, float v, int light)
-