MCPcopy Create free account
hub / github.com/Hypejet/Jet / defaultSpawnPosition

Method defaultSpawnPosition

api/src/main/java/net/hypejet/jet/world/World.java:46–46  ·  view source on GitHub ↗

Gets the default plain Position position where plain Entity entities should spawn when teleporting to this plain World world without initial position explicitly set. @return the default spawn position @since 1.0

()

Source from the content-addressed store, hash-verified

44 * @since 1.0
45 */
46 Position defaultSpawnPosition();
47
48 /**
49 * Sets the default {@linkplain Position position} where {@linkplain Entity entities} should spawn

Callers 1

teleportMethod · 0.65

Implementers 1

JetWorldserver/src/main/java/net/hypejet/jet/s

Calls

no outgoing calls

Tested by

no test coverage detected