toggle menu
levelledmobs-plugin
4.0.3.1
jvm
switch theme
search in API
levelledmobs-plugin
/
io.github.arcaneplugins.levelledmobs.customdrops
/
ExternalCustomDropsImpl
External
Custom
Drops
Impl
class
ExternalCustomDropsImpl
:
ExternalCustomDrops
This class allows 3rd parties to add custom drops directly to LevelledMobs
Author
stumper66
Since
3.7.0
Members
Constructors
External
Custom
Drops
Impl
Link copied to clipboard
constructor
(
)
Properties
custom
Drop
IDs
Link copied to clipboard
val
customDropIDs
:
MutableMap
<
String
,
CustomDropInstance
>
custom
Dropsitems
Link copied to clipboard
val
customDropsitems
:
MutableMap
<
EntityType
,
CustomDropInstance
>
Functions
add
Custom
Drop
Link copied to clipboard
open
override
fun
addCustomDrop
(
customDropInstance
:
CustomDropInstance
)
add
Custom
Drop
Table
Link copied to clipboard
open
override
fun
addCustomDropTable
(
dropName
:
String
,
customDropInstance
:
CustomDropInstance
)
clear
All
External
Custom
Drops
Link copied to clipboard
open
override
fun
clearAllExternalCustomDrops
(
)
get
Custom
Drops
Link copied to clipboard
open
override
fun
getCustomDrops
(
)
:
Map
<
EntityType
,
CustomDropInstance
?
>
get
Custom
Drop
Tables
Link copied to clipboard
open
override
fun
getCustomDropTables
(
)
:
Map
<
String
,
CustomDropInstance
?
>