Class BlockWriterUnsafe
java.lang.Object
com.jozufozu.flywheel.core.vertex.VertexWriterUnsafe<BlockVertex>
com.jozufozu.flywheel.core.vertex.BlockWriterUnsafe
- All Implemented Interfaces:
VertexWriter
-
Field Summary
Fields inherited from class com.jozufozu.flywheel.core.vertex.VertexWriterUnsafe
buffer, ptr, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidputVertex(float x, float y, float z, float u, float v, byte r, byte g, byte b, byte a, int light, float nX, float nY, float nZ) voidwriteVertex(VertexList list, int i) Methods inherited from class com.jozufozu.flywheel.core.vertex.VertexWriterUnsafe
advance, intoReader, seekToVertexMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.jozufozu.flywheel.api.vertex.VertexWriter
writeVertexList
-
Constructor Details
-
BlockWriterUnsafe
-
-
Method Details
-
writeVertex
-
putVertex
public void putVertex(float x, float y, float z, float u, float v, byte r, byte g, byte b, byte a, int light, float nX, float nY, float nZ)
-