Interface Instanced<S>

All Superinterfaces:
StructType<S>
All Known Implementing Classes:
ModelType, OrientedType

public interface Instanced<S> extends StructType<S>
  • Method Details

    • getWriter

      StructWriter<S> getWriter(VecBuffer backing)
      Create a StructWriter that will consume instances of S and write them to the given buffer.
      Parameters:
      backing - The buffer that the StructWriter will write to.
    • getProgramSpec

      net.minecraft.resources.ResourceLocation getProgramSpec()