Class AbstractNmsInventory<Slot,Bukkit extends SpectatorInventory<Slot>,NMS extends AbstractNmsInventory<Slot,Bukkit,NMS>>

java.lang.Object
com.janboerman.invsee.spigot.internal.inventory.AbstractNmsInventory<Slot,Bukkit,NMS>
All Implemented Interfaces:
ShallowCopy<NMS>

public abstract class AbstractNmsInventory<Slot,Bukkit extends SpectatorInventory<Slot>,NMS extends AbstractNmsInventory<Slot,Bukkit,NMS>> extends Object implements ShallowCopy<NMS>
  • Field Details

    • targetPlayerUuid

      public final UUID targetPlayerUuid
    • targetPlayerName

      public final String targetPlayerName
    • creationOptions

      public final CreationOptions<Slot> creationOptions
    • maxStack

      protected int maxStack
    • owner

      protected InventoryHolder owner
  • Constructor Details

  • Method Details