Klasse WaypointCommand

java.lang.Object
de.luckymcdev.foundryengine.server.command.builtin.WaypointCommand
Alle implementierten Schnittstellen:
EngineCommand

public class WaypointCommand extends Object implements EngineCommand
  • Konstruktordetails

    • WaypointCommand

      public WaypointCommand()
  • Methodendetails

    • build

      public com.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.commands.CommandSourceStack> build(net.minecraft.commands.CommandBuildContext buildContext)
      Beschreibung aus Schnittstelle kopiert: EngineCommand
      Define the command structure here.
      Angegeben von:
      build in Schnittstelle EngineCommand