Package org.spongepowered.api.world
Interface BlockChangeFlag.Factory
- 
- Enclosing interface:
- BlockChangeFlag
 
 public static interface BlockChangeFlag.Factory
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockChangeFlagnone()Provides aBlockChangeFlagwhere all flags arefalse.
 
- 
- 
- 
Method Detail- 
noneBlockChangeFlag none() Provides aBlockChangeFlagwhere all flags arefalse.- BlockChangeFlag.updateNeighbors()is- false
- BlockChangeFlag.notifyClients()is- false
- BlockChangeFlag.updateNeighboringShapes()is- false
- BlockChangeFlag.updateLighting()is- false
- BlockChangeFlag.performBlockPhysics()is- false
- BlockChangeFlag.notifyPathfinding()is- false
 - Returns:
- The all false change flag
 
 
- 
 
-