Package com.mojang.blaze3d.vertex
Class ByteBufferBuilder.Result
java.lang.Object
com.mojang.blaze3d.vertex.ByteBufferBuilder.Result
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
ByteBufferBuilder
-
Field Summary
Modifier and TypeFieldDescriptionprivate final int
private boolean
private final int
private final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
offset
private final int offset -
capacity
private final int capacity -
generation
private final int generation -
closed
private boolean closed
-
-
Constructor Details
-
Result
Result(int p_343613_, int p_344565_, int p_344170_)
-
-
Method Details
-
byteBuffer
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-