Class ConsumePackMethodObject
java.lang.Object
com.portingdeadmods.researchd.client.impl.editor.methods.ConsumePackMethodObject
- All Implemented Interfaces:
EditorObject<ConsumePackResearchMethod>,TypedEditorObject<ConsumePackResearchMethod,ResearchMethodType>
public class ConsumePackMethodObject
extends Object
implements TypedEditorObject<ConsumePackResearchMethod,ResearchMethodType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConsumePackMethodObjectstatic final net.minecraft.client.gui.components.WidgetSprites -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildLayout(RememberingLinearLayout layout, @Nullable ConsumePackResearchMethod previous, @UnknownNullability EditorContext context) create(RememberingLinearLayout layout) type()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
-
SPRITES
public static final net.minecraft.client.gui.components.WidgetSprites SPRITES
-
-
Constructor Details
-
ConsumePackMethodObject
protected ConsumePackMethodObject()
-
-
Method Details
-
type
- Specified by:
typein interfaceTypedEditorObject<ConsumePackResearchMethod,ResearchMethodType>
-
buildLayout
public void buildLayout(RememberingLinearLayout layout, @Nullable @Nullable ConsumePackResearchMethod previous, @UnknownNullability EditorContext context) - Specified by:
buildLayoutin interfaceEditorObject<ConsumePackResearchMethod>
-
create
- Specified by:
createin interfaceEditorObject<ConsumePackResearchMethod>
-
valid
public com.portingdeadmods.portingdeadlibs.utils.Result<net.minecraft.util.Unit,Exception> valid(RememberingLinearLayout layout) - Specified by:
validin interfaceEditorObject<ConsumePackResearchMethod>
-