Package foundry.veil.api.client.util
Class VertexFormatCodec
java.lang.Object
foundry.veil.api.client.util.VertexFormatCodec
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<Integer> static final com.mojang.serialization.Codec
<com.mojang.blaze3d.vertex.VertexFormat> static final com.mojang.serialization.Codec
<com.mojang.blaze3d.vertex.VertexFormatElement> static final com.mojang.serialization.Codec
<com.mojang.blaze3d.vertex.VertexFormat.Mode> -
Constructor Summary
-
Method Summary
-
Field Details
-
MODE_CODEC
public static final com.mojang.serialization.Codec<com.mojang.blaze3d.vertex.VertexFormat.Mode> MODE_CODEC -
ELEMENT_CODEC
public static final com.mojang.serialization.Codec<com.mojang.blaze3d.vertex.VertexFormatElement> ELEMENT_CODEC -
CODEC
public static final com.mojang.serialization.Codec<com.mojang.blaze3d.vertex.VertexFormat> CODEC -
BUFFER_SIZE_CODEC
-
-
Constructor Details
-
VertexFormatCodec
public VertexFormatCodec()
-