Method |
Description |
|
AddtoColor ( Color c, int diff ) : Color |
|
|
Blend ( Color c1, Color c2 ) : Color |
|
|
Fill ( RegionFile region, Bitmap selection, Color selectionColor, BiomeUtil util ) : void |
|
|
Fill ( RegionFile region, Bitmap selection, Color selectionColor, byte biome ) : void |
|
|
GetBiome ( Object input, long seed, byte &biomeId, BiomeUtil &biomeGen ) : void |
|
|
GetBlock ( TAG_Compound sections, int x, int y, int z ) : byte |
|
|
GetBlock ( TAG_Compound sections, int x, int y, int z, byte &id, byte &data ) : void |
|
|
GetHeight ( TAG_Compound sections, int x, int z, int yStart = 255 ) : int |
|
|
RegionUtil ( ) : System |
|
|
RenderChunkBiomes ( Chunk c, Bitmap b, String toolTips, int offsetX, int offsetY ) : void |
|
|
RenderChunkTerrain ( Object state ) : void |
|
|
RenderChunktobePopulated ( Chunk c, Graphics g, Brush brush, int offsetX, int offsetY ) : void |
|
|
RenderRegionBiomes ( RegionFile region, int chunkStartX, int chunkEndX, int chunkStartZ, int chunkEndZ, int offsetX, int offsetY, Bitmap biomes, String toolTips ) : void |
|
|
RenderRegionChunkstobePopulated ( RegionFile region, int chunkStartX, int chunkEndX, int chunkStartZ, int chunkEndZ, int offsetX, int offsetY, Bitmap populate ) : void |
|
|
RenderRegionTerrain ( RegionFile region, int chunkStartX, int chunkEndX, int chunkStartZ, int chunkEndZ, int offsetX, int offsetY, Bitmap map ) : void |
|
|
RenderSurroundingRegion ( RegionFile region, int chunkStartX, int chunkEndX, int chunkStartZ, int chunkEndZ, int offsetX, int offsetY, Bitmap terrain, Bitmap biomes, String toolTips, Bitmap populate ) : void |
|
|
Replace ( RegionFile region, Bitmap selection, Color selectionColor, byte search, BiomeUtil replace ) : void |
|
|
Replace ( RegionFile region, Bitmap selection, Color selectionColor, byte search, byte replace ) : void |
|
|