Interface ExternalCustomDrops
- All Known Implementing Classes:
ExternalCustomDropsImpl
public interface ExternalCustomDrops
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCustomDrop
(@NotNull CustomDropInstance customDropInstance) void
addCustomDropTable
(@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()
-