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

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

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 - 2024 Weber Informatics LLC | Privacy Policy