Class UnmodifiablePlayerInventoryHolder

java.lang.Object
com.zetaplugins.essentialz.inventory.holders.UnmodifiablePlayerInventoryHolder
All Implemented Interfaces:
org.bukkit.inventory.InventoryHolder

public class UnmodifiablePlayerInventoryHolder extends Object implements org.bukkit.inventory.InventoryHolder
  • Constructor Details

    • UnmodifiablePlayerInventoryHolder

      public UnmodifiablePlayerInventoryHolder(UUID viewer, UUID target)
  • Method Details

    • getViewer

      public UUID getViewer()
    • getTarget

      public UUID getTarget()
    • getInventory

      @NotNull public @NotNull org.bukkit.inventory.Inventory getInventory()
      Specified by:
      getInventory in interface org.bukkit.inventory.InventoryHolder