diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-04-07 21:21:12 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-04-07 21:21:12 -0400 |
| commit | 780a3da69b66921fb7bf7b5779fb44830bb45ddc (patch) | |
| tree | 5589db05d3379a0a910bc9c4ed469d795d83849c /base/src/main/java/bjc/utils/esodata/DoubleSided.java | |
| parent | 002516bd03b2ea3f731c8139c9a5f716902ab702 (diff) | |
Remove utils.esodata
utils.esodata now also lives in the esodata project; not here
Diffstat (limited to 'base/src/main/java/bjc/utils/esodata/DoubleSided.java')
| -rw-r--r-- | base/src/main/java/bjc/utils/esodata/DoubleSided.java | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/base/src/main/java/bjc/utils/esodata/DoubleSided.java b/base/src/main/java/bjc/utils/esodata/DoubleSided.java deleted file mode 100644 index 2c57332..0000000 --- a/base/src/main/java/bjc/utils/esodata/DoubleSided.java +++ /dev/null @@ -1,24 +0,0 @@ -package bjc.utils.esodata; - -/** - * Interface for a double-sided object. - * - * @author bjculkin - * - */ -public interface DoubleSided { - /** - * Flips the object. - * - * The active side becomes inactive, and the inactive side becomes - * active. - */ - void flip(); - - /** - * Check which side of the object is active; - * - * @return True if the front side is active, false otherwise. - */ - boolean currentSide(); -} |
