PlayerNetherOrWorldSpawnResult

class PlayerNetherOrWorldSpawnResult(val location: Location?, var isNetherPortalLocation: Boolean, var isWorldPortalLocation: Boolean)

Used to hold info that is used for various custom placeholders

Author

stumper66

Since

3.6.0

Constructors

Link copied to clipboard
constructor(location: Location?, isNetherPortalLocation: Boolean, isWorldPortalLocation: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val location: Location?