Class VertexUtils

java.lang.Object
net.createmod.ponder.utility.VertexUtils

@Deprecated(forRemoval=true) public class VertexUtils extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    applyBakedLighting(int packedLight, ByteBuffer data)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    applyBakedNormals(org.joml.Vector3f generated, ByteBuffer data, org.joml.Matrix3f normalTransform)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    putBulkData(com.mojang.blaze3d.vertex.VertexConsumer builder, com.mojang.blaze3d.vertex.PoseStack.Pose pose, net.minecraft.client.renderer.block.model.BakedQuad bakedQuad, float[] baseBrightness, float red, float green, float blue, float alpha, int[] lightmap, int packedOverlay, boolean readExistingColor)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    putBulkData(com.mojang.blaze3d.vertex.VertexConsumer builder, com.mojang.blaze3d.vertex.PoseStack.Pose pose, net.minecraft.client.renderer.block.model.BakedQuad bakedQuad, float red, float green, float blue, float alpha, int packedLight, int packedOverlay)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    putBulkData(com.mojang.blaze3d.vertex.VertexConsumer builder, com.mojang.blaze3d.vertex.PoseStack.Pose pose, net.minecraft.client.renderer.block.model.BakedQuad bakedQuad, float red, float green, float blue, float alpha, int packedLight, int packedOverlay, boolean readExistingColor)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    putBulkData(com.mojang.blaze3d.vertex.VertexConsumer builder, com.mojang.blaze3d.vertex.PoseStack.Pose poseStack, net.minecraft.client.renderer.block.model.BakedQuad bakedQuad, float red, float green, float blue, int packedLight, int packedOverlay, boolean readExistingColor)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VertexUtils

      public VertexUtils()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • putBulkData

      public static void putBulkData(com.mojang.blaze3d.vertex.VertexConsumer builder, com.mojang.blaze3d.vertex.PoseStack.Pose poseStack, net.minecraft.client.renderer.block.model.BakedQuad bakedQuad, float red, float green, float blue, int packedLight, int packedOverlay, boolean readExistingColor)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • putBulkData

      public static void putBulkData(com.mojang.blaze3d.vertex.VertexConsumer builder, com.mojang.blaze3d.vertex.PoseStack.Pose pose, net.minecraft.client.renderer.block.model.BakedQuad bakedQuad, float red, float green, float blue, float alpha, int packedLight, int packedOverlay)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • putBulkData

      public static void putBulkData(com.mojang.blaze3d.vertex.VertexConsumer builder, com.mojang.blaze3d.vertex.PoseStack.Pose pose, net.minecraft.client.renderer.block.model.BakedQuad bakedQuad, float red, float green, float blue, float alpha, int packedLight, int packedOverlay, boolean readExistingColor)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • putBulkData

      public static void putBulkData(com.mojang.blaze3d.vertex.VertexConsumer builder, com.mojang.blaze3d.vertex.PoseStack.Pose pose, net.minecraft.client.renderer.block.model.BakedQuad bakedQuad, float[] baseBrightness, float red, float green, float blue, float alpha, int[] lightmap, int packedOverlay, boolean readExistingColor)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • applyBakedLighting

      public static int applyBakedLighting(int packedLight, ByteBuffer data)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • applyBakedNormals

      public static void applyBakedNormals(org.joml.Vector3f generated, ByteBuffer data, org.joml.Matrix3f normalTransform)
      Deprecated, for removal: This API element is subject to removal in a future version.