Class VertexFormatElement
java.lang.Object
net.minecraft.client.renderer.vertex.VertexFormatElement
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
-
Field Summary
Modifier and TypeFieldDescriptionprivate final int
private final int
private final int
private static final org.apache.logging.log4j.Logger
private final VertexFormatElement.Type
private final VertexFormatElement.Usage
-
Constructor Summary
ConstructorDescriptionVertexFormatElement
(int p_i46096_1_, VertexFormatElement.Type p_i46096_2_, VertexFormatElement.Usage p_i46096_3_, int p_i46096_4_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
final int
int
final int
getIndex()
final VertexFormatElement.Type
getType()
getUsage()
int
hashCode()
void
setupBufferState
(long p_227897_1_, int p_227897_3_) private boolean
supportsUsage
(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()
-