Class CustomCommand
java.lang.Object
me.lokka30.levelledmobs.customdrops.CustomDropBase
me.lokka30.levelledmobs.customdrops.CustomCommand
- All Implemented Interfaces:
Cloneable
Holds any custom commands as parsed from customdrops.yml
- Since:
- 3.0.0
-
Field Summary
Modifier and TypeFieldDescriptionint
boolean
boolean
Fields inherited from class me.lokka30.levelledmobs.customdrops.CustomDropBase
chance, groupId, isDefaultDrop, maxLevel, minLevel, permissions, playeerVariableMatches, priority, uid, useChunkKillMax
-
Method Summary
Methods inherited from class me.lokka30.levelledmobs.customdrops.CustomDropBase
getAmount, hasGroupId, setAmount
-
Field Details
-
commands
-
runOnSpawn
public boolean runOnSpawn -
runOnDeath
public boolean runOnDeath -
delay
public int delay
-
-
Method Details
-
cloneItem
- Overrides:
cloneItem
in classCustomDropBase
-