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