Package com.enhancedechest.command
Class EnderChestOpenCommand
java.lang.Object
com.enhancedechest.command.EnderChestOpenCommand
-
Method Summary
Modifier and TypeMethodDescriptionstatic intexecute(io.papermc.paper.command.brigadier.CommandSourceStack source) static intexecuteList(io.papermc.paper.command.brigadier.CommandSourceStack source) /eclist — opens the management dialog listing all of the player's chests.static intexecuteOpenTarget(io.papermc.paper.command.brigadier.CommandSourceStack source, String target) /ec <#index | name> — opens a specific chest by index or custom name.
-
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.
-