Class VertexFormatElement
java.lang.Object
net.minecraft.client.renderer.vertex.VertexFormatElement
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final intprivate final intprivate static final org.apache.logging.log4j.Loggerprivate final VertexFormatElement.Typeprivate final VertexFormatElement.Usage -
Constructor Summary
ConstructorsConstructorDescriptionVertexFormatElement(int p_i46096_1_, VertexFormatElement.Type p_i46096_2_, VertexFormatElement.Usage p_i46096_3_, int p_i46096_4_) -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanfinal intintfinal intgetIndex()final VertexFormatElement.TypegetType()getUsage()inthashCode()voidsetupBufferState(long p_227897_1_, int p_227897_3_) private booleansupportsUsage(int p_177372_1_, VertexFormatElement.Usage p_177372_2_) toString()
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
type
-
usage
-
index
private final int index -
count
private final int count -
byteSize
private final int byteSize
-
-
Constructor Details
-
VertexFormatElement
public VertexFormatElement(int p_i46096_1_, VertexFormatElement.Type p_i46096_2_, VertexFormatElement.Usage p_i46096_3_, int p_i46096_4_)
-
-
Method Details
-
supportsUsage
-
getType
-
getUsage
-
getIndex
public final int getIndex() -
toString
-
getByteSize
public final int getByteSize() -
equals
-
hashCode
public int hashCode() -
setupBufferState
public void setupBufferState(long p_227897_1_, int p_227897_3_) -
clearBufferState
public void clearBufferState() -
getElementCount
public int getElementCount()
-