Package com.mojang.blaze3d.vertex
Class VertexFormatElement
java.lang.Object
com.mojang.blaze3d.vertex.VertexFormatElement
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumstatic enum
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final intprivate final intprivate final intprivate final VertexFormatElement.Typeprivate final VertexFormatElement.Usage
- 
Constructor SummaryConstructorsConstructorDescriptionVertexFormatElement(int p_86037_, VertexFormatElement.Type p_86038_, VertexFormatElement.Usage p_86039_, int p_86040_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidclearBufferState(int p_166964_) booleanfinal intfinal intgetCount()intfinal intgetIndex()final VertexFormatElement.TypegetType()getUsage()inthashCode()final booleanvoidsetupBufferState(int p_166966_, long p_166967_, int p_166968_) private booleansupportsUsage(int p_86043_, VertexFormatElement.Usage p_86044_) toString()
- 
Field Details- 
type
- 
usage
- 
indexprivate final int index
- 
countprivate final int count
- 
byteSizeprivate final int byteSize
 
- 
- 
Constructor Details- 
VertexFormatElementpublic VertexFormatElement(int p_86037_, VertexFormatElement.Type p_86038_, VertexFormatElement.Usage p_86039_, int p_86040_) 
 
- 
- 
Method Details- 
supportsUsage
- 
getType
- 
getUsage
- 
getCountpublic final int getCount()
- 
getIndexpublic final int getIndex()
- 
toString
- 
getByteSizepublic final int getByteSize()
- 
isPositionpublic final boolean isPosition()
- 
equals
- 
hashCodepublic int hashCode()
- 
setupBufferStatepublic void setupBufferState(int p_166966_, long p_166967_, int p_166968_) 
- 
clearBufferStatepublic void clearBufferState(int p_166964_) 
- 
getElementCountpublic int getElementCount()
 
-