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

Method vector2Value

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

Source from the content-addressed store, hash-verified

148 }
149
150 public @NotNull Vector2 vector2Value() {
151 return new Vector2(floatValue(), 0);
152 }
153
154 public @NotNull Vector2Int vector2IntValue() {
155 return new Vector2Int(intValue(), 0);

Callers

nothing calls this directly

Calls 1

floatValueMethod · 0.95

Tested by

no test coverage detected