Class LootEntry

java.lang.Object
pl.szczurowsky.loottableparser.pojo.LootEntry

public class LootEntry extends Object
  • Constructor Details

  • Method Details

    • getType

      public LootEntryType getType()
    • setType

      public void setType(LootEntryType type)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getWeight

      public Integer getWeight()
    • setWeight

      public void setWeight(Integer weight)
    • getLootFunction

      public Optional<com.google.gson.JsonArray> getLootFunction()
    • setLootFunction

      public void setLootFunction(com.google.gson.JsonArray lootFunction)