Class CrossfireMagicmapSkinEvent
- java.lang.Object
-
- com.realtime.crossfire.jxclient.skin.events.CrossfireMagicmapSkinEvent
-
- All Implemented Interfaces:
SkinEvent
public class CrossfireMagicmapSkinEvent extends java.lang.Object implements SkinEvent
ASkinEventthat executes aCommandListwhenever a magicmap protocol command is received.
-
-
Constructor Summary
Constructors Constructor Description CrossfireMagicmapSkinEvent(@NotNull CommandList commandList, @NotNull CrossfireServerConnection server)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()Will be called when the skin is disposed.
-
-
-
Constructor Detail
-
CrossfireMagicmapSkinEvent
public CrossfireMagicmapSkinEvent(@NotNull @NotNull CommandList commandList, @NotNull @NotNull CrossfireServerConnection server)Creates a new instance.- Parameters:
commandList- the command list to executeserver- the connection to attach to
-
-