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

Method decimalValue

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

Source from the content-addressed store, hash-verified

144 }
145
146 public @NotNull BigDecimal decimalValue() {
147 throw new UnsupportedOperationException(getTypeName());
148 }
149
150 public @NotNull Vector2 vector2Value() {
151 return new Vector2(floatValue(), 0);

Callers

nothing calls this directly

Calls 1

getTypeNameMethod · 0.95

Tested by

no test coverage detected