Class WarpManifestX8
java.lang.Object
love.distributedrebirth.nx01.warp.manifestor.manifest.WarpManifestX8
- All Implemented Interfaces:
WarpManifestX0<String,
WarpManifestX8, WarpManifestX8HeaderField, WarpManifestX8Section>
public final class WarpManifestX8
extends Object
implements WarpManifestX0<String,WarpManifestX8,WarpManifestX8HeaderField,WarpManifestX8Section>
Warp manifest 8 bit model.
- Version:
- ©Δ∞ 仙上主天
- Author:
- للَّٰهِilLצسُو
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmakeAttribute
(String name, String body) makeSection
(String sectionName) withAttribute
(String name, String body) withAttributes
(List<WarpManifestX8HeaderField> attributes) withSections
(List<WarpManifestX8Section> sections) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface love.distributedrebirth.nx01.warp.manifestor.manifest.WarpManifestX0
getAttribute, getAttributeBody, getAttributeBodyNullable, getAttributeBodyNullable, getSection, getSectionAttribute, getSectionAttributeBody, getSectionAttributeBodyNullable, getSectionAttributeBodyNullable, hasAttribute, hasSection
-
Constructor Details
-
WarpManifestX8
public WarpManifestX8()
-
-
Method Details
-
getAttributes
- Specified by:
getAttributes
in interfaceWarpManifestX0<String,
WarpManifestX8, WarpManifestX8HeaderField, WarpManifestX8Section>
-
makeAttribute
- Specified by:
makeAttribute
in interfaceWarpManifestX0<String,
WarpManifestX8, WarpManifestX8HeaderField, WarpManifestX8Section>
-
withAttribute
- Specified by:
withAttribute
in interfaceWarpManifestX0<String,
WarpManifestX8, WarpManifestX8HeaderField, WarpManifestX8Section>
-
withAttributes
- Specified by:
withAttributes
in interfaceWarpManifestX0<String,
WarpManifestX8, WarpManifestX8HeaderField, WarpManifestX8Section>
-
getSections
- Specified by:
getSections
in interfaceWarpManifestX0<String,
WarpManifestX8, WarpManifestX8HeaderField, WarpManifestX8Section>
-
makeSection
- Specified by:
makeSection
in interfaceWarpManifestX0<String,
WarpManifestX8, WarpManifestX8HeaderField, WarpManifestX8Section>
-
withSections
- Specified by:
withSections
in interfaceWarpManifestX0<String,
WarpManifestX8, WarpManifestX8HeaderField, WarpManifestX8Section>
-