Package org.spongepowered.api.world
Interface BlockChangeFlag.Factory
- Enclosing interface:
BlockChangeFlag
public static interface BlockChangeFlag.Factory
-
Method Summary
-
Method Details
-
none
BlockChangeFlag none()Provides aBlockChangeFlag
where all flags arefalse
.BlockChangeFlag.updateNeighbors()
isfalse
BlockChangeFlag.notifyClients()
isfalse
BlockChangeFlag.updateNeighboringShapes()
isfalse
BlockChangeFlag.updateLighting()
isfalse
BlockChangeFlag.performBlockPhysics()
isfalse
BlockChangeFlag.notifyPathfinding()
isfalse
- Returns:
- The all false change flag
-