Class RangeArgument.Ints

java.lang.Object
net.minecraft.commands.arguments.RangeArgument.Ints
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<MinMaxBounds.Ints>, RangeArgument<MinMaxBounds.Ints>
Enclosing interface:
RangeArgument<T extends MinMaxBounds<?>>

public static class RangeArgument.Ints extends Object implements RangeArgument<MinMaxBounds.Ints>
  • Field Details

  • Constructor Details

    • Ints

      public Ints()
  • Method Details

    • getRange

      public static MinMaxBounds.Ints getRange(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_105420_, String p_105421_)
    • parse

      public MinMaxBounds.Ints parse(com.mojang.brigadier.StringReader p_105418_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<MinMaxBounds.Ints>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getExamples

      public Collection<String> getExamples()
      Specified by:
      getExamples in interface com.mojang.brigadier.arguments.ArgumentType<MinMaxBounds.Ints>