Package org.spongepowered.api.world
Interface BlockChangeFlag.Factory
-
- Enclosing interface:
- BlockChangeFlag
public static interface BlockChangeFlag.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockChangeFlag
none()
Provides aBlockChangeFlag
where all flags arefalse
.
-
-
-
Method Detail
-
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
-
-