MCPcopy Create free account
hub / github.com/e2wugui/zeze / vector3Value

Method vector3Value

ZezeJava/ZezeJava/src/main/java/Zeze/Transaction/Log.java:158–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 }
157
158 public @NotNull Vector3 vector3Value() {
159 return new Vector3(floatValue(), 0, 0);
160 }
161
162 public @NotNull Vector3Int vector3IntValue() {
163 return new Vector3Int(intValue(), 0, 0);

Callers

nothing calls this directly

Calls 1

floatValueMethod · 0.95

Tested by

no test coverage detected