Class BlockWriterUnsafe

java.lang.Object
com.jozufozu.flywheel.core.vertex.VertexWriterUnsafe<BlockVertex>
com.jozufozu.flywheel.core.vertex.BlockWriterUnsafe
All Implemented Interfaces:
VertexWriter

public class BlockWriterUnsafe extends VertexWriterUnsafe<BlockVertex>
  • Constructor Details

  • Method Details

    • writeVertex

      public void writeVertex(VertexList list, int i)
    • 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)