Class ArgumentTypeDebugPacket

java.lang.Object
org.cyclops.cyclopscore.command.argument.ArgumentTypeDebugPacket
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<PacketCodec>

public class ArgumentTypeDebugPacket extends Object implements com.mojang.brigadier.arguments.ArgumentType<PacketCodec>
Argument type for debug packets.
  • Field Details

  • Method Details

    • parse

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

      public Collection<String> getExamples()
      Specified by:
      getExamples in interface com.mojang.brigadier.arguments.ArgumentType<PacketCodec>
    • listSuggestions

      public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder)
      Specified by:
      listSuggestions in interface com.mojang.brigadier.arguments.ArgumentType<PacketCodec>