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 

U

unDoubleWidth(char[][]) - Static method in class squidpony.squidgrid.mapping.DungeonUtility
Takes a dungeon map that uses two characters per cell, and condenses it to use only the left (lower index) character in each cell.
unionPacked(short[], short[]) - Static method in class squidpony.squidmath.CoordPacker
Given two packed short arrays, left and right, this produces a packed short array that encodes "on" for any cell that was "on" in either left or in right, and only encodes "off" for cells that were off in both.
unknown - Variable in class squidpony.MonsterGen.Chimera
 
unpack(short[], int, int) - Static method in class squidpony.squidmath.CoordPacker
Decompresses a short[] returned by pack() or a sub-array of a short[][] returned by packMulti(), as described in the CoordPacker class documentation.
unpackChar(short[], char, char) - Static method in class squidpony.squidmath.CoordPacker
Given a piece of packed data defining a region to use from that map, a char to use for "on" cells and a char to use for "off" cells, produces a 2D char array where all positions that are "off" in packed are filled with the char passed as f, and the cells that are "on" are filled with the char passed as t.
unpackChar(short[], int, int, char, char) - Static method in class squidpony.squidmath.CoordPacker
Given a piece of packed data defining a region to use from that map, a desired width and height, a char to use for "on" cells and a char to use for "off" cells, produces a 2D char array where all positions that are "off" in packed are filled with the char passed as f, and the cells that are "on" are filled with the char passed as t.
unpackDouble(short[], int, int) - Static method in class squidpony.squidmath.CoordPacker
Decompresses a short[] returned by pack() or a sub-array of a short[][] returned by packMulti(), as described in the CoordPacker class documentation.
unpackDoubleConical(short[], int, int, int, int, double, double) - Static method in class squidpony.squidmath.CoordPacker
Decompresses a short[] returned by pack() or a sub-array of a short[][] returned by packMulti(), as described in the CoordPacker class documentation.
unpackMultiByte(short[][], int, int) - Static method in class squidpony.squidmath.CoordPacker
Decompresses a short[][] returned by packMulti() and produces a simple 2D array where the values are bytes corresponding to 1 + the highest index into levels (that is, the original levels parameter passed to packMulti) matched by a cell, or 0 if the cell didn't match any levels during compression, as described in the CoordPacker class documentation.
unpackMultiDouble(short[][], int, int, double[]) - Static method in class squidpony.squidmath.CoordPacker
Decompresses a short[][] returned by packMulti() and produces an approximation of the double[][] it compressed using the given levels double[] as the values to assign, as described in the CoordPacker class documentation.
unpackMultiDoublePartial(short[][], int, int, double[], int) - Static method in class squidpony.squidmath.CoordPacker
Decompresses a short[][] returned by packMulti() and produces an approximation of the double[][] it compressed using the given levels double[] as the values to assign, but only using the innermost indices up to limit, as described in the CoordPacker class documentation.
unpackMultiDoublePartialConical(short[][], int, int, double[], int, int, int, double, double) - Static method in class squidpony.squidmath.CoordPacker
Decompresses a short[][] returned by packMulti() and produces an approximation of the double[][] it compressed using the given levels double[] as the values to assign, but only using the innermost indices up to limit, as described in the CoordPacker class documentation.
unsaidAdjectives - Variable in class squidpony.MonsterGen.Chimera
 
UNTOUCHED - Static variable in class squidpony.squidgrid.mapping.MixedGenerator
Constant for environment tiles that are not near a cave, room, or corridor.
utility - Variable in class squidpony.squidgrid.mapping.DungeonGenerator
 
utility - Variable in class squidpony.squidgrid.mapping.ModularMapGenerator
 
utility - Variable in class squidpony.squidgrid.mapping.SectionDungeonGenerator
 
Utils() - Constructor for class squidpony.squidgrid.mapping.Rectangle.Utils
 
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.