Interface CommandRegistrationCallback


@Deprecated public interface CommandRegistrationCallback
Deprecated.
Please migrate to v2. Please use CommandRegistrationCallback instead.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    register(com.mojang.brigadier.CommandDispatcher<net.minecraft.server.command.ServerCommandSource> dispatcher, boolean dedicated)
    Deprecated.
     
  • Field Details

  • Method Details

    • register

      void register(com.mojang.brigadier.CommandDispatcher<net.minecraft.server.command.ServerCommandSource> dispatcher, boolean dedicated)
      Deprecated.