Class UnsafeFlapWriter

java.lang.Object
com.jozufozu.flywheel.backend.struct.BufferWriter<S>
com.jozufozu.flywheel.backend.struct.UnsafeBufferWriter<FlapData>
com.simibubi.create.content.logistics.block.flap.UnsafeFlapWriter
All Implemented Interfaces:
com.jozufozu.flywheel.api.struct.StructWriter<FlapData>

public class UnsafeFlapWriter extends com.jozufozu.flywheel.backend.struct.UnsafeBufferWriter<FlapData>
  • Field Summary

    Fields inherited from class com.jozufozu.flywheel.backend.struct.UnsafeBufferWriter

    writePointer

    Fields inherited from class com.jozufozu.flywheel.backend.struct.BufferWriter

    backingBuffer, stride
  • Constructor Summary

    Constructors
    Constructor
    Description
    UnsafeFlapWriter(com.jozufozu.flywheel.backend.gl.buffer.VecBuffer backingBuffer, com.jozufozu.flywheel.api.struct.StructType<FlapData> vertexType)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class com.jozufozu.flywheel.backend.struct.UnsafeBufferWriter

    advance, seek

    Methods inherited from class com.jozufozu.flywheel.backend.struct.BufferWriter

    write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UnsafeFlapWriter

      public UnsafeFlapWriter(com.jozufozu.flywheel.backend.gl.buffer.VecBuffer backingBuffer, com.jozufozu.flywheel.api.struct.StructType<FlapData> vertexType)
  • Method Details

    • writeInternal

      protected void writeInternal(FlapData d)
      Specified by:
      writeInternal in class com.jozufozu.flywheel.backend.struct.BufferWriter<FlapData>