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

pickleib.enums.Direction Maven / Gradle / Ivy

The newest version!
package pickleib.enums;

import lombok.Getter;

/**
 * Basic direction
 */
@Getter
public enum Direction {
    up,
    down,
    left,
    right
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy