java.lang.Object
me.emafire003.dev.particleanimationlib.commands.ArcCommand
All Implemented Interfaces:
PALCommand

public class ArcCommand extends Object implements PALCommand
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mojang.brigadier.tree.LiteralCommandNode<net.minecraft.server.command.ServerCommandSource>
    getNode(net.minecraft.command.CommandRegistryAccess registryAccess)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ArcCommand

      public ArcCommand()
  • Method Details

    • getNode

      public com.mojang.brigadier.tree.LiteralCommandNode<net.minecraft.server.command.ServerCommandSource> getNode(net.minecraft.command.CommandRegistryAccess registryAccess)
      Specified by:
      getNode in interface PALCommand