Package net.minecraft

Interface class_8848.class_8849<T>

All Superinterfaces:
class_8848<T>, com.mojang.brigadier.Command<T>
All Known Implementing Classes:
DebugCommand.class_8829, FunctionCommand.class_8833, ReturnCommand.class_8835
Enclosing interface:
class_8848<T>

public static interface class_8848.class_8849<T> extends com.mojang.brigadier.Command<T>, class_8848<T>
Mappings:
Namespace Name
official gk$a
intermediary net/minecraft/class_8848$class_8849
named net/minecraft/class_8848$class_8849
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.minecraft.class_8848

    class_8848.class_8849<T>, class_8848.class_8850<T extends class_8839<T>>
  • Field Summary

    Fields inherited from interface com.mojang.brigadier.Command

    SINGLE_SUCCESS
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
    run(com.mojang.brigadier.context.CommandContext<T> commandContext)
     

    Methods inherited from interface net.minecraft.class_8848

    method_54290
  • Method Details

    • run

      default int run(com.mojang.brigadier.context.CommandContext<T> commandContext) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      run in interface com.mojang.brigadier.Command<T>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException