Docs for EnumCycler
This commit is contained in:
@@ -2,6 +2,10 @@ package appeng.util;
|
||||
|
||||
import java.util.EnumSet;
|
||||
|
||||
/**
|
||||
* Simple utility class to help with select the "next" or "previous" value in a list of options represented
|
||||
* by an enumeration.
|
||||
*/
|
||||
public final class EnumCycler {
|
||||
|
||||
private EnumCycler() {
|
||||
|
||||
Reference in New Issue
Block a user