Interface IgnisPlayer
public interface IgnisPlayer
Platform-neutral player handle exposed to extension strategies.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()getWorld()voidopenInventory(Object nativeInventory) voidsendMessage(String miniMessage)
-
Method Details
-
getUniqueId
UUID getUniqueId() -
getName
String getName() -
getLocation
IgnisLocation getLocation() -
getEyeLocation
IgnisLocation getEyeLocation() -
getWorld
IgnisWorld getWorld() -
sendMessage
-
openInventory
-