Index

A B C D E G H I K O S T V 
All Classes and Interfaces|All Packages

A

argSize() - Method in class one.tranic.t.velocity.command.source.VelocitySource
 
asPlayer() - Method in class one.tranic.t.velocity.command.source.VelocitySource
 

B

broadcastMessage(String) - Method in class one.tranic.t.velocity.command.source.VelocityConsoleSource
 
broadcastMessage(Component) - Method in class one.tranic.t.velocity.command.source.VelocityConsoleSource
 

C

clearBossBars() - Method in class one.tranic.t.velocity.command.source.VelocitySource
 
clearTitle() - Method in class one.tranic.t.velocity.command.source.VelocitySource
 
createPlayer(String) - Static method in class one.tranic.t.velocity.player.VelocityPlayer
Creates a VelocityPlayer instance from a given username if the player exists.
createPlayer(UUID) - Static method in class one.tranic.t.velocity.player.VelocityPlayer
Creates a VelocityPlayer instance from a specified UUID.
createPlayer(Player) - Static method in class one.tranic.t.velocity.player.VelocityPlayer
Creates a new instance of VelocityPlayer from the given Player, or returns null if the input player is null.

D

disable() - Static method in class one.tranic.t.velocity.TVelocity
 

E

execute(SimpleCommand.Invocation) - Method in class one.tranic.t.velocity.command.warp.VelocityWrap
 

G

getArgs() - Method in class one.tranic.t.velocity.command.source.VelocitySource
 
getClientBrand() - Method in class one.tranic.t.velocity.player.VelocityPlayer
 
getConnectedHost() - Method in class one.tranic.t.velocity.player.VelocityPlayer
 
getLocale() - Method in class one.tranic.t.velocity.command.source.VelocitySource
 
getLocale() - Method in class one.tranic.t.velocity.player.VelocityPlayer
 
getLocation() - Method in class one.tranic.t.velocity.player.VelocityPlayer
 
getOnlinePlayers() - Static method in class one.tranic.t.velocity.player.VelocityPlayers
 
getOnlinePlayersName() - Static method in class one.tranic.t.velocity.player.VelocityPlayers
 
getOperator() - Method in class one.tranic.t.velocity.command.source.VelocitySource
 
getPing() - Method in class one.tranic.t.velocity.player.VelocityPlayer
 
getPlatformOnlinePlayers() - Static method in class one.tranic.t.velocity.player.VelocityPlayers
 
getServer() - Static method in class one.tranic.t.velocity.TVelocity
 
getSource() - Method in class one.tranic.t.velocity.command.source.VelocityConsoleSource
 
getSource() - Method in class one.tranic.t.velocity.command.source.VelocitySource
 
getSourcePlayer() - Method in class one.tranic.t.velocity.player.VelocityPlayer
 
getUniqueId() - Method in class one.tranic.t.velocity.player.VelocityPlayer
 
getUsername() - Method in class one.tranic.t.velocity.player.VelocityPlayer
 
getVelocityConsoleSource() - Static method in class one.tranic.t.velocity.TVelocity
 

H

hasPermission(SimpleCommand.Invocation) - Method in class one.tranic.t.velocity.command.warp.VelocityWrap
 
hasPermission(String) - Method in class one.tranic.t.velocity.command.source.VelocitySource
 
hideBossBar(BossBar) - Method in class one.tranic.t.velocity.command.source.VelocitySource
 

I

init(ProxyServer) - Static method in class one.tranic.t.velocity.TVelocity
 
isInitialized() - Static method in class one.tranic.t.velocity.TVelocity
 
isOnline() - Method in class one.tranic.t.velocity.player.VelocityPlayer
 
isPlayer() - Method in class one.tranic.t.velocity.command.source.VelocitySource
 

K

kick() - Method in class one.tranic.t.velocity.player.VelocityPlayer
 
kick(Component) - Method in class one.tranic.t.velocity.player.VelocityPlayer
 
kick(String) - Method in class one.tranic.t.velocity.player.VelocityPlayer
 

O

one.tranic.t.velocity - package one.tranic.t.velocity
 
one.tranic.t.velocity.command.source - package one.tranic.t.velocity.command.source
 
one.tranic.t.velocity.command.warp - package one.tranic.t.velocity.command.warp
 
one.tranic.t.velocity.player - package one.tranic.t.velocity.player
 

S

sendMessage(String) - Method in class one.tranic.t.velocity.player.VelocityPlayer
 
sendMessage(Component) - Method in class one.tranic.t.velocity.command.source.VelocityConsoleSource
 
sendMessage(Component) - Method in class one.tranic.t.velocity.command.source.VelocitySource
 
sendMessage(Component) - Method in class one.tranic.t.velocity.player.VelocityPlayer
 
sendMessage(String) - Method in class one.tranic.t.velocity.command.source.VelocityConsoleSource
 
sendMessage(String) - Method in class one.tranic.t.velocity.command.source.VelocitySource
 
showBossBar(BossBar) - Method in class one.tranic.t.velocity.command.source.VelocitySource
 
showTitle(Title) - Method in class one.tranic.t.velocity.command.source.VelocitySource
 
suggest(SimpleCommand.Invocation) - Method in class one.tranic.t.velocity.command.warp.VelocityWrap
 

T

TVelocity - Class in one.tranic.t.velocity
 
TVelocity() - Constructor for class one.tranic.t.velocity.TVelocity
 

V

VelocityConsoleSource - Class in one.tranic.t.velocity.command.source
 
VelocityConsoleSource() - Constructor for class one.tranic.t.velocity.command.source.VelocityConsoleSource
 
VelocityPlayer - Class in one.tranic.t.velocity.player
 
VelocityPlayer(CommandSource) - Constructor for class one.tranic.t.velocity.player.VelocityPlayer
 
VelocityPlayer(Player) - Constructor for class one.tranic.t.velocity.player.VelocityPlayer
 
VelocityPlayers - Class in one.tranic.t.velocity.player
 
VelocityPlayers() - Constructor for class one.tranic.t.velocity.player.VelocityPlayers
 
VelocitySource - Class in one.tranic.t.velocity.command.source
 
VelocitySource(CommandSource) - Constructor for class one.tranic.t.velocity.command.source.VelocitySource
 
VelocitySource(SimpleCommand.Invocation) - Constructor for class one.tranic.t.velocity.command.source.VelocitySource
 
VelocityWrap - Class in one.tranic.t.velocity.command.warp
A wrapper class that adapts a SimpleCommand to work within the Velocity platform by implementing the SimpleCommand interface.
VelocityWrap(SimpleCommand<VelocitySource>) - Constructor for class one.tranic.t.velocity.command.warp.VelocityWrap
 
A B C D E G H I K O S T V 
All Classes and Interfaces|All Packages