Package me.lokka30.levelledmobs.rules
Class ChunkKillOptions
java.lang.Object
me.lokka30.levelledmobs.rules.ChunkKillOptions
- All Implemented Interfaces:
Cloneable
,MergableRule
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
doMerge()
boolean
boolean
boolean
boolean
void
merge
(@Nullable MergableRule mergableRule) toString()
-
Field Details
-
disableVanillaDrops
-
disableItemBoost
-
disableXpDrops
-
-
Constructor Details
-
ChunkKillOptions
public ChunkKillOptions()
-
-
Method Details
-
isDefault
public boolean isDefault() -
getDisableVanillaDrops
public boolean getDisableVanillaDrops() -
getDisableItemBoost
public boolean getDisableItemBoost() -
getDisableXpDrops
public boolean getDisableXpDrops() -
merge
- Specified by:
merge
in interfaceMergableRule
-
doMerge
public boolean doMerge()- Specified by:
doMerge
in interfaceMergableRule
-
cloneItem
- Specified by:
cloneItem
in interfaceMergableRule
-
toString
-