Class Operations
java.lang.Object
org.spongepowered.api.block.transaction.Operations
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DefaultedRegistryReference
<Operation> static final DefaultedRegistryReference
<Operation> static final DefaultedRegistryReference
<Operation> static final DefaultedRegistryReference
<Operation> static final DefaultedRegistryReference
<Operation> static final DefaultedRegistryReference
<Operation> AnOperation
that signifies the block change is particularly discernible as though theBlockState
may be different but theBlockType
may be the same.static final DefaultedRegistryReference
<Operation> AnOperation
that signifies ablock
is either: Replacingan air
block ABlockState
that is replaceable when moved, or anItemStack
can replace it -
Method Summary
-
Field Details
-
PLACE
AnOperation
that signifies ablock
is either:- Replacing
an air
block - A
BlockState
that is replaceable when moved, or anItemStack
can replace it
- Replacing
-
BREAK
-
MODIFY
AnOperation
that signifies the block change is particularly discernible as though theBlockState
may be different but theBlockType
may be the same. Or a congruency of changes that result to a "similar enough" change that the blocks share a very unique common trait. -
GROWTH
-
DECAY
-
LIQUID_SPREAD
-
LIQUID_DECAY
-
-
Method Details
-
registry
-