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

Method zero

api/src/main/java/net/hypejet/jet/world/coordinate/Vector.java:59–61  ·  view source on GitHub ↗

Gets a plain Vector vector instance with all axis values set to 0. @return the vector @since 1.0

()

Source from the content-addressed store, hash-verified

57 * @since 1.0
58 */
59 public static @NonNull Vector zero() {
60 return ZERO;
61 }
62}

Callers 4

JetEntityClass · 0.95
postWorldChangeMethod · 0.95
registerPlayerMethod · 0.95
postWorldChangeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected