Interface TypedEditorObject<O,T>

All Superinterfaces:
EditorObject<O>
All Known Implementing Classes:
AbstractItemMethodObject, CheckItemPresenceMethodObject, ConsumeItemMethodObject, ConsumePackMethodObject, DimensionUnlockEffectObject, ItemUnlockEffectObject, RecipeUnlockEffectObject, ValueEffectModifierObject

public interface TypedEditorObject<O,T> extends EditorObject<O>
An editor object that has a type, most useful when working with objects that are not standalone
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.portingdeadmods.researchd.api.client.editor.EditorObject

    buildLayout, create, update, valid
  • Method Details

    • type

      T type()