Interface CommandCollector


public interface CommandCollector
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.commands.CommandBuildContext
     
    com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack>
     
    net.minecraft.commands.Commands.CommandSelection
     
  • Method Details

    • dispatcher

      com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher()
    • selection

      net.minecraft.commands.Commands.CommandSelection selection()
    • context

      net.minecraft.commands.CommandBuildContext context()