public class CrossfireMagicmapSkinEvent extends java.lang.Object implements SkinEvent
SkinEvent
that executes a CommandList
whenever a magicmap
protocol command is received.Constructor and Description |
---|
CrossfireMagicmapSkinEvent(@NotNull CommandList commandList,
@NotNull CrossfireServerConnection server)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Will be called when the skin is disposed.
|
public CrossfireMagicmapSkinEvent(@NotNull @NotNull CommandList commandList, @NotNull @NotNull CrossfireServerConnection server)
commandList
- the command list to executeserver
- the connection to attach to