Class EnderChestOpenCommand

java.lang.Object
com.enhancedechest.command.EnderChestOpenCommand

public final class EnderChestOpenCommand extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    execute(io.papermc.paper.command.brigadier.CommandSourceStack source)
     
    static int
    executeList(io.papermc.paper.command.brigadier.CommandSourceStack source)
    /eclist — opens the management dialog listing all of the player's chests.
    static int
    executeOpenTarget(io.papermc.paper.command.brigadier.CommandSourceStack source, String target)
    /ec <#index | name> — opens a specific chest by index or custom name.

    Methods inherited from class java.lang.Object

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

    • execute

      public static int execute(io.papermc.paper.command.brigadier.CommandSourceStack source)
    • executeList

      public static int executeList(io.papermc.paper.command.brigadier.CommandSourceStack source)
      /eclist — opens the management dialog listing all of the player's chests.
    • executeOpenTarget

      public static int executeOpenTarget(io.papermc.paper.command.brigadier.CommandSourceStack source, String target)
      /ec <#index | name> — opens a specific chest by index or custom name.