Interface Operation
-
- All Superinterfaces:
DefaultedRegistryValue
@CatalogedBy(Operations.class) public interface Operation extends DefaultedRegistryValue
Represents an operation in aServerWorldthat is an effective contextual "comparison" of what type of transaction is, such asOperations.PLACE,Operations.BREAK, andOperations.MODIFY, but holds no bearing on the order of a transaction taking place.
-
-
Method Summary
-
Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
-