Package com.jozufozu.flywheel.api.struct
Interface Instanced<S>
- All Superinterfaces:
StructType<S>
- All Known Implementing Classes:
ModelType,OrientedType
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.resources.ResourceLocationCreate aStructWriterthat will consume instances of S and write them to the given buffer.Methods inherited from interface com.jozufozu.flywheel.api.struct.StructType
create, getLayout
-
Method Details
-
getWriter
Create aStructWriterthat 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()
-