Class MacroCommandReplacement

java.lang.Object
com.hypixel.hytale.builtin.commandmacro.MacroCommandReplacement

public class MacroCommandReplacement extends Object
  • Field Details

    • nameOfReplacingArg

      private final String nameOfReplacingArg
    • optionalArgumentKey

      @Nullable private final String optionalArgumentKey
    • stringToReplaceWithValue

      private final String stringToReplaceWithValue
  • Constructor Details

    • MacroCommandReplacement

      public MacroCommandReplacement(String nameOfReplacingArg, String stringToReplaceWithValue, @Nullable String optionalArgumentKey)
    • MacroCommandReplacement

      public MacroCommandReplacement(String replacementKey, String stringToReplaceWithValue)
  • Method Details

    • getNameOfReplacingArg

      public String getNameOfReplacingArg()
    • getOptionalArgumentKey

      @Nullable public String getOptionalArgumentKey()
    • getStringToReplaceWithValue

      public String getStringToReplaceWithValue()