java.lang.Object
com.simibubi.create.content.logistics.block.flap.FlapType
All Implemented Interfaces:
com.jozufozu.flywheel.backend.struct.Batched<FlapData>, com.jozufozu.flywheel.backend.struct.StructType<FlapData>, com.jozufozu.flywheel.backend.struct.Writeable<FlapData>

public class FlapType extends Object implements com.jozufozu.flywheel.backend.struct.Writeable<FlapData>, com.jozufozu.flywheel.backend.struct.Batched<FlapData>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    com.jozufozu.flywheel.backend.gl.attrib.VertexFormat
     
    com.jozufozu.flywheel.backend.struct.BatchingTransformer<FlapData>
    getTransformer(com.jozufozu.flywheel.core.model.IModel model)
     
    com.jozufozu.flywheel.backend.struct.StructWriter<FlapData>
    getWriter(com.jozufozu.flywheel.backend.gl.buffer.VecBuffer backing)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.jozufozu.flywheel.backend.struct.Batched

    asBatched

    Methods inherited from interface com.jozufozu.flywheel.backend.struct.Writeable

    asWriteable
  • Constructor Details

    • FlapType

      public FlapType()
  • Method Details

    • create

      public FlapData create()
      Specified by:
      create in interface com.jozufozu.flywheel.backend.struct.StructType<FlapData>
    • format

      public com.jozufozu.flywheel.backend.gl.attrib.VertexFormat format()
      Specified by:
      format in interface com.jozufozu.flywheel.backend.struct.StructType<FlapData>
    • getWriter

      public com.jozufozu.flywheel.backend.struct.StructWriter<FlapData> getWriter(com.jozufozu.flywheel.backend.gl.buffer.VecBuffer backing)
      Specified by:
      getWriter in interface com.jozufozu.flywheel.backend.struct.Writeable<FlapData>
    • getTransformer

      public com.jozufozu.flywheel.backend.struct.BatchingTransformer<FlapData> getTransformer(com.jozufozu.flywheel.core.model.IModel model)
      Specified by:
      getTransformer in interface com.jozufozu.flywheel.backend.struct.Batched<FlapData>