Class ExternalCustomDropsImpl
java.lang.Object
me.lokka30.levelledmobs.customdrops.ExternalCustomDropsImpl
- All Implemented Interfaces:
ExternalCustomDrops
This class allows 3rd parties to add custom drops directly to LevelledMobs
- Since:
- 3.7.0
-
Constructor Summary
Constructors -
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>
-
Constructor Details
-
ExternalCustomDropsImpl
public ExternalCustomDropsImpl()
-
-
Method Details
-
addCustomDrop
- Specified by:
addCustomDropin interfaceExternalCustomDrops
-
addCustomDropTable
public void addCustomDropTable(@NotNull @NotNull String dropName, @NotNull @NotNull CustomDropInstance customDropInstance) - Specified by:
addCustomDropTablein interfaceExternalCustomDrops
-
getCustomDrops
- Specified by:
getCustomDropsin interfaceExternalCustomDrops
-
getCustomDropTables
- Specified by:
getCustomDropTablesin interfaceExternalCustomDrops
-
clearAllExternalCustomDrops
public void clearAllExternalCustomDrops()- Specified by:
clearAllExternalCustomDropsin interfaceExternalCustomDrops
-