Class NBTApplyResult

java.lang.Object
me.lokka30.levelledmobs.result.NBTApplyResult

public class NBTApplyResult extends Object
Since:
3.1.0
  • Field Details

    • itemStack

      @Nullable public @Nullable org.bukkit.inventory.ItemStack itemStack
    • exceptionMessage

      public String exceptionMessage
    • objectsAdded

      @Nullable public @Nullable List<String> objectsAdded
    • objectsUpdated

      @Nullable public @Nullable List<String> objectsUpdated
    • objectsRemoved

      @Nullable public @Nullable List<String> objectsRemoved
  • Constructor Details

    • NBTApplyResult

      public NBTApplyResult()
  • Method Details

    • hadException

      public boolean hadException()