All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.cwcode.commands.paperplatform.argument.location.LocationArg Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
package ru.cwcode.commands.paperplatform.argument.location;

import ru.cwcode.commands.arguments.ComplexArg;

public class LocationArg {
  public static ComplexArg xyz = new ComplexArg(new TargetXArg(LocationPart.X), new TargetXArg(LocationPart.Y), new TargetXArg(LocationPart.Z));
  public static ComplexArg xyzw = new ComplexArg(new TargetXArg(LocationPart.X), new TargetXArg(LocationPart.Y), new TargetXArg(LocationPart.Z), new TargetXArg(LocationPart.WORLD));
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy