Interface PALCommand

All Known Implementing Classes:
AnimatedBallCommand, AnimatedCircleCommand, ArcCommand, ColoredImageCommand, ConeCommand, CuboidCommand, LineCommand, PALDebugCommand, SphereCommand, VortexCommand

public interface PALCommand
  • 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)