Uses of Class
com.janboerman.invsee.spigot.internal.inventory.AbstractNmsInventory
Packages that use AbstractNmsInventory
-
Uses of AbstractNmsInventory in com.janboerman.invsee.spigot.internal.inventory
Classes in com.janboerman.invsee.spigot.internal.inventory with type parameters of type AbstractNmsInventoryModifier and TypeClassDescriptionclass
AbstractNmsInventory<Slot, Bukkit extends SpectatorInventory<Slot>, NMS extends AbstractNmsInventory<Slot,
Bukkit, NMS>> interface
EnderInventory<NMS extends AbstractNmsInventory<EnderChestSlot, Self, NMS>, Self extends EnderInventory<NMS,
Self>> interface
MainInventory<NMS extends AbstractNmsInventory<PlayerInventorySlot, Self, NMS>, Self extends MainInventory<NMS,
Self>> interface
StandardSpectatorInventory<Slot, NMS extends AbstractNmsInventory<Slot,
Self, NMS>, Self extends StandardSpectatorInventory<Slot, NMS, Self>>