MainCompanion

This class contains methods used by the main class.

Author

lokka30, stumper66

Since

2.4.0

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aquaticMobsGroup: MutableSet<EntityType>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val hostileMobsGroup: MutableSet<EntityType>
Link copied to clipboard
val passiveMobsGroup: MutableSet<EntityType>
Link copied to clipboard
var reloadSender: CommandSender?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun addRecentlyJoinedPlayer(player: Player?)
Link copied to clipboard
fun addUserCooldown(chunkKeys: MutableList<Long>, userId: UUID)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun doesUserHaveCooldown(chunkKeys: List<Long>, userId: UUID): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getPlayerNetherPortalLocation(player: Player): Location?
Link copied to clipboard
fun getPlayerWorldPortalLocation(player: Player): Location?
Link copied to clipboard
Link copied to clipboard
fun load()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun removeRecentlyJoinedPlayer(player: Player?)
Link copied to clipboard
fun setPlayerNetherPortalLocation(player: Player, location: Location?)
Link copied to clipboard
fun setPlayerWorldPortalLocation(player: Player, location: Location?)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard