public abstract static class DRNGColorCycle.Cell extends java.lang.Object implements java.lang.Comparable<DRNGColorCycle.Cell>
| Constructor and Description |
|---|
Cell(int cell) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DRNGColorCycle.Cell that) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
abstract void |
readValue(int[] rgbs,
boolean isHalfbright) |
abstract void |
writeValue(int[] rgbs,
boolean isHalfbright) |
public abstract void readValue(int[] rgbs,
boolean isHalfbright)
public abstract void writeValue(int[] rgbs,
boolean isHalfbright)
public int compareTo(DRNGColorCycle.Cell that)
compareTo in interface java.lang.Comparable<DRNGColorCycle.Cell>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2022. All Rights Reserved.