Interface ItemObject<T>

All Superinterfaces:
ScriptObject<T>
All Known Subinterfaces:
InventorySlotObject<T>

public interface ItemObject<T>
extends ScriptObject<T>
  • Method Summary

    Modifier and Type Method Description
    int getId()  
    default boolean isWeddingRing()
    You will need to override these depending on version or custom edits.

    Methods inherited from interface moe.maple.api.script.model.object.ScriptObject

    get
  • Method Details

    • getId

      int getId()
    • isWeddingRing

      default boolean isWeddingRing()
      You will need to override these depending on version or custom edits. These are just meant to be helpful for basic scripts.