org.refcodes.checkerboard.PlayerAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of refcodes-checkerboard Show documentation
Show all versions of refcodes-checkerboard Show documentation
Artifact for providing some easy means to visualize (state of) board
games or (state of) cellular automatons.
package org.refcodes.checkerboard;
/**
* The Enum PlayerAction.
*/
public enum PlayerAction {
CHANGE_POSITION,
POSITION_CHANGED,
CLICKED,
STATE_CHANGED,
VISIBILITY_CHANGED,
DRAGGABILITY_CHANGED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy