Class ResearchPackObject
java.lang.Object
com.portingdeadmods.researchd.client.impl.editor.ResearchPackObject
- All Implemented Interfaces:
EditorObject<ResearchPackImpl>,StandaloneEditorObject<ResearchPackImpl>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildLayout(RememberingLinearLayout layout, @Nullable ResearchPackImpl previous, EditorContext context) create(RememberingLinearLayout layout) net.minecraft.resources.ResourceLocationcreateId(RememberingLinearLayout layout) com.portingdeadmods.portingdeadlibs.utils.Result<net.minecraft.util.Unit, Exception> valid(RememberingLinearLayout layout) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.portingdeadmods.researchd.api.client.editor.EditorObject
update
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ResearchPackObject
public ResearchPackObject()
-
-
Method Details
-
buildLayout
public void buildLayout(RememberingLinearLayout layout, @Nullable @Nullable ResearchPackImpl previous, EditorContext context) - Specified by:
buildLayoutin interfaceEditorObject<ResearchPackImpl>
-
create
- Specified by:
createin interfaceEditorObject<ResearchPackImpl>
-
createId
- Specified by:
createIdin interfaceStandaloneEditorObject<ResearchPackImpl>
-
valid
public com.portingdeadmods.portingdeadlibs.utils.Result<net.minecraft.util.Unit,Exception> valid(RememberingLinearLayout layout) - Specified by:
validin interfaceEditorObject<ResearchPackImpl>
-