Class ArgumentResolverCommand.Vec2D
java.lang.Object
io.github.projectunified.craftcommand.example.standalone.ArgumentResolverCommand.Vec2D
- Enclosing class:
ArgumentResolverCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public final int x -
y
public final int y
-
-
Constructor Details
-
Vec2D
public Vec2D(int x, int y)
-