Class GeoQuad
java.lang.Object
team.lodestar.lodestone.modules.rendering.model.geo.data.GeoQuad
- All Implemented Interfaces:
ICloneable<GeoQuad>,IRenderableModelPart<GeoQuad>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeoQuadbuild(GeoVertex[] vertices, org.joml.Vector2f uv, org.joml.Vector2f uvSize, int rotation, org.joml.Vector2f textureSize) copy()voidrender(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer vertexConsumer, com.mojang.blaze3d.vertex.VertexFormat vertexFormat, com.mojang.blaze3d.vertex.VertexFormat.Mode mode) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface team.lodestar.lodestone.modules.rendering.model.geo.data.IRenderableModelPart
render
-
Constructor Details
-
GeoQuad
-
-
Method Details
-
build
-
copy
- Specified by:
copyin interfaceICloneable<GeoQuad>
-
render
public void render(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer vertexConsumer, com.mojang.blaze3d.vertex.VertexFormat vertexFormat, com.mojang.blaze3d.vertex.VertexFormat.Mode mode) - Specified by:
renderin interfaceIRenderableModelPart<GeoQuad>
-