- onlySquareRooms - Variable in class squidpony.squidgrid.mapping.RectangleRoomFinder
-
true
to restrict this
to find square rooms
- onUnitShape(double, RNG) - Method in enum squidpony.squidgrid.Radius
-
- onUnitShape3D(double, RNG) - Method in enum squidpony.squidgrid.Radius
-
- open - Variable in class squidpony.squidmath.AStarSearch
-
- OPEN_DOOR - Static variable in class squidpony.squidgrid.mapping.Terrain
-
- OpenAreas - Class in squidpony.tileset
-
- OpenAreas() - Constructor for class squidpony.tileset.OpenAreas
-
- openDoors(char[][]) - Static method in class squidpony.squidgrid.mapping.DungeonUtility
-
When a map is generated by DungeonGenerator with addDoors enabled, different chars are used for vertical and
horizontal doors ('+' for vertical and '/' for horizontal).
- openingConsonants - Variable in class squidpony.FakeLanguageGen
-
- openingVowels - Variable in class squidpony.FakeLanguageGen
-
- openRooms - Static variable in class squidpony.squidgrid.MimicFill
-
- opposite() - Method in enum squidpony.squidgrid.Direction
-
Returns the direction directly opposite of this one.
- ordered - Variable in class squidpony.squidmath.ShortVLA
-
- OrganicMapGenerator - Class in squidpony.squidgrid.mapping
-
Map generator using Perlin/Simplex noise for the formation of "rooms" and then WobblyLine to connect with corridors.
- OrganicMapGenerator() - Constructor for class squidpony.squidgrid.mapping.OrganicMapGenerator
-
- OrganicMapGenerator(int, int) - Constructor for class squidpony.squidgrid.mapping.OrganicMapGenerator
-
- OrganicMapGenerator(int, int, RNG) - Constructor for class squidpony.squidgrid.mapping.OrganicMapGenerator
-
- OrganicMapGenerator(double, double, int, int, RNG) - Constructor for class squidpony.squidgrid.mapping.OrganicMapGenerator
-
- orSamples(boolean[][], boolean[][]) - Static method in class squidpony.squidgrid.MimicFill
-
Runs a logical OR on each pair of booleans at the same position in left and right, and returns the result of all
the OR operations as a 2D boolean array (using the minimum dimensions shared between left and right).
- ORTHO - Static variable in class squidpony.squidgrid.LOS
-
Draws a line using only North/South/East/West movement.
- OrthoLine - Class in squidpony.squidmath
-
A simple line-drawing algorithm that only takes orthogonal steps; may be useful for LOS in games that use Manhattan
distances for measurements.
- OrthoLine() - Constructor for class squidpony.squidmath.OrthoLine
-
- OUTWARDS - Static variable in enum squidpony.squidgrid.Direction
-
An array which holds all eight OUTWARDS directions.