Skip navigation links
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 

H

h - Variable in class squidpony.squidgrid.mapping.styled.Maximums
 
h(int, int) - Method in class squidpony.squidmath.AStarSearch
Returns the heuristic distance from the current cell to the goal location\ using the current calculation type.
h(int, int) - Method in class squidpony.squidmath.PlannedAStar
 
h_tiles - Variable in class squidpony.squidgrid.mapping.styled.Tileset
 
hasAbove() - Method in class squidpony.squidgrid.iterator.SquidIterators.BottomLeftToTopRight
 
hasActiveAnimations() - Method in interface squidpony.panel.ICombinedPanel
 
hasActiveAnimations() - Method in class squidpony.panel.ICombinedPanel.Impl
 
hasActiveAnimations() - Method in interface squidpony.panel.ISquidPanel
 
hasBG() - Method in enum squidpony.panel.ICombinedPanel.What
 
hasDown() - Method in enum squidpony.squidgrid.Direction
 
hasFG() - Method in enum squidpony.panel.ICombinedPanel.What
 
hasGenerated() - Method in class squidpony.squidgrid.mapping.MixedGenerator
 
hash(boolean[]) - Static method in class squidpony.squidmath.CrossHash
 
hash(byte[]) - Static method in class squidpony.squidmath.CrossHash
 
hash(char[]) - Static method in class squidpony.squidmath.CrossHash
 
hash(short[]) - Static method in class squidpony.squidmath.CrossHash
 
hash(int[]) - Static method in class squidpony.squidmath.CrossHash
 
hash(long[]) - Static method in class squidpony.squidmath.CrossHash
 
hash(float[]) - Static method in class squidpony.squidmath.CrossHash
 
hash(double[]) - Static method in class squidpony.squidmath.CrossHash
 
hash(String) - Static method in class squidpony.squidmath.CrossHash
 
hash(String[]) - Static method in class squidpony.squidmath.CrossHash
 
hash(String[]...) - Static method in class squidpony.squidmath.CrossHash
 
hash64(boolean[]) - Static method in class squidpony.squidmath.CrossHash
 
hash64(byte[]) - Static method in class squidpony.squidmath.CrossHash
 
hash64(char[]) - Static method in class squidpony.squidmath.CrossHash
 
hash64(short[]) - Static method in class squidpony.squidmath.CrossHash
 
hash64(int[]) - Static method in class squidpony.squidmath.CrossHash
 
hash64(long[]) - Static method in class squidpony.squidmath.CrossHash
 
hash64(float[]) - Static method in class squidpony.squidmath.CrossHash
 
hash64(double[]) - Static method in class squidpony.squidmath.CrossHash
 
hash64(String) - Static method in class squidpony.squidmath.CrossHash
 
hash64(String[]) - Static method in class squidpony.squidmath.CrossHash
 
hash64(Iterable<String>) - Static method in class squidpony.squidmath.CrossHash
 
hash64(String[]...) - Static method in class squidpony.squidmath.CrossHash
 
hash64(char[], int, int) - Static method in class squidpony.squidmath.CrossHash
Hashes only a subsection of the given data, starting at start (inclusive) and ending before end (exclusive).
hashCode() - Method in class squidpony.FakeLanguageGen.Alteration
 
hashCode() - Method in class squidpony.FakeLanguageGen
 
hashCode() - Method in class squidpony.FakeLanguageGen.Modifier
 
hashCode() - Method in class squidpony.squidgrid.mapping.Rectangle.Impl
 
hashCode() - Method in class squidpony.squidgrid.mapping.Terrain
 
hashCode() - Method in class squidpony.squidgrid.SpatialMap
 
hashCode() - Method in class squidpony.squidgrid.SpatialMap.SpatialTriple
 
hashCode() - Method in class squidpony.squidmath.Coord
 
hashCode() - Method in class squidpony.squidmath.Coord3D
 
hashCode() - Method in class squidpony.squidmath.CoordDouble
 
hashCode() - Method in class squidpony.squidmath.RegionMap
 
hashCode() - Method in class squidpony.squidmath.ShortSet
 
hashCode() - Method in class squidpony.squidmath.ShortVLA
 
hashCode() - Method in class squidpony.squidmath.SquidID
 
hashesToLines(char[][]) - Static method in class squidpony.squidgrid.mapping.DungeonUtility
Takes a char[][] dungeon map that uses '#' to represent walls, and returns a new char[][] that uses unicode box drawing characters to draw straight, continuous lines for walls, filling regions between walls (that were filled with more walls before) with space characters, ' '.
hashesToLines(char[][], boolean) - Static method in class squidpony.squidgrid.mapping.DungeonUtility
Takes a char[][] dungeon map that uses '#' to represent walls, and returns a new char[][] that uses unicode box drawing characters to draw straight, continuous lines for walls, filling regions between walls (that were filled with more walls before) with space characters, ' '.
hasLeft() - Method in enum squidpony.squidgrid.Direction
 
hasMore() - Method in class squidpony.squidmath.CombinationGenerator
Are there more combinations?
hasMore() - Method in class squidpony.squidmath.PermutationGenerator
Are there more permutations that have not yet been returned?
hasNext() - Method in class squidpony.squidgrid.iterator.SquidIterators.AroundCounterClockWise
 
hasNext() - Method in class squidpony.squidgrid.iterator.SquidIterators.BottomLeftToTopRight
 
hasNext() - Method in class squidpony.squidgrid.iterator.SquidIterators.CenteredSquare
 
hasNext() - Method in class squidpony.squidgrid.iterator.SquidIterators.RectangleFromBottomLeftToTopRight
 
hasNext() - Method in class squidpony.squidgrid.iterator.SquidIterators.VerticalUp
 
hasNext() - Method in class squidpony.squidmath.RegionMap.Entries
 
hasNext() - Method in class squidpony.squidmath.RegionMap.Keys
 
hasNext() - Method in class squidpony.squidmath.RegionMap.Values
 
hasNext - Variable in class squidpony.squidmath.ShortSet.ShortSetIterator
 
hasRight() - Method in enum squidpony.squidgrid.Direction
 
hasUp() - Method in enum squidpony.squidgrid.Direction
 
haveNextNextGaussian - Variable in class squidpony.squidmath.RNG
 
HAWK - Static variable in class squidpony.MonsterGen
 
height - Variable in class squidpony.panel.ICombinedPanel.Impl
 
height - Variable in class squidpony.squidai.DijkstraMap
Height of the map.
height - Variable in class squidpony.squidgrid.FOVCache
 
height - Variable in class squidpony.squidgrid.iterator.SquidIterators.AroundCounterClockWise
 
height - Variable in class squidpony.squidgrid.iterator.SquidIterators.BottomLeftToTopRight
 
height - Variable in class squidpony.squidgrid.iterator.SquidIterators.CenteredSquare
 
height - Variable in class squidpony.squidgrid.iterator.SquidIterators.RectangleFromBottomLeftToTopRight
 
height - Variable in class squidpony.squidgrid.iterator.SquidIterators.VerticalUp
The grid's height
height - Variable in class squidpony.squidgrid.mapping.DenseRoomMapGenerator
 
height - Variable in class squidpony.squidgrid.mapping.DungeonGenerator
 
height - Variable in class squidpony.squidgrid.mapping.MixedGenerator
 
height - Variable in class squidpony.squidgrid.mapping.ModularMapGenerator
 
height - Variable in class squidpony.squidgrid.mapping.OrganicMapGenerator
 
height - Variable in class squidpony.squidgrid.mapping.PacMazeGenerator
 
height - Variable in class squidpony.squidgrid.mapping.Rectangle.Impl
 
height - Variable in class squidpony.squidgrid.mapping.RoomFinder
 
height - Variable in class squidpony.squidgrid.mapping.SectionDungeonGenerator
 
height - Variable in class squidpony.squidgrid.MultiSpill
Height of the map.
height - Variable in class squidpony.squidgrid.SoundMap
Height of the map.
height - Variable in class squidpony.squidgrid.Spill
Height of the map.
height - Variable in class squidpony.squidmath.AStarSearch
 
heightMap(int, int, RNG) - Static method in class squidpony.squidgrid.mapping.MapFactory
Returns a randomly generated map of doubles.
hex(long) - Static method in class squidpony.StringKit
 
hex(int) - Static method in class squidpony.StringKit
 
hex(short) - Static method in class squidpony.StringKit
 
hex(byte) - Static method in class squidpony.StringKit
 
hexHash(boolean...) - Static method in class squidpony.StringKit
 
hexHash(byte...) - Static method in class squidpony.StringKit
 
hexHash(short...) - Static method in class squidpony.StringKit
 
hexHash(char...) - Static method in class squidpony.StringKit
 
hexHash(int...) - Static method in class squidpony.StringKit
 
hexHash(long...) - Static method in class squidpony.StringKit
 
high - Variable in class squidpony.squidmath.SquidID
 
hilbert3Distances - Static variable in class squidpony.squidmath.CoordPacker
 
hilbert3X - Static variable in class squidpony.squidmath.CoordPacker
 
hilbert3Y - Static variable in class squidpony.squidmath.CoordPacker
 
hilbert3Z - Static variable in class squidpony.squidmath.CoordPacker
 
hilbertDistances - Static variable in class squidpony.squidmath.CoordPacker
 
hilbertToCoord(int) - Static method in class squidpony.squidmath.CoordPacker
Takes a distance to travel along the 256x256 Hilbert curve and returns a Coord representing the position in 2D space that corresponds to that point on the Hilbert curve.
hilbertToMorton(int) - Static method in class squidpony.squidmath.CoordPacker
Takes a distance to travel along the 256x256 Hilbert curve and returns a Morton code representing the position in 2D space that corresponds to that point on the Hilbert Curve; the Morton code will have interleaved x and y bits and x in the least significant bit.
hilbertX - Static variable in class squidpony.squidmath.CoordPacker
 
hilbertY - Static variable in class squidpony.squidmath.CoordPacker
 
HINDI_IAST - Static variable in class squidpony.FakeLanguageGen
Imitation Hindi, romanized to use the Latin alphabet using accented glyphs from the IAST standard, which are not typically printable with many fonts but are more likely to seem like samples of Hindi from, say, Wikipedia.
HINDI_ROMANIZED - Static variable in class squidpony.FakeLanguageGen
Imitation Hindi, romanized to use the Latin alphabet using accented glyphs similar to the IAST standard.
HISS - Static variable in class squidpony.FakeLanguageGen.Modifier
For a character who always lengthens 's' and 'z' sounds not starting a word.
HorizontalCorridorsV1 - Class in squidpony.tileset
 
HorizontalCorridorsV1() - Constructor for class squidpony.tileset.HorizontalCorridorsV1
 
HorizontalCorridorsV2 - Class in squidpony.tileset
 
HorizontalCorridorsV2() - Constructor for class squidpony.tileset.HorizontalCorridorsV2
 
HorizontalCorridorsV3 - Class in squidpony.tileset
 
HorizontalCorridorsV3() - Constructor for class squidpony.tileset.HorizontalCorridorsV3
 
HORSE - Static variable in class squidpony.MonsterGen
 
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 
Skip navigation links

Copyright © 2012–2016. All rights reserved.