- All Known Subinterfaces:
GaiaOperation.Analyze,GaiaOperation.ChunkOperation<T>,GaiaOperation.Revert
- All Known Implementing Classes:
AbstractOp
public interface GaiaOperation<T>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic enumstatic interface -
Method Summary
Modifier and TypeMethodDescriptionasFuture()static GaiaOperation.Revertstatic GaiaOperation.AnalyzesnapshotAnalyze(Level level, ChunkRegion chunk) longupdate()
-
Method Details
-
startTime
long startTime() -
update
GaiaOperation.Result update() -
asFuture
CompletableFuture<T> asFuture() -
revert
-
snapshotAnalyze
-