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

Method position

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

Gets current plain Position position of this plain Entity entity. @return the position where this entity currently is @since 1.0

()

Source from the content-addressed store, hash-verified

56 * @since 1.0
57 */
58 @NonNull Position position();
59
60 /**
61 * Gets a {@linkplain Vector} of current velocity of this {@linkplain Entity entity}.

Callers 15

testConversionMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65
handleMethod · 0.65
withUpdatesMethod · 0.65
withUpdatesMethod · 0.65
updateChunkViewMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 1

testConversionMethod · 0.52