Package one.tranic.t.bungee.command.warp
Class BungeeWrap
java.lang.Object
net.md_5.bungee.api.plugin.Command
one.tranic.t.bungee.command.warp.BungeeWrap
- All Implemented Interfaces:
net.md_5.bungee.api.plugin.TabExecutor
@Deprecated
public class BungeeWrap
extends net.md_5.bungee.api.plugin.Command
implements net.md_5.bungee.api.plugin.TabExecutor
Deprecated.
The BungeeWrap class acts as an adapter to integrate a generic Command tailored for BungeeSource
into the BungeeCord command system. This allows the use of a platform-agnostic command structure
within the BungeeCord environment.
The class extends the BungeeCord-specific Command class
and implements the TabExecutor interface, enabling both command execution and tab
completion functionalities.
-
Constructor Summary
ConstructorsConstructorDescriptionBungeeWrap(one.tranic.t.base.command.simple.SimpleCommand<BungeeSource> command) Deprecated.BungeeCord is considered outdated. -
Method Summary
Methods inherited from class net.md_5.bungee.api.plugin.Command
canEqual, equals, getAliases, getName, getPermission, getPermissionMessage, hashCode, hasPermission, setPermissionMessage, toString
-
Constructor Details
-
BungeeWrap
Deprecated.BungeeCord is considered outdated. It is recommended to use more modern proxies such as Velocity.Developing plugins on modern platforms like Paper and Velocity is easier and provides better support and features.
-
-
Method Details
-
execute
Deprecated.- Specified by:
executein classnet.md_5.bungee.api.plugin.Command
-
onTabComplete
Deprecated.- Specified by:
onTabCompletein interfacenet.md_5.bungee.api.plugin.TabExecutor
-
Developing plugins on modern platforms like Paper and Velocity is easier and provides better support and features.