ExternalCustomDropsImpl

This class allows 3rd parties to add custom drops directly to LevelledMobs

Author

stumper66

Since

3.7.0

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun addCustomDrop(customDropInstance: CustomDropInstance)
Link copied to clipboard
open override fun addCustomDropTable(dropName: String, customDropInstance: CustomDropInstance)
Link copied to clipboard
open override fun clearAllExternalCustomDrops()
Link copied to clipboard
open override fun getCustomDrops(): Map<EntityType, CustomDropInstance?>
Link copied to clipboard