Package com.mojang.blaze3d.vertex
Class VertexFormat
java.lang.Object
com.mojang.blaze3d.vertex.VertexFormat
- All Implemented Interfaces:
IForgeVertexFormat
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap<String, VertexFormatElement> private final com.google.common.collect.ImmutableList<VertexFormatElement> private VertexBufferprivate final it.unimi.dsi.fastutil.ints.IntListprivate final int -
Constructor Summary
ConstructorsConstructorDescriptionVertexFormat(com.google.common.collect.ImmutableMap<String, VertexFormatElement> p_166910_) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprivate voidvoidbooleancom.google.common.collect.ImmutableList<String> com.google.common.collect.ImmutableMap<String, VertexFormatElement> com.google.common.collect.ImmutableList<VertexFormatElement> intintgetOffset(int index) intinthashCode()voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraftforge.client.extensions.IForgeVertexFormat
hasColor, hasNormal, hasPosition, hasUV
-
Field Details
-
elements
-
elementMapping
-
offsets
private final it.unimi.dsi.fastutil.ints.IntList offsets -
vertexSize
private final int vertexSize -
immediateDrawVertexBuffer
-
-
Constructor Details
-
VertexFormat
-
-
Method Details
-
toString
-
getIntegerSize
public int getIntegerSize() -
getVertexSize
public int getVertexSize() -
getElements
- Specified by:
getElementsin interfaceIForgeVertexFormat
-
getElementAttributeNames
-
equals
-
hashCode
public int hashCode() -
setupBufferState
public void setupBufferState() -
_setupBufferState
private void _setupBufferState() -
clearBufferState
public void clearBufferState() -
_clearBufferState
private void _clearBufferState() -
getImmediateDrawVertexBuffer
-
getElementMapping
-
getOffset
public int getOffset(int index)
-