Interface SpectateResponse<SI extends SpectatorInventory<?>>

Type Parameters:
SI - the type of SpectatorInventory

public interface SpectateResponse<SI extends SpectatorInventory<?>>
A SpectateResponse can either be successful, or not. If a SpectateResponse is successful, isSuccess() returns true and getInventory() returns a SpectatorInventory normally.
See Also: