Class Item

java.lang.Object
org.drools.games.adventures.model.Thing
org.drools.games.adventures.model.Item

public class Item extends Thing
  • Constructor Details

    • Item

      public Item(String name)
    • Item

      public Item(String name, boolean portable)
    • Item

      public Item(long id, String name, boolean portable)
  • Method Details