Package net.createmod.ponder.utility
Class VertexUtils
java.lang.Object
net.createmod.ponder.utility.VertexUtils
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic intapplyBakedLighting(int packedLight, ByteBuffer data) Deprecated, for removal: This API element is subject to removal in a future version.static voidapplyBakedNormals(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 voidputBulkData(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 voidputBulkData(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 voidputBulkData(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 voidputBulkData(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.
-
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
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.
-