Klasse BrowseCommand

java.lang.Object
de.luckymcdev.foundryengine.client.command.builtin.BrowseCommand
Alle implementierten Schnittstellen:
EngineCommand

public class BrowseCommand extends Object implements EngineCommand
  • Konstruktordetails

    • BrowseCommand

      public BrowseCommand()
  • Methodendetails

    • build

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