Interface Mirror<Slot>

Type Parameters:
Slot - type of slot that this mirror works on
All Known Implementing Classes:
EnderChestMirror, PlayerInventoryMirror

public interface Mirror<Slot>
Represents a mirror that an inventory is viewed through. Mirrors provide the power change the positions of slots in the grid window. Hence, Mirrors only affect how players see the SpectatorInventory, they don't change the outcome of Inventory.getItem(int) and related methods.
See Also: