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

Method vector3IntValue

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

Source from the content-addressed store, hash-verified

160 }
161
162 public @NotNull Vector3Int vector3IntValue() {
163 return new Vector3Int(intValue(), 0, 0);
164 }
165
166 public @NotNull Vector4 vector4Value() {
167 return new Vector4(floatValue(), 0, 0, 0);

Callers

nothing calls this directly

Calls 1

intValueMethod · 0.95

Tested by

no test coverage detected