Class AdminItemDefinition

Object
AdminItemDefinition

public class AdminItemDefinition extends Object
  • Field Details

    • GET_QUERY

      public static final String GET_QUERY
      See Also:
    • id

      public Long id
    • name

      public String name
    • adjectives

      public String adjectives
    • manaincrease

      public Integer manaincrease
    • hitincrease

      public Integer hitincrease
    • vitalincrease

      public Integer vitalincrease
    • movementincrease

      public Integer movementincrease
    • eatable

      public String eatable
    • drinkable

      public String drinkable
    • lightable

      public boolean lightable
    • getable

      public Boolean getable
    • dropable

      public Boolean dropable
    • visible

      public Boolean visible
    • wieldable

      public String wieldable
    • description

      public String description
    • readdescr

      public String readdescr
    • wearable

      public String wearable
    • copper

      public Integer copper
    • weight

      public int weight
    • pasdefense

      public Integer pasdefense
    • damageresistance

      public Integer damageresistance
    • container

      public Boolean container
    • owner

      public String owner
    • creation

      public LocalDateTime creation
    • capacity

      public Integer capacity
    • isopenable

      public Boolean isopenable
    • keyid

      public Long keyid
    • containtype

      public Integer containtype
    • notes

      public String notes
    • image

      public String image
    • title

      public String title
    • discriminator

      public Integer discriminator
    • bound

      public Boolean bound
  • Constructor Details

    • AdminItemDefinition

      public AdminItemDefinition()
    • AdminItemDefinition

      public AdminItemDefinition(ItemDefinition item)
  • Method Details