()
| 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); |
nothing calls this directly
no test coverage detected