public interface ImmutableEndGatewayData extends ImmutableDataManipulator<ImmutableEndGatewayData,EndGatewayData>
ImmutableDataManipulator representing the EndGateway.| Modifier and Type | Method and Description |
|---|---|
ImmutableValue<Long> |
age()
Gets the
ImmutableValue for the age of the EndGateway. |
ImmutableValue<Boolean> |
exactTeleport()
Gets the
ImmutableValue for the "should use exact teleport
location" state of the EndGateway. |
ImmutableValue<com.flowpowered.math.vector.Vector3i> |
exitPortal()
Gets the
ImmutableValue for the exit portal location of
the EndGateway. |
ImmutableValue<Integer> |
teleportCooldown()
Gets the
ImmutableValue for the teleport cooldown of the
EndGateway. |
asMutable, copy, with, withgetContentVersion, toContainerImmutableValue<com.flowpowered.math.vector.Vector3i> exitPortal()
ImmutableValue for the exit portal location of
the EndGateway.ImmutableValue<Boolean> exactTeleport()
ImmutableValue for the "should use exact teleport
location" state of the EndGateway.ImmutableValue<Long> age()
ImmutableValue for the age of the EndGateway.ImmutableValue<Integer> teleportCooldown()
ImmutableValue for the teleport cooldown of the
EndGateway.