java.lang.Object
com.simibubi.create.content.contraptions.base.flwdata.RotatingType
All Implemented Interfaces:
com.jozufozu.flywheel.api.struct.Batched<RotatingData>, com.jozufozu.flywheel.api.struct.Instanced<RotatingData>, com.jozufozu.flywheel.api.struct.StructType<RotatingData>

public class RotatingType extends Object implements com.jozufozu.flywheel.api.struct.Instanced<RotatingData>, com.jozufozu.flywheel.api.struct.Batched<RotatingData>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    com.jozufozu.flywheel.backend.gl.attrib.VertexFormat
     
    net.minecraft.resources.ResourceLocation
     
    com.jozufozu.flywheel.api.struct.BatchingTransformer<RotatingData>
    getTransformer(com.jozufozu.flywheel.core.model.Model model)
     
    com.jozufozu.flywheel.api.struct.StructWriter<RotatingData>
    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.api.struct.Batched

    asBatched

    Methods inherited from interface com.jozufozu.flywheel.api.struct.Instanced

    asInstanced
  • Constructor Details

    • RotatingType

      public RotatingType()
  • Method Details

    • create

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

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

      public com.jozufozu.flywheel.api.struct.StructWriter<RotatingData> getWriter(com.jozufozu.flywheel.backend.gl.buffer.VecBuffer backing)
      Specified by:
      getWriter in interface com.jozufozu.flywheel.api.struct.Instanced<RotatingData>
    • getProgramSpec

      public net.minecraft.resources.ResourceLocation getProgramSpec()
      Specified by:
      getProgramSpec in interface com.jozufozu.flywheel.api.struct.Instanced<RotatingData>
    • getTransformer

      public com.jozufozu.flywheel.api.struct.BatchingTransformer<RotatingData> getTransformer(com.jozufozu.flywheel.core.model.Model model)
      Specified by:
      getTransformer in interface com.jozufozu.flywheel.api.struct.Batched<RotatingData>