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