public class ConnectionStateSkinEvent extends java.lang.Object implements SkinEvent
SkinEvent
that executes a CommandList
at connection setup.Constructor and Description |
---|
ConnectionStateSkinEvent(@NotNull CommandList commandList,
@NotNull GuiStateManager guiStateManager)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Will be called when the skin is disposed.
|
public ConnectionStateSkinEvent(@NotNull @NotNull CommandList commandList, @NotNull @NotNull GuiStateManager guiStateManager)
commandList
- the command list to executeguiStateManager
- the gui state manager to watch