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
ConstructorDescriptionFoliaPlayer
(org.bukkit.OfflinePlayer player, org.bukkit.plugin.java.JavaPlugin plugin) -
Method Summary
Methods inherited from class net.tnemc.menu.paper.PaperPlayer
hasPermission, identifier, message
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:PaperPlayer
ThePlayerInventory
for this player.- Specified by:
inventory
in interfaceMenuPlayer
- Overrides:
inventory
in classPaperPlayer
- Returns:
- The
PlayerInventory
for this player.
-