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.server.command.ServerCommandSource>
    getNode(net.minecraft.command.CommandRegistryAccess registryAccess)
     
  • Method Details

    • getNode

      com.mojang.brigadier.tree.LiteralCommandNode<net.minecraft.server.command.ServerCommandSource> getNode(net.minecraft.command.CommandRegistryAccess registryAccess)