Context

data class Context(val player: MacrocosmPlayer, val paper: Player, val drop: Drop, val item: MacrocosmItem)(source)

Context for the rare drop emitter

Constructors

Link copied to clipboard
constructor(player: MacrocosmPlayer, paper: Player, drop: Drop, item: MacrocosmItem)

Properties

Link copied to clipboard
val drop: Drop

drop the player has got

Link copied to clipboard

item that the player has got

Link copied to clipboard
val paper: Player

paper mirror of the player

Link copied to clipboard

player that got the drop