public interface EndGatewayData extends DataManipulator<EndGatewayData,ImmutableEndGatewayData>
EndGateway
.Modifier and Type | Method and Description |
---|---|
Value<Long> |
age()
Gets the
Value for the age of the EndGateway . |
Value<Boolean> |
exactTeleport()
Gets the
Value for the "should use exact teleport location"
state of the EndGateway . |
Value<com.flowpowered.math.vector.Vector3i> |
exitPosition()
Gets the
Value for the exit portal location of
the EndGateway . |
Value<Integer> |
teleportCooldown()
Gets the
Value for the teleport cooldown of the EndGateway . |
asImmutable, copy, fill, fill, from, set, set, set, set, transform
getContentVersion, toContainer
Value<com.flowpowered.math.vector.Vector3i> exitPosition()
Value
for the exit portal location of
the EndGateway
.Value<Boolean> exactTeleport()
Value
for the "should use exact teleport location"
state of the EndGateway
.Value<Long> age()
Value
for the age of the EndGateway
.Value<Integer> teleportCooldown()
Value
for the teleport cooldown of the EndGateway
.