Package net.jcm.vsch.client
Class RenderUtil
java.lang.Object
net.jcm.vsch.client.RenderUtil
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddrawBox(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer buffer, RenderUtil.BoxLightMap lightMap, org.joml.Vector4f rgba, org.joml.Vector3i offseti, org.joml.Quaternionf rot, org.joml.Vector3i sizei) static voiddrawBoxWithTexture(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer buffer, RenderUtil.BoxLightMap lightMap, ModelTextures model, org.joml.Vector3f rgb, org.joml.Vector3f offset, org.joml.Quaternionf rot, org.joml.Vector3i size, float scale) static voiddrawBoxWithTexture(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer buffer, RenderUtil.BoxLightMap lightMap, ModelTextures model, org.joml.Vector4f rgba, org.joml.Vector3f offset, org.joml.Quaternionf rot, org.joml.Vector3i size, float scale) static voiddrawPlane(com.mojang.blaze3d.vertex.PoseStack posestack, com.mojang.blaze3d.vertex.VertexConsumer buffer, RenderUtil.BoxLightMap lightMap, org.joml.Vector4f rgba, net.minecraft.core.Direction perspective, org.joml.Vector3f offset, org.joml.Vector3f size) static voiddrawPlaneWithTexture(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer buffer, RenderUtil.BoxLightMap lightMap, TextureLocation texture, org.joml.Vector3f rgb, net.minecraft.core.Direction perspective, org.joml.Vector3f offset, org.joml.Vector3i size, float scale) static voiddrawPlaneWithTexture(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer buffer, RenderUtil.BoxLightMap lightMap, TextureLocation texture, org.joml.Vector4f rgba, net.minecraft.core.Direction perspective, org.joml.Vector3f offset, org.joml.Vector3i size, float scale)
-
Method Details
-
drawBox
public static void drawBox(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer buffer, RenderUtil.BoxLightMap lightMap, org.joml.Vector4f rgba, org.joml.Vector3i offseti, org.joml.Quaternionf rot, org.joml.Vector3i sizei) -
drawPlane
public static void drawPlane(com.mojang.blaze3d.vertex.PoseStack posestack, com.mojang.blaze3d.vertex.VertexConsumer buffer, RenderUtil.BoxLightMap lightMap, org.joml.Vector4f rgba, net.minecraft.core.Direction perspective, org.joml.Vector3f offset, org.joml.Vector3f size) -
drawBoxWithTexture
public static void drawBoxWithTexture(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer buffer, RenderUtil.BoxLightMap lightMap, ModelTextures model, org.joml.Vector3f rgb, org.joml.Vector3f offset, org.joml.Quaternionf rot, org.joml.Vector3i size, float scale) -
drawBoxWithTexture
public static void drawBoxWithTexture(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer buffer, RenderUtil.BoxLightMap lightMap, ModelTextures model, org.joml.Vector4f rgba, org.joml.Vector3f offset, org.joml.Quaternionf rot, org.joml.Vector3i size, float scale) -
drawPlaneWithTexture
public static void drawPlaneWithTexture(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer buffer, RenderUtil.BoxLightMap lightMap, TextureLocation texture, org.joml.Vector3f rgb, net.minecraft.core.Direction perspective, org.joml.Vector3f offset, org.joml.Vector3i size, float scale) -
drawPlaneWithTexture
public static void drawPlaneWithTexture(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer buffer, RenderUtil.BoxLightMap lightMap, TextureLocation texture, org.joml.Vector4f rgba, net.minecraft.core.Direction perspective, org.joml.Vector3f offset, org.joml.Vector3i size, float scale)
-