toggle menu
levelledmobs-plugin
4.0.3.1
jvm
switch theme
search in API
levelledmobs-plugin
/
io.github.arcaneplugins.levelledmobs.customdrops
/
GroupLimits
Group
Limits
class
GroupLimits
Holds settings used for the group-limits feature of custom drops
Author
stumper66
Since
3.13.0
Members
Constructors
Group
Limits
Link copied to clipboard
constructor
(
)
Properties
cap
Equipped
Link copied to clipboard
var
capEquipped
:
Int
cap
Per
Item
Link copied to clipboard
var
capPerItem
:
Int
cap
Select
Link copied to clipboard
var
capSelect
:
Int
cap
Total
Link copied to clipboard
var
capTotal
:
Int
has
Cap
Equipped
Link copied to clipboard
val
hasCapEquipped
:
Boolean
has
Cap
Per
Item
Link copied to clipboard
val
hasCapPerItem
:
Boolean
has
Cap
Select
Link copied to clipboard
val
hasCapSelect
:
Boolean
has
Cap
Total
Link copied to clipboard
val
hasCapTotal
:
Boolean
is
Empty
Link copied to clipboard
val
isEmpty
:
Boolean
retries
Link copied to clipboard
var
retries
:
Int
Functions
has
Reached
Cap
Equipped
Link copied to clipboard
fun
hasReachedCapEquipped
(
amount
:
Int
)
:
Boolean
has
Reached
Cap
Per
Item
Link copied to clipboard
fun
hasReachedCapPerItem
(
amount
:
Int
)
:
Boolean
has
Reached
Cap
Select
Link copied to clipboard
fun
hasReachedCapSelect
(
amount
:
Int
)
:
Boolean
has
Reached
Cap
Total
Link copied to clipboard
fun
hasReachedCapTotal
(
amount
:
Int
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String