X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fdata%2FImage.java;h=571eb4f1f81d8d2db05a320fac2f036f5d0af32f;hp=3fbcc02ef2ea5d4c5a6e4bd5e550976ede7fe60c;hb=31a732a2e18008ea65a31a4e8180c337458b2df9;hpb=84e3f241029a4a0a63069a0a793b4f09408d3ca6 diff --git a/src/main/java/net/pterodactylus/sone/data/Image.java b/src/main/java/net/pterodactylus/sone/data/Image.java index 3fbcc02..571eb4f 100644 --- a/src/main/java/net/pterodactylus/sone/data/Image.java +++ b/src/main/java/net/pterodactylus/sone/data/Image.java @@ -106,6 +106,10 @@ public interface Image extends Identified, Fingerprintable { Modifier modify() throws IllegalStateException; + void moveUp() throws IllegalStateException; + + void moveDown() throws IllegalStateException; + void remove() throws IllegalStateException; interface Modifier {