Class PlaceholderContext

java.lang.Object
com.github.darksoulq.abyssallib.server.placeholder.PlaceholderContext

public class PlaceholderContext extends Object
  • Constructor Details

    • PlaceholderContext

      public PlaceholderContext(@Nullable org.bukkit.entity.Player player, String[] rawArguments)
  • Method Details

    • getPlayer

      @Nullable public org.bukkit.entity.Player getPlayer()
    • argsCount

      public int argsCount()
    • hasArgs

      public boolean hasArgs()
    • getRawArguments

      public String[] getRawArguments()
    • getRaw

      public String getRaw(int index, String def)
    • arg

      public PlaceholderArgument arg(int index)