Index

$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes|All Packages

W

w - Variable in class squidpony.squidmath.MitchellNoise.Vec4
 
WALL - Static variable in class squidpony.squidai.CustomDijkstraMap
Walls, which are solid no-entry cells, are marked with a high number equal to 999500 .
WALL - Static variable in class squidpony.squidai.DijkstraMap
Walls, which are solid no-entry cells, are marked with a high number equal to 999500.0 .
WALL - Static variable in class squidpony.squidgrid.SoundMap
Walls, which are solid no-entry cells, are marked with a significant negative number equal to -999500.0 .
walled - Variable in class squidpony.squidgrid.mapping.MixedGenerator
 
wallOff(int, int) - Method in class squidpony.squidgrid.mapping.MixedGenerator
Internal use.
wallOff(int, int) - Method in class squidpony.squidgrid.mapping.SymmetryDungeonGenerator
Internal use.
wallShapes - Variable in class squidpony.squidgrid.mapping.ThinDungeonGenerator
 
wallThickness - Variable in class squidpony.squidgrid.mapping.ConnectingMapGenerator
 
wallWrap() - Method in class squidpony.squidgrid.mapping.styled.DungeonBoneGen
Changes the outer edge of this dungeon to the wall char, '#'.
wallWrap(char[][]) - Static method in class squidpony.squidgrid.mapping.DungeonUtility
Changes the outer edge of a char[][] to the wall char, '#'.
wallWrap(char[][]) - Static method in class squidpony.squidgrid.mapping.styled.DungeonBoneGen
Changes the outer edge of a char[][] to the wall char, '#'.
warmerValueLower - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.DetailedBiomeMapper
 
warmerValueLower - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.SimpleBiomeMapper
 
warmerValueUpper - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.DetailedBiomeMapper
 
warmerValueUpper - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.SimpleBiomeMapper
 
warmestValueLower - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.DetailedBiomeMapper
 
warmestValueLower - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.SimpleBiomeMapper
 
warmestValueUpper - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.DetailedBiomeMapper
 
warmestValueUpper - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.SimpleBiomeMapper
 
warmValueLower - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.DetailedBiomeMapper
 
warmValueLower - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.SimpleBiomeMapper
 
warmValueUpper - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.DetailedBiomeMapper
 
warmValueUpper - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.SimpleBiomeMapper
 
Water() - Constructor for class squidpony.squidmath.CrossHash.Water
 
WATER - squidpony.squidgrid.mapping.DungeonGenerator.FillEffect
Water, represented by '~'
WATER - squidpony.squidgrid.mapping.SectionDungeonGenerator.FillEffect
Water, represented by '~'
WaypointPathfinder - Class in squidpony.squidai
Pathfind to known connections between rooms or other "chokepoints" without needing full-map Dijkstra scans.
WaypointPathfinder(char[][], DijkstraMap, IRNG) - Constructor for class squidpony.squidai.WaypointPathfinder
Calculates and stores the doors and doors-like connections ("chokepoints") on the given map as waypoints.
WaypointPathfinder(char[][], Radius, IRNG) - Constructor for class squidpony.squidai.WaypointPathfinder
Calculates and stores the doors and doors-like connections ("chokepoints") on the given map as waypoints.
WaypointPathfinder(char[][], Radius, IRNG, boolean) - Constructor for class squidpony.squidai.WaypointPathfinder
Calculates and stores the doors and doors-like connections ("chokepoints") on the given map as waypoints.
WaypointPathfinder(char[][], Radius, IRNG, int) - Constructor for class squidpony.squidai.WaypointPathfinder
Calculates and stores the specified fraction of walkable points from map as waypoints.
weakDetermine(int) - Static method in class squidpony.squidmath.VanDerCorputQRNG
Given any int (0 is allowed), this gets a somewhat-sub-random float from 0.0 (inclusive) to 1.0 (exclusive) using the same implementation as NumberTools.randomFloat(long) but with index alterations.
weakSignedDetermine(int) - Static method in class squidpony.squidmath.VanDerCorputQRNG
Like VanDerCorputQRNG.weakDetermine(int), but returns a float between -1.0f and 1.0f, exclusive on both.
weight - Variable in class squidpony.squidai.graph.Connection
 
weight(ProbabilityTable<T>) - Method in class squidpony.squidmath.ProbabilityTable
Returns the weight of the extra table if present.
weight(T) - Method in class squidpony.squidmath.ProbabilityTable
Returns the weight of the item if the item is in the table.
WeightedLetterNamegen - Class in squidpony
Based on work by Nolithius available at the following two sites https://github.com/Nolithius/weighted-letter-namegen http://code.google.com/p/weighted-letter-namegen/
WeightedLetterNamegen(String[]) - Constructor for class squidpony.WeightedLetterNamegen
Creates the generator by seeding the provided list of names.
WeightedLetterNamegen(String[], int) - Constructor for class squidpony.WeightedLetterNamegen
Creates the generator by seeding the provided list of names.
WeightedLetterNamegen(String[], int, IStatefulRNG) - Constructor for class squidpony.WeightedLetterNamegen
Creates the generator by seeding the provided list of names.
WeightedTable - Class in squidpony.squidmath
A different approach to the same task ProbabilityTable solves, though this only looks up an appropriate index instead of also storing items it can choose; allows positive doubles for weights but does not allow nested tables for simplicity.
WeightedTable() - Constructor for class squidpony.squidmath.WeightedTable
Constructs a useless WeightedTable that always returns the index 0.
WeightedTable(double...) - Constructor for class squidpony.squidmath.WeightedTable
Constructs a WeightedTable with the given array of weights for each index.
weights - Variable in class squidpony.squidmath.ProbabilityTable
 
wetterValueLower - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.DetailedBiomeMapper
 
wetterValueLower - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.SimpleBiomeMapper
 
wetterValueUpper - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.DetailedBiomeMapper
 
wetterValueUpper - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.SimpleBiomeMapper
 
wettestValueLower - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.DetailedBiomeMapper
 
wettestValueLower - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.SimpleBiomeMapper
 
wettestValueUpper - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.DetailedBiomeMapper
 
wettestValueUpper - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.SimpleBiomeMapper
 
wetValueLower - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.DetailedBiomeMapper
 
wetValueLower - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.SimpleBiomeMapper
 
wetValueUpper - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.DetailedBiomeMapper
 
wetValueUpper - Static variable in class squidpony.squidgrid.mapping.WorldMapGenerator.SimpleBiomeMapper
 
whichContain(int, int, Collection<GreasedRegion>) - Static method in class squidpony.squidmath.GreasedRegion
 
whichContain(int, int, GreasedRegion...) - Static method in class squidpony.squidmath.GreasedRegion
 
WhirlingNoise - Class in squidpony.squidmath
A Noise class that's here for compatibility; it extends SeededNoise and delegates to it for all methods except WhirlingNoise.noiseAlt(double, double) and WhirlingNoise.noiseAlt(double, double, double).
WhirlingNoise() - Constructor for class squidpony.squidmath.WhirlingNoise
 
WhirlingNoise(long) - Constructor for class squidpony.squidmath.WhirlingNoise
 
WHITE_NOISE - Static variable in class squidpony.squidmath.FastNoise
 
WhiteNoise - Class in squidpony.squidmath
Performance-oriented white noise generator for 1D, 2D, 3D, 4D, and 6D.
WhiteNoise() - Constructor for class squidpony.squidmath.WhiteNoise
 
whitespacePattern - Static variable in class squidpony.StringKit
 
wholeAdjectives - Variable in class squidpony.MonsterGen.Chimera
 
width - Variable in class squidpony.squidai.CustomDijkstraMap
Width of the map.
width - Variable in class squidpony.squidai.DijkstraMap
Width of the map.
width - Variable in class squidpony.squidai.graph.CostlyGraph
 
width - Variable in class squidpony.squidai.graph.DefaultGraph
 
width - Variable in class squidpony.squidgrid.Adjacency
Can be changed if the map changes; you should get the neighbors from neighborMaps() again after changing this.
width - Variable in class squidpony.squidgrid.iterator.SquidIterators.AroundCounterClockWise
 
width - Variable in class squidpony.squidgrid.iterator.SquidIterators.BottomLeftToTopRight
 
width - Variable in class squidpony.squidgrid.iterator.SquidIterators.CenteredSquare
 
width - Variable in class squidpony.squidgrid.iterator.SquidIterators.Linear
The grid's width
width - Variable in class squidpony.squidgrid.iterator.SquidIterators.RectangleFromBottomLeftToTopRight
 
width - Variable in class squidpony.squidgrid.iterator.SquidIterators.VerticalUp
The grid's width
width - Variable in class squidpony.squidgrid.mapping.BasicCaveGenerator
 
width - Variable in class squidpony.squidgrid.mapping.ConnectingMapGenerator
 
width - Variable in class squidpony.squidgrid.mapping.DenseRoomMapGenerator
 
width - Variable in class squidpony.squidgrid.mapping.DungeonGenerator
 
width - Variable in class squidpony.squidgrid.mapping.FantasyPoliticalMapper
 
width - Variable in class squidpony.squidgrid.mapping.FlowingCaveGenerator
 
width - Variable in class squidpony.squidgrid.mapping.MixedGenerator
 
width - Variable in class squidpony.squidgrid.mapping.ModularMapGenerator
 
width - Variable in class squidpony.squidgrid.mapping.OrganicMapGenerator
 
width - Variable in class squidpony.squidgrid.mapping.PacMazeGenerator
 
width - Variable in class squidpony.squidgrid.mapping.PoliticalMapper
 
width - Variable in class squidpony.squidgrid.mapping.Rectangle.Impl
 
width - Variable in class squidpony.squidgrid.mapping.RoomFinder
 
width - Variable in class squidpony.squidgrid.mapping.SectionDungeonGenerator
 
width - Variable in class squidpony.squidgrid.mapping.SpillWorldMap
 
width - Variable in class squidpony.squidgrid.mapping.styled.Tile
 
width - Variable in class squidpony.squidgrid.mapping.WildMap
 
width - Variable in class squidpony.squidgrid.mapping.WorldMapGenerator
 
width - Variable in class squidpony.squidgrid.MultiSpill
Width of the map.
width - Variable in class squidpony.squidgrid.SoundMap
Width of the map.
width - Variable in class squidpony.squidgrid.Spill
Width of the map.
width - Variable in class squidpony.squidgrid.zone.Zone.Skeleton
 
width - Variable in class squidpony.squidmath.AStarSearch
 
width - Variable in class squidpony.squidmath.GreasedRegion
 
WildMap - Class in squidpony.squidgrid.mapping
A finite 2D area map for some kind of wilderness, adapting to different ecosystems by changing its output.
WildMap() - Constructor for class squidpony.squidgrid.mapping.WildMap
 
WildMap(int, int, int) - Constructor for class squidpony.squidgrid.mapping.WildMap
 
WildMap(int, int, int, int, int) - Constructor for class squidpony.squidgrid.mapping.WildMap
 
WildMap(int, int, int, IStatefulRNG) - Constructor for class squidpony.squidgrid.mapping.WildMap
 
WildMap(int, int, int, IStatefulRNG, ArrayList<String>) - Constructor for class squidpony.squidgrid.mapping.WildMap
 
WildMap(int, int, int, IStatefulRNG, ArrayList<String>, ArrayList<String>) - Constructor for class squidpony.squidgrid.mapping.WildMap
 
WildMap.MixedWildMap - Class in squidpony.squidgrid.mapping
A subclass of WildMap that serves as a ragged edge between 2, 3, or 4 WildMaps in a square intersection.
Wisp() - Constructor for class squidpony.squidmath.CrossHash.Wisp
 
with(int...) - Static method in class squidpony.squidmath.IntSet
 
with(int...) - Static method in class squidpony.squidmath.IntVLA
 
with(short...) - Static method in class squidpony.squidmath.ShortVLA
 
with(IntVLA) - Static method in class squidpony.squidmath.IntSet
 
wmg - Variable in class squidpony.squidgrid.mapping.FantasyPoliticalMapper
 
WobblyLine - Class in squidpony.squidmath
A drunkard's-walk-like algorithm for line-drawing "wobbly" paths.
word(boolean) - Method in class squidpony.FakeLanguageGen
Generate a word from this FakeLanguageGen, using and changing the current seed.
word(long, boolean) - Method in class squidpony.FakeLanguageGen
Generate a word from this FakeLanguageGen using the specified long seed to use for a shared StatefulRNG.
word(long, boolean, int) - Method in class squidpony.FakeLanguageGen
Generate a word from this FakeLanguageGen with an approximate number of syllables using the specified long seed to use for a shared StatefulRNG.
word(long, boolean, int, Pattern[]) - Method in class squidpony.FakeLanguageGen
Generate a word from this FakeLanguageGen with an approximate number of syllables using the specified long seed to use for a shared StatefulRNG.
word(IRNG, boolean) - Method in class squidpony.FakeLanguageGen
Generate a word from this FakeLanguageGen using the specified RNG.
word(IRNG, boolean, int) - Method in class squidpony.FakeLanguageGen
Generate a word from this FakeLanguageGen using the specified RNG with an approximate number of syllables.
word(IRNG, boolean, int, Pattern[]) - Method in class squidpony.FakeLanguageGen
Generate a word from this FakeLanguageGen using the specified RNG with an approximate number of syllables.
word(IStatefulRNG, boolean, int, long...) - Method in class squidpony.FakeLanguageGen
Generate a word from this FakeLanguageGen using the specified StatefulRNG with an approximate number of syllables, potentially setting the state of rng mid-way through the word to another seed from reseeds more than once if the word is long enough.
wordMatch - Static variable in class squidpony.Thesaurus
 
words - Variable in class squidpony.MarkovText
All words (case-sensitive and counting some punctuation as part of words) that this encountered during the latest call to MarkovText.analyze(CharSequence).
words - Variable in class squidpony.MarkovTextLimited
All words (case-sensitive and counting some punctuation as part of words) that this encountered during the latest call to MarkovTextLimited.analyze(CharSequence).
workingRegion - Variable in class squidpony.squidgrid.mapping.styled.DungeonBoneGen
Not recommended for general usage; a GreasedRegion that is frequently modified by this generator and is kept in a field so this and potentially other classes can avoid allocating new GreasedRegions with GreasedRegion.remake(GreasedRegion) or the various refill methods in GreasedRegion.
WorldMapGenerator - Class in squidpony.squidgrid.mapping
Can be used to generate world maps with a wide variety of data, starting with height, temperature and moisture.
WorldMapGenerator() - Constructor for class squidpony.squidgrid.mapping.WorldMapGenerator
Constructs a WorldMapGenerator (this class is abstract, so you should typically call this from a subclass or as part of an anonymous class that implements WorldMapGenerator.regenerate(int, int, int, int, double, double, int, int)).
WorldMapGenerator(int, int) - Constructor for class squidpony.squidgrid.mapping.WorldMapGenerator
Constructs a WorldMapGenerator (this class is abstract, so you should typically call this from a subclass or as part of an anonymous class that implements WorldMapGenerator.regenerate(int, int, int, int, double, double, int, int)).
WorldMapGenerator(long, int, int) - Constructor for class squidpony.squidgrid.mapping.WorldMapGenerator
Constructs a WorldMapGenerator (this class is abstract, so you should typically call this from a subclass or as part of an anonymous class that implements WorldMapGenerator.regenerate(int, int, int, int, double, double, int, int)).
WorldMapGenerator(WorldMapGenerator) - Constructor for class squidpony.squidgrid.mapping.WorldMapGenerator
Used to implement most of the copy constructor for subclasses; this cannot copy Noise implementations and leaves that up to the subclass, but will copy all non-static fields defined in WorldMapGenerator from other.
WorldMapGenerator.BiomeMapper - Interface in squidpony.squidgrid.mapping
 
WorldMapGenerator.DetailedBiomeMapper - Class in squidpony.squidgrid.mapping
A way to get biome information for the cells on a map when you want an area's biome to be a combination of two main biome types, such as "Grassland" or "TropicalRainforest", with the biomes varying in weight between areas.
WorldMapGenerator.EllipticalHammerMap - Class in squidpony.squidgrid.mapping
A concrete implementation of WorldMapGenerator that projects the world map onto an ellipse that should be twice as wide as it is tall (although you can stretch it by width and height that don't have that ratio).
WorldMapGenerator.EllipticalMap - Class in squidpony.squidgrid.mapping
A concrete implementation of WorldMapGenerator that projects the world map onto an ellipse that should be twice as wide as it is tall (although you can stretch it by width and height that don't have that ratio).
WorldMapGenerator.HyperellipticalMap - Class in squidpony.squidgrid.mapping
A concrete implementation of WorldMapGenerator that projects the world map onto a shape that resembles a mix part-way between an ellipse and a rectangle.
WorldMapGenerator.LocalMap - Class in squidpony.squidgrid.mapping
A concrete implementation of WorldMapGenerator that does no projection of the map, as if the area were completely flat or small enough that curvature is impossible to see.
WorldMapGenerator.LocalMimicMap - Class in squidpony.squidgrid.mapping
An unusual map generator that imitates an existing local map (such as a map of Australia, which it can do by default), without applying any projection or changing heat levels in the polar regions or equator.
WorldMapGenerator.MimicMap - Class in squidpony.squidgrid.mapping
An unusual map generator that imitates an existing map (such as a map of Earth, which it can do by default).
WorldMapGenerator.RotatingSpaceMap - Class in squidpony.squidgrid.mapping
A concrete implementation of WorldMapGenerator that imitates an infinite-distance perspective view of a world, showing only one hemisphere, that should be as wide as it is tall (its outline is a circle).
WorldMapGenerator.RoundSideMap - Class in squidpony.squidgrid.mapping
A concrete implementation of WorldMapGenerator that projects the world map onto a shape with a flat top and bottom but near-circular sides.
WorldMapGenerator.SimpleBiomeMapper - Class in squidpony.squidgrid.mapping
A way to get biome information for the cells on a map when you only need a single value to describe a biome, such as "Grassland" or "TropicalRainforest".
WorldMapGenerator.SpaceViewMap - Class in squidpony.squidgrid.mapping
A concrete implementation of WorldMapGenerator that imitates an infinite-distance perspective view of a world, showing only one hemisphere, that should be as wide as it is tall (its outline is a circle).
WorldMapGenerator.SphereMap - Class in squidpony.squidgrid.mapping
A concrete implementation of WorldMapGenerator that distorts the map as it nears the poles, expanding the smaller-diameter latitude lines in extreme north and south regions so they take up the same space as the equator; this counteracts certain artifacts that are common in Simplex noise world maps by using a 4D noise call to generate terrain, using a normal 3D noise call's result as the extra 4th dimension.
WorldMapGenerator.TilingMap - Class in squidpony.squidgrid.mapping
A concrete implementation of WorldMapGenerator that tiles both east-to-west and north-to-south.
worstOf(int, int, String) - Method in class squidpony.squidmath.Dice
Find the worst n totals from the provided number of dice rolled according to the roll group string.
wow(long, long) - Static method in class squidpony.squidmath.CrossHash.Water
A slower but higher-quality variant on CrossHash.Water.mum(long, long) that can take two arbitrary longs (with any of their 64 bits containing relevant data) instead of mum's 32-bit sections of its inputs, and outputs a 64-bit result that can have any of its bits used.
wrap(int) - Method in class squidpony.panel.IColoredString.Impl
 
wrap(int) - Method in interface squidpony.panel.IColoredString
 
wrap(int, List<IColoredString<T>>) - Method in class squidpony.panel.IColoredString.Impl
 
wrap(int, List<IColoredString<T>>) - Method in interface squidpony.panel.IColoredString
 
wrap(CharSequence, int) - Static method in class squidpony.StringKit
Word-wraps the given String (or other CharSequence, such as a StringBuilder) so it is split into zero or more Strings as lines of text, with the given width as the maximum width for a line.
wrap(List<String>, CharSequence, int) - Static method in class squidpony.StringKit
Word-wraps the given String (or other CharSequence, such as a StringBuilder) so it is split into zero or more Strings as lines of text, with the given width as the maximum width for a line; appends the word-wrapped lines to the given List of Strings and does not create a new List.
wrapX(int, int) - Method in class squidpony.squidgrid.mapping.WorldMapGenerator.EllipticalHammerMap
 
wrapX(int, int) - Method in class squidpony.squidgrid.mapping.WorldMapGenerator.EllipticalMap
 
wrapX(int, int) - Method in class squidpony.squidgrid.mapping.WorldMapGenerator.HyperellipticalMap
 
wrapX(int, int) - Method in class squidpony.squidgrid.mapping.WorldMapGenerator.LocalMap
 
wrapX(int, int) - Method in class squidpony.squidgrid.mapping.WorldMapGenerator.MimicMap
 
wrapX(int, int) - Method in class squidpony.squidgrid.mapping.WorldMapGenerator.RotatingSpaceMap
 
wrapX(int, int) - Method in class squidpony.squidgrid.mapping.WorldMapGenerator.RoundSideMap
 
wrapX(int, int) - Method in class squidpony.squidgrid.mapping.WorldMapGenerator.SpaceViewMap
 
wrapX(int, int) - Method in class squidpony.squidgrid.mapping.WorldMapGenerator
 
wrapY(int, int) - Method in class squidpony.squidgrid.mapping.WorldMapGenerator.EllipticalHammerMap
 
wrapY(int, int) - Method in class squidpony.squidgrid.mapping.WorldMapGenerator.EllipticalMap
 
wrapY(int, int) - Method in class squidpony.squidgrid.mapping.WorldMapGenerator.HyperellipticalMap
 
wrapY(int, int) - Method in class squidpony.squidgrid.mapping.WorldMapGenerator.LocalMap
 
wrapY(int, int) - Method in class squidpony.squidgrid.mapping.WorldMapGenerator.MimicMap
 
wrapY(int, int) - Method in class squidpony.squidgrid.mapping.WorldMapGenerator.RotatingSpaceMap
 
wrapY(int, int) - Method in class squidpony.squidgrid.mapping.WorldMapGenerator.RoundSideMap
 
wrapY(int, int) - Method in class squidpony.squidgrid.mapping.WorldMapGenerator.SpaceViewMap
 
wrapY(int, int) - Method in class squidpony.squidgrid.mapping.WorldMapGenerator.SphereMap
 
wrapY(int, int) - Method in class squidpony.squidgrid.mapping.WorldMapGenerator
 
writeCharsInto(char[][], char) - Method in class squidpony.squidmath.GreasedRegion
Like GreasedRegion.inverseMask(char[][], char), but modifies map in-place and returns it.
writeDoubles(double[][], double) - Method in class squidpony.squidmath.GreasedRegion
"Inverse mask for doubles;" returns a copy of map where if a cell is "off" in this GreasedRegion, this keeps the value in map intact, and where a cell is "on", it instead writes the double toWrite.
writeDoublesInto(double[][], double) - Method in class squidpony.squidmath.GreasedRegion
"Inverse mask for doubles;" returns a copy of map where if a cell is "off" in this GreasedRegion, this keeps the value in map intact, and where a cell is "on", it instead writes the double toWrite.
writeInts(int[][], int) - Method in class squidpony.squidmath.GreasedRegion
"Inverse mask for ints;" returns a copy of map where if a cell is "off" in this GreasedRegion, this keeps the value in map intact, and where a cell is "on", it instead writes the int toWrite.
writeIntsInto(int[][], int) - Method in class squidpony.squidmath.GreasedRegion
"Inverse mask for ints;" returns a copy of map where if a cell is "off" in this GreasedRegion, this keeps the value in map intact, and where a cell is "on", it instead writes the int toWrite.
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes|All Packages