toggle menu
levelledmobs-plugin
4.0.3.1
jvm
switch theme
search in API
levelledmobs-plugin
/
io.github.arcaneplugins.levelledmobs.customdrops
/
ExternalCustomDrops
External
Custom
Drops
interface
ExternalCustomDrops
Provides an interface for 3rd party plugins to add custom drops
Author
stumper66
Since
3.7.0
Inheritors
ExternalCustomDropsImpl
Members
Functions
add
Custom
Drop
Link copied to clipboard
abstract
fun
addCustomDrop
(
customDropInstance
:
CustomDropInstance
)
add
Custom
Drop
Table
Link copied to clipboard
abstract
fun
addCustomDropTable
(
dropName
:
String
,
customDropInstance
:
CustomDropInstance
)
clear
All
External
Custom
Drops
Link copied to clipboard
abstract
fun
clearAllExternalCustomDrops
(
)
get
Custom
Drops
Link copied to clipboard
abstract
fun
getCustomDrops
(
)
:
Map
<
EntityType
,
CustomDropInstance
?
>
get
Custom
Drop
Tables
Link copied to clipboard
abstract
fun
getCustomDropTables
(
)
:
Map
<
String
,
CustomDropInstance
?
>