Interface ExternalCustomDrops
- All Known Implementing Classes:
ExternalCustomDropsImpl
public interface ExternalCustomDrops
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomDrop(@NotNull CustomDropInstance customDropInstance) voidaddCustomDropTable(@NotNull String dropName, @NotNull CustomDropInstance customDropInstance) void@NotNull Map<org.bukkit.entity.EntityType,CustomDropInstance> @NotNull Map<String,CustomDropInstance>
-
Method Details
-
addCustomDrop
-
addCustomDropTable
void addCustomDropTable(@NotNull @NotNull String dropName, @NotNull @NotNull CustomDropInstance customDropInstance) -
getCustomDrops
-
getCustomDropTables
-
clearAllExternalCustomDrops
void clearAllExternalCustomDrops()
-