mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-04 23:47:59 +01:00
Remove unused constructor
This commit is contained in:
parent
2eaef3bf64
commit
408134bd63
@ -14,10 +14,6 @@ final class VecImpl {
|
||||
this.z = z;
|
||||
}
|
||||
|
||||
public Vec3(double value) {
|
||||
this(value, value, value);
|
||||
}
|
||||
|
||||
@Override
|
||||
public final @NotNull Vec with(double x, double y, double z) {
|
||||
return new Vec3(x, y, z);
|
||||
|
Loading…
Reference in New Issue
Block a user