Class OnlinePlayer
- java.lang.Object
-
- co.aikar.commands.velocity.contexts.OnlinePlayer
-
- Direct Known Subclasses:
OnlinePlayer
public class OnlinePlayer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description com.velocitypowered.api.proxy.Playerplayer
-
Constructor Summary
Constructors Constructor Description OnlinePlayer(com.velocitypowered.api.proxy.Player player)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)com.velocitypowered.api.proxy.PlayergetPlayer()inthashCode()StringtoString()
-
-
-
Field Detail
-
player
public final com.velocitypowered.api.proxy.Player player
-
-
Constructor Detail
-
OnlinePlayer
public OnlinePlayer(com.velocitypowered.api.proxy.Player player)
-
-