Class ItemPayload

java.lang.Object
com.badlogic.gdx.scenes.scene2d.utils.DragAndDrop.Payload
group24.escaperoom.ui.dnd.ItemPayload

public class ItemPayload extends com.badlogic.gdx.scenes.scene2d.utils.DragAndDrop.Payload
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.badlogic.gdx.scenes.scene2d.utils.DragAndDrop.Payload

    getDragActor, getInvalidDragActor, getObject, getValidDragActor, setDragActor, setInvalidDragActor, setObject, setValidDragActor

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ItemPayload

      public ItemPayload(Item i)
  • Method Details

    • getItem

      public Item getItem()