All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.refcodes.checkerboard.PlayerRemovedEvent Maven / Gradle / Ivy

Go to download

Artifact for providing some easy means to visualize (state of) board games or (state of) cellular automatons.

There is a newer version: 3.3.9
Show newest version
package org.refcodes.checkerboard;

public interface PlayerRemovedEvent extends CheckerboardEvent, PlayerAccessor {

	CheckerboardAction ACTION = CheckerboardAction.PLAYER_REMOVED;
}