Package net.tnemc.menu.folia
Class FoliaPlayer
java.lang.Object
net.tnemc.menu.paper.PaperPlayer
net.tnemc.menu.folia.FoliaPlayer
- All Implemented Interfaces:
MenuPlayer
-
Field Summary
Fields inherited from class net.tnemc.menu.paper.PaperPlayer
player, plugin -
Constructor Summary
ConstructorsConstructorDescriptionFoliaPlayer(org.bukkit.OfflinePlayer player, org.bukkit.plugin.java.JavaPlugin plugin) -
Method Summary
Methods inherited from class net.tnemc.menu.paper.PaperPlayer
hasPermission, identifier, messageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.tnemc.menu.core.compatibility.MenuPlayer
status, viewer
-
Constructor Details
-
FoliaPlayer
public FoliaPlayer(org.bukkit.OfflinePlayer player, org.bukkit.plugin.java.JavaPlugin plugin)
-
-
Method Details
-
inventory
Description copied from class:PaperPlayerThePlayerInventoryfor this player.- Specified by:
inventoryin interfaceMenuPlayer- Overrides:
inventoryin classPaperPlayer- Returns:
- The
PlayerInventoryfor this player.
-