toggle menu
levelledmobs-plugin
4.0.3.1
jvm
switch theme
search in API
levelledmobs-plugin
/
io.github.arcaneplugins.levelledmobs.result
/
ChunkKillInfo
Chunk
Kill
Info
class
ChunkKillInfo
Records entity deaths for use in the chunk kill max feature
Author
stumper66
Since
3.4.0
Members
Constructors
Chunk
Kill
Info
Link copied to clipboard
constructor
(
)
Properties
count
Link copied to clipboard
val
count
:
Int
entity
Counts
Link copied to clipboard
val
entityCounts
:
MutableMap
<
Instant
,
Int
>
entry
Set
Link copied to clipboard
val
entrySet
:
Set
<
Map.Entry
<
Instant
,
Int
>
>
is
Empty
Link copied to clipboard
val
isEmpty
:
Boolean
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String