EndGateway

An end gateway.

Properties

Link copied to clipboard
abstract var age: Int

The age, in ticks, of this gateway.

Link copied to clipboard
abstract val block: Block

The block that this entity is bound to.

Link copied to clipboard
abstract var exitPosition: Vec3i

The position that a player will be teleported to when they enter this gateway.

Link copied to clipboard
abstract var isExactTeleport: Boolean

Whether this gateway will teleport a player to the exact exit position.

Link copied to clipboard
abstract val position: Vec3i

The position of this block entity.

Link copied to clipboard
abstract val type: BlockEntityType<*>

The type of this block entity.

Link copied to clipboard
abstract val world: World

The world this block entity is in.