Interface CGLCommand

All Known Implementing Classes:
ClearGlowColorCommand, SetGlowColorCommand, SettingsCommand

public interface CGLCommand
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mojang.brigadier.tree.LiteralCommandNode<net.minecraft.commands.CommandSourceStack>
    getNode(net.minecraft.commands.CommandBuildContext registryAccess)
     
  • Method Details

    • getNode

      com.mojang.brigadier.tree.LiteralCommandNode<net.minecraft.commands.CommandSourceStack> getNode(net.minecraft.commands.CommandBuildContext registryAccess)