public interface ImmutableEndGatewayData extends ImmutableDataManipulator<ImmutableEndGatewayData,EndGatewayData>
ImmutableDataManipulator representing the EndGateway.| Modifier and Type | Method and Description | 
|---|---|
| ImmutableValue<Long> | age()Gets the  ImmutableValuefor the age of theEndGateway. | 
| ImmutableValue<Boolean> | exactTeleport()Gets the  ImmutableValuefor the "should use exact teleport
 location" state of theEndGateway. | 
| ImmutableValue<com.flowpowered.math.vector.Vector3i> | exitPortal()Gets the  ImmutableValuefor the exit portal location of
 theEndGateway. | 
| ImmutableValue<Integer> | teleportCooldown()Gets the  ImmutableValuefor the teleport cooldown of theEndGateway. | 
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.