Interface ExternalCustomDrops

All Known Implementing Classes:
ExternalCustomDropsImpl

public interface ExternalCustomDrops
  • Method Details

    • addCustomDrop

      void addCustomDrop(@NotNull @NotNull CustomDropInstance customDropInstance)
    • addCustomDropTable

      void addCustomDropTable(@NotNull @NotNull String dropName, @NotNull @NotNull CustomDropInstance customDropInstance)
    • getCustomDrops

      @NotNull @NotNull Map<org.bukkit.entity.EntityType,CustomDropInstance> getCustomDrops()
    • getCustomDropTables

      @NotNull @NotNull Map<String,CustomDropInstance> getCustomDropTables()
    • clearAllExternalCustomDrops

      void clearAllExternalCustomDrops()