- fill(boolean) - Method in class com.BombingGames.WurfelEngine.Core.Map.Map
-
Fills the map with blocks.
- fill(Generator, boolean) - Method in class com.BombingGames.WurfelEngine.Core.Map.Map
-
Fills the map without overriding the map generator.
- fillWithAir() - Method in class com.BombingGames.WurfelEngine.Core.Map.Map
-
Fill the data array of the map with Cells.
- focusInputProcessor(InputProcessor) - Method in class com.BombingGames.WurfelEngine.Core.EngineView
-
Deactivates every input processor but one.
- focusOnCoords(Coordinate) - Method in class com.BombingGames.WurfelEngine.Core.Camera
-
Use this if you want to focus on a special groundBlock.
- FullMapGenerator - Class in com.BombingGames.WurfelEngine.Core.Map.Generators
-
Fills the complete map with a block of a specific id.
- FullMapGenerator(int) - Constructor for class com.BombingGames.WurfelEngine.Core.Map.Generators.FullMapGenerator
-