Class DebugInfoSection.Builder
java.lang.Object
com.simibubi.create.infrastructure.debugInfo.element.DebugInfoSection.Builder
- Enclosing class:
DebugInfoSection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()voidbuildTo(Consumer<DebugInfoSection> consumer) put(InfoElement element) put(String key, InfoProvider provider) putAll(Collection<? extends InfoElement> elements)
-
Constructor Details
-
Builder
-
-
Method Details
-
put
-
put
-
put
-
put
-
putAll
-
section
-
finishSection
-
build
-
buildTo
-