Class SimpleResearchObject
java.lang.Object
com.portingdeadmods.researchd.client.impl.editor.SimpleResearchObject
- All Implemented Interfaces:
EditorObject<SimpleResearch>,StandaloneEditorObject<SimpleResearch>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildLayout(RememberingLinearLayout layout, @Nullable SimpleResearch previous, @UnknownNullability 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
-
-
Method Details
-
buildLayout
public void buildLayout(RememberingLinearLayout layout, @Nullable @Nullable SimpleResearch previous, @UnknownNullability EditorContext context) - Specified by:
buildLayoutin interfaceEditorObject<SimpleResearch>
-
createId
- Specified by:
createIdin interfaceStandaloneEditorObject<SimpleResearch>
-
valid
public com.portingdeadmods.portingdeadlibs.utils.Result<net.minecraft.util.Unit,Exception> valid(RememberingLinearLayout layout) - Specified by:
validin interfaceEditorObject<SimpleResearch>
-
create
- Specified by:
createin interfaceEditorObject<SimpleResearch>
-