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

Method world

api/src/main/java/net/hypejet/jet/entity/Entity.java:106–106  ·  view source on GitHub ↗

Gets a plain World world where this plain Entity entity is. @return the world of the entity @since 1.0

()

Source from the content-addressed store, hash-verified

104 * @since 1.0
105 */
106 @NonNull World world();
107
108 /**
109 * Teleports this {@linkplain Entity entity} to the specified {@linkplain World world}.

Callers 7

updateMethod · 0.65
tickMethod · 0.65
registerPlayerMethod · 0.65
postWorldChangeMethod · 0.65
createMethod · 0.65
sendJoinGamePacketMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected