- SAND - Static variable in class org.pepsoft.minecraft.Material
-
- SANDSTONE - Static variable in class org.pepsoft.minecraft.Material
-
- sanityCheckFileName(String) - Method in class org.pepsoft.worldpainter.tools.scripts.AbstractOperation
-
- SAPLING_ACACIA - Static variable in class org.pepsoft.worldpainter.layers.plants.Plants
-
- SAPLING_AZALEA - Static variable in class org.pepsoft.worldpainter.layers.plants.Plants
-
- SAPLING_BIRCH - Static variable in class org.pepsoft.worldpainter.layers.plants.Plants
-
- SAPLING_CHERRY - Static variable in class org.pepsoft.worldpainter.layers.plants.Plants
-
- SAPLING_DARK_OAK - Static variable in class org.pepsoft.worldpainter.layers.plants.Plants
-
- SAPLING_FLOWERING_AZALEA - Static variable in class org.pepsoft.worldpainter.layers.plants.Plants
-
- SAPLING_JUNGLE - Static variable in class org.pepsoft.worldpainter.layers.plants.Plants
-
- SAPLING_OAK - Static variable in class org.pepsoft.worldpainter.layers.plants.Plants
-
- SAPLING_PINE - Static variable in class org.pepsoft.worldpainter.layers.plants.Plants
-
- save(File) - Method in class org.pepsoft.minecraft.JavaLevel
-
- save() - Method in class org.pepsoft.worldpainter.Configuration
-
- save(File) - Method in class org.pepsoft.worldpainter.Configuration
-
- save(ZipOutputStream) - Method in class org.pepsoft.worldpainter.Dimension
-
- save(File, int) - Method in class org.pepsoft.worldpainter.exporting.WorldRegion
-
- save(ZipOutputStream) - Method in class org.pepsoft.worldpainter.World2
-
- save(OutputStream) - Method in class org.pepsoft.worldpainter.WorldIO
-
- saveChunk(Chunk) - Method in interface org.pepsoft.minecraft.ChunkStore
-
Save a chunk to the store.
- saveChunk(Chunk) - Method in class org.pepsoft.worldpainter.exporting.JavaChunkStore
-
- saveCompartmentalised(OutputStream) - Method in class org.pepsoft.worldpainter.WorldIO
-
- saveDirtyChunks() - Method in class org.pepsoft.worldpainter.exporting.CachingMinecraftWorld
-
- savePointArmed() - Method in class org.pepsoft.worldpainter.ReadOnlyTile
-
- savePointArmed() - Method in class org.pepsoft.worldpainter.Tile
-
- savePointCreated() - Method in class org.pepsoft.worldpainter.ReadOnlyTile
-
- savePointCreated() - Method in class org.pepsoft.worldpainter.Tile
-
- saveWorld(World2) - Method in class org.pepsoft.worldpainter.tools.scripts.ScriptingContext
-
Save a world to disk.
- SaveWorldOp - Class in org.pepsoft.worldpainter.tools.scripts
-
- SaveWorldOp(ScriptingContext, World2) - Constructor for class org.pepsoft.worldpainter.tools.scripts.SaveWorldOp
-
- scale - Variable in class org.pepsoft.worldpainter.MixedMaterial.Row
-
- scale(int) - Method in class org.pepsoft.worldpainter.tools.scripts.ImportHeightMapOp
-
- scale(int) - Method in class org.pepsoft.worldpainter.tools.scripts.MappingOp
-
- scaled(float) - Method in interface org.pepsoft.worldpainter.HeightMap
-
Create a new height map that is another height map scaled up by a given factor.
- ScaledDimension - Class in org.pepsoft.worldpainter
-
- ScaledDimension(Dimension, float) - Constructor for class org.pepsoft.worldpainter.ScaledDimension
-
- ScalingHelper - Class in org.pepsoft.worldpainter
-
Utility class for scaling a set of
Tile
s.
- ScalingHelper(Map<Point, Tile>, TileFactory, float) - Constructor for class org.pepsoft.worldpainter.ScalingHelper
-
Create a ScalingHelper
for scaling a loose collection of Tile
s.
- scanLine(int, int, int, int) - Method in class org.pepsoft.worldpainter.gardenofeden.Seed
-
Utility method for testing how much of a straight line is unoccupied.
- ScanMap - Class in org.pepsoft.worldpainter.tools
-
- ScanMap() - Constructor for class org.pepsoft.worldpainter.tools.ScanMap
-
- Schem - Class in org.pepsoft.worldpainter.layers.bo2
-
- Schem(CompoundTag, String) - Constructor for class org.pepsoft.worldpainter.layers.bo2.Schem
-
- Schematic - Class in org.pepsoft.worldpainter.layers.bo2
-
- Schematic(String, CompoundTag, Map<String, Serializable>) - Constructor for class org.pepsoft.worldpainter.layers.bo2.Schematic
-
- ScriptException - Exception in org.pepsoft.worldpainter.tools.scripts
-
A checked exception, thrown if an exception occurs during the execution of a
script.
- ScriptException(String) - Constructor for exception org.pepsoft.worldpainter.tools.scripts.ScriptException
-
- ScriptException(String, Throwable) - Constructor for exception org.pepsoft.worldpainter.tools.scripts.ScriptException
-
- ScriptingContext - Class in org.pepsoft.worldpainter.tools.scripts
-
- ScriptingContext(boolean) - Constructor for class org.pepsoft.worldpainter.tools.scripts.ScriptingContext
-
- SEA_PICKLE - Static variable in class org.pepsoft.worldpainter.layers.plants.Plants
-
- SEA_PICKLE_1 - Static variable in class org.pepsoft.minecraft.Material
-
One sea pickle.
- SEAGRASS - Static variable in class org.pepsoft.minecraft.Material
-
- SEAGRASS - Static variable in class org.pepsoft.worldpainter.layers.plants.Plants
-
- secondPass(List<Layer>, Dimension, MinecraftWorld, Map<Layer, LayerExporter>, Collection<Tile>, Point, AbstractWorldExporter.ExportResults, ProgressReceiver) - Method in class org.pepsoft.worldpainter.exporting.AbstractWorldExporter
-
- secondPass() - Method in class org.pepsoft.worldpainter.exporting.BlockPropertiesCalculator
-
For the current dirty area, propagate the selected block properties to surrounding blocks.
- secondPass(Dimension, Tile, Platform, MinecraftWorld, Set<Seed>) - Method in class org.pepsoft.worldpainter.gardenofeden.GardenExporter
-
Second pass, executed after the first pass has finished, meant for
building interiors of buildings, for instance.
- SecondPassLayerExporter - Interface in org.pepsoft.worldpainter.exporting
-
An exporter which will be invoked in a second pass, after all chunks have been generated.
- SecondPassLayerExporter.Stage - Enum in org.pepsoft.worldpainter.exporting
-
- SectionedChunk - Interface in org.pepsoft.minecraft
-
A chunk that stores block (and possibly more) data in 16x16x16 sections.
- SectionedChunk.Section - Interface in org.pepsoft.minecraft
-
A 16x16x16 chunk section.
- Seed - Class in org.pepsoft.worldpainter.gardenofeden
-
A seed for planting in a
Garden
for creating complex random
structures that follow rules.
- Seed(Garden, long, Seed, Point3i, int, int) - Constructor for class org.pepsoft.worldpainter.gardenofeden.Seed
-
Create a new seed.
- seed - Variable in class org.pepsoft.worldpainter.gardenofeden.Seed
-
- seed - Variable in class org.pepsoft.worldpainter.heightMaps.AbstractHeightMap
-
- Seed.Task - Interface in org.pepsoft.worldpainter.gardenofeden
-
- SeededGenerator - Class in org.pepsoft.minecraft
-
- SeededGenerator(Generator, long) - Constructor for class org.pepsoft.minecraft.SeededGenerator
-
- seedsChanged(Tile) - Method in class org.pepsoft.worldpainter.Dimension
-
- seedsChanged(Tile) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- seedsChanged(Tile) - Method in interface org.pepsoft.worldpainter.Tile.Listener
-
- seedsChanged(Tile) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- seedsChanged(Tile) - Method in class org.pepsoft.worldpainter.WPTileProvider
-
- selectBackupDir(File) - Method in class org.pepsoft.worldpainter.exporting.AbstractWorldExporter
-
- selectBackupDir(File, String) - Method in interface org.pepsoft.worldpainter.exporting.WorldExporter
-
Indicate into which directory the existing map, if any, would be backed up if the specified world would be
exported into the specified base directory.
- selectBackupDir(File) - Method in interface org.pepsoft.worldpainter.exporting.WorldExporter
-
Indicate into which directory the existing map, if any, will be backed up that is going to be exported into
worldDir
.
- selectBackupDir(File) - Method in class org.pepsoft.worldpainter.platforms.JavaPlatformProvider
-
- selectBackupDir(File) - Method in interface org.pepsoft.worldpainter.plugins.PlatformProvider
-
Indicate into which directory the existing map, if any, would be backed up if it were being exported into
exportDir
, but do not create it if it does not exist.
- selectBlueChannel() - Method in class org.pepsoft.worldpainter.tools.scripts.GetHeightMapOp
-
- selectGreenChannel() - Method in class org.pepsoft.worldpainter.tools.scripts.GetHeightMapOp
-
- SelectionBlock - Class in org.pepsoft.worldpainter.selection
-
A block-level layer which indicates that a block belongs to the selection.
- SelectionBlock() - Constructor for class org.pepsoft.worldpainter.selection.SelectionBlock
-
- SelectionChunk - Class in org.pepsoft.worldpainter.selection
-
A chunk-level layer which indicates that an entire chunk belongs to the
selection.
- SelectionChunk() - Constructor for class org.pepsoft.worldpainter.selection.SelectionChunk
-
- selectRedChannel() - Method in class org.pepsoft.worldpainter.tools.scripts.GetHeightMapOp
-
- set2DBiome(Chunk, int, int, int) - Method in class org.pepsoft.worldpainter.util.BiomeUtils
-
Sets the biome of an entire vertical column of a chunk, regardless of what type of biomes the chunk supports.
- set3DBiome(int, int, int, int) - Method in interface org.pepsoft.minecraft.Chunk
-
Set a 3D biome, stored per 4x4x4 block.
- set3DBiome(int, int, int, int) - Method in class org.pepsoft.minecraft.MC115AnvilChunk
-
- set3DBiome(int, int, int, int) - Method in class org.pepsoft.minecraft.MemoryChunk
-
- set3DBiome(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.InvertedChunk
-
- set3DBiome(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.VirtualChunk
-
Implemented in order to support generating 3D previews, but this class does not actually store any biomes.
- set3DBiome(Chunk, int, int, int, int) - Method in class org.pepsoft.worldpainter.util.BiomeUtils
-
Sets the biome of a 4x4x4 block of a chunk, regardless of whether the chunk supports 3D or named biomes.
- setAccelerationType(AccelerationType) - Method in class org.pepsoft.worldpainter.Configuration
-
- setActive(boolean) - Method in interface org.pepsoft.worldpainter.operations.Operation
-
Activate or deactivate the operation.
- setAllowCheats(boolean) - Method in class org.pepsoft.worldpainter.World2
-
- setAllowCommands(boolean) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setAllowMerging(boolean) - Method in class org.pepsoft.worldpainter.World2
-
- setAlways() - Method in class org.pepsoft.worldpainter.tools.scripts.MappingOp
-
- setAngleMap(HeightMap) - Method in class org.pepsoft.worldpainter.heightMaps.DisplacementHeightMap
-
- setApplyTerrainAndBiomeOnExport(boolean) - Method in class org.pepsoft.worldpainter.layers.CombinedLayer
-
- setAskToConvertToAnvil(boolean) - Method in class org.pepsoft.worldpainter.World2
-
- setAskToRotate(boolean) - Method in class org.pepsoft.worldpainter.World2
-
- setAttackTime(short) - Method in class org.pepsoft.minecraft.Mob
-
- setAttribute(AttributeKey<T>, T) - Method in class org.pepsoft.worldpainter.Dimension
-
- setAttribute(AttributeKey<T>, T) - Method in class org.pepsoft.worldpainter.layers.bo2.Bo2Object
-
- setAttribute(AttributeKey<T>, T) - Method in class org.pepsoft.worldpainter.layers.bo2.Bo3Object
-
- setAttribute(AttributeKey<T>, T) - Method in class org.pepsoft.worldpainter.layers.bo2.Schem
-
- setAttribute(AttributeKey<T>, T) - Method in class org.pepsoft.worldpainter.layers.bo2.Schematic
-
- setAttribute(AttributeKey<T>, T) - Method in class org.pepsoft.worldpainter.layers.bo2.Structure
-
- setAttribute(AttributeKey<T>, T) - Method in class org.pepsoft.worldpainter.layers.plants.Plant
-
- setAttribute(AttributeKey<T>, T) - Method in class org.pepsoft.worldpainter.objects.MinecraftWorldObject
-
- setAttribute(AttributeKey<T>, T) - Method in class org.pepsoft.worldpainter.objects.MirroredObject
-
- setAttribute(AttributeKey<T>, T) - Method in class org.pepsoft.worldpainter.objects.NamedObjectWithAttributes
-
- setAttribute(AttributeKey<T>, T) - Method in class org.pepsoft.worldpainter.objects.RotatedObject
-
- setAttribute(AttributeKey<T>, T) - Method in class org.pepsoft.worldpainter.objects.SkewedObject
-
- setAttribute(AttributeKey<T>, T) - Method in interface org.pepsoft.worldpainter.objects.WPObject
-
Convenience method for setting the value of an attribute stored in the
external metadata, if any.
- setAttribute(AttributeKey<T>, T) - Method in class org.pepsoft.worldpainter.World2
-
- setAttributes(Map<String, Serializable>) - Method in class org.pepsoft.worldpainter.layers.bo2.Bo2Object
-
- setAttributes(Map<String, Serializable>) - Method in class org.pepsoft.worldpainter.layers.bo2.Bo3Object
-
- setAttributes(Map<String, Serializable>) - Method in class org.pepsoft.worldpainter.layers.bo2.Schem
-
- setAttributes(Map<String, Serializable>) - Method in class org.pepsoft.worldpainter.layers.bo2.Schematic
-
- setAttributes(Map<String, Serializable>) - Method in class org.pepsoft.worldpainter.layers.bo2.Structure
-
- setAttributes(Map<String, Serializable>) - Method in class org.pepsoft.worldpainter.layers.plants.Plant
-
- setAttributes(Map<String, Serializable>) - Method in class org.pepsoft.worldpainter.objects.MinecraftWorldObject
-
- setAttributes(Map<String, Serializable>) - Method in class org.pepsoft.worldpainter.objects.MirroredObject
-
- setAttributes(Map<String, Serializable>) - Method in class org.pepsoft.worldpainter.objects.NamedObjectWithAttributes
-
- setAttributes(Map<String, Serializable>) - Method in class org.pepsoft.worldpainter.objects.RotatedObject
-
- setAttributes(Map<String, Serializable>) - Method in class org.pepsoft.worldpainter.objects.SkewedObject
-
- setAttributes(Map<String, Serializable>) - Method in interface org.pepsoft.worldpainter.objects.WPObject
-
Store external metadata about the object.
- setAutoDeleteBackups(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setAutosaveDelay(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setAutosaveEnabled(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setAutosaveInhibited(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setAutosaveInterval(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setBackgroundColour(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setBackgroundImage(File) - Method in class org.pepsoft.worldpainter.Configuration
-
- setBackgroundImageMode(TiledImageViewer.BackgroundImageMode) - Method in class org.pepsoft.worldpainter.Configuration
-
- setBaseHeightMap(HeightMap) - Method in class org.pepsoft.worldpainter.heightMaps.DisplacementHeightMap
-
- setBaseHeightMap(HeightMap) - Method in class org.pepsoft.worldpainter.heightMaps.SlopeHeightMap
-
- setBaseHeightMap(HeightMap) - Method in class org.pepsoft.worldpainter.heightMaps.TransformingHeightMap
-
- setBaseTerrain(Terrain) - Method in class org.pepsoft.worldpainter.themes.impl.fancy.FancyTheme
-
- setBeaches(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setBeaches(boolean) - Method in class org.pepsoft.worldpainter.HeightMapTileFactory
-
- setBeaches(boolean) - Method in class org.pepsoft.worldpainter.themes.SimpleTheme
-
- setBedrockWall(boolean) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setBiome(int, int, int) - Method in interface org.pepsoft.minecraft.Chunk
-
Set a 2D biome, stored per column.
- setBiome(int, int, int) - Method in class org.pepsoft.minecraft.MC12AnvilChunk
-
- setBiome(int, int, int) - Method in class org.pepsoft.minecraft.MemoryChunk
-
- setBiome(int) - Method in class org.pepsoft.minecraft.SuperflatPreset
-
- setBiome(int, int, int) - Method in class org.pepsoft.worldpainter.exporting.InvertedChunk
-
- setBiome(int) - Method in class org.pepsoft.worldpainter.layers.CustomLayer
-
- setBiomeName(String) - Method in class org.pepsoft.minecraft.SuperflatPreset
-
- setBitLayerValue(Layer, int, int, boolean) - Method in class org.pepsoft.worldpainter.ReadOnlyTile
-
- setBitLayerValue(Layer, int, int, boolean) - Method in class org.pepsoft.worldpainter.Tile
-
- setBitLayerValue(Layer, int, int, boolean) - Method in class org.pepsoft.worldpainter.TileSnapshot
-
- setBitLayerValueAt(Layer, int, int, boolean) - Method in class org.pepsoft.worldpainter.Dimension
-
- setBitLayerValueAt(Layer, int, int, boolean) - Method in class org.pepsoft.worldpainter.DimensionSnapshot
-
- setBitLayerValueAt(Layer, int, int, boolean) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setBitLayerValueAt(Layer, int, int, boolean) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setBlock(Material) - Method in class org.pepsoft.worldpainter.exporting.Cursor
-
- setBlockIfFree(Material) - Method in class org.pepsoft.worldpainter.exporting.Cursor
-
- setBlockLightLevel(int, int, int, int) - Method in interface org.pepsoft.minecraft.Chunk
-
- setBlockLightLevel(int, int, int, int) - Method in class org.pepsoft.minecraft.MC115AnvilChunk
-
- setBlockLightLevel(int, int, int, int) - Method in class org.pepsoft.minecraft.MC118AnvilChunk
-
- setBlockLightLevel(int, int, int, int) - Method in class org.pepsoft.minecraft.MC12AnvilChunk
-
- setBlockLightLevel(int, int, int, int) - Method in class org.pepsoft.minecraft.MCRegionChunk
-
- setBlockLightLevel(int, int, int, int) - Method in class org.pepsoft.minecraft.MemoryChunk
-
- setBlockLightLevel(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.CachingMinecraftWorld
-
- setBlockLightLevel(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.InvertedChunk
-
- setBlockLightLevel(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.InvertedWorld
-
- setBlockLightLevel(int, int, int, int) - Method in interface org.pepsoft.worldpainter.exporting.MinecraftWorld
-
Fails silently if height
is too large.
- setBlockLightLevel(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.VirtualChunk
-
- setBlockLightLevel(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.WorldRegion
-
- setBlockLightLevel(int, int, int, int) - Method in class org.pepsoft.worldpainter.objects.MinecraftWorldObject
-
- setBlockType(int, int, int, int) - Method in interface org.pepsoft.minecraft.Chunk
-
- setBlockType(int, int, int, int) - Method in class org.pepsoft.minecraft.MC115AnvilChunk
-
- setBlockType(int, int, int, int) - Method in class org.pepsoft.minecraft.MC118AnvilChunk
-
- setBlockType(int, int, int, int) - Method in class org.pepsoft.minecraft.MC12AnvilChunk
-
- setBlockType(int, int, int, int) - Method in class org.pepsoft.minecraft.MCRegionChunk
-
- setBlockType(int, int, int, int) - Method in class org.pepsoft.minecraft.MemoryChunk
-
- setBlockType(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.InvertedChunk
-
- setBlockType(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.VirtualChunk
-
- setBlockTypeAt(int, int, int, int) - Method in class org.pepsoft.minecraft.MC115AnvilChunk
-
- setBlockTypeAt(int, int, int, int) - Method in class org.pepsoft.minecraft.MC118AnvilChunk
-
- setBlockTypeAt(int, int, int, int) - Method in class org.pepsoft.minecraft.MC12AnvilChunk
-
- setBlockTypeAt(int, int, int, int) - Method in class org.pepsoft.minecraft.MemoryChunk
-
- setBlockTypeAt(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.CachingMinecraftWorld
-
- setBlockTypeAt(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.InvertedWorld
-
- setBlockTypeAt(int, int, int, int) - Method in interface org.pepsoft.worldpainter.exporting.MinecraftWorld
-
- setBlockTypeAt(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.WorldRegion
-
- setBlockTypeAt(int, int, int, int) - Method in class org.pepsoft.worldpainter.objects.MinecraftWorldObject
-
- setBlockWithDirection(Material) - Method in class org.pepsoft.worldpainter.exporting.Cursor
-
- setBlockWithDirectionIfFree(Material) - Method in class org.pepsoft.worldpainter.exporting.Cursor
-
- setBoolean(String, boolean) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setBoolean(DataType, String, boolean) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setBorder(Dimension.Border) - Method in class org.pepsoft.worldpainter.Configuration
-
- setBorder(Dimension.Border) - Method in class org.pepsoft.worldpainter.Dimension
-
- setBorder(Dimension.Border) - Method in class org.pepsoft.worldpainter.DimensionSnapshot
-
- setBorder(Dimension.Border) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setBorder(World.Border) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setBorderCenterX(double) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setBorderCenterZ(double) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setBorderDamagePerBlock(double) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setBorderLevel(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setBorderLevel(int) - Method in class org.pepsoft.worldpainter.Dimension
-
- setBorderLevel(int) - Method in class org.pepsoft.worldpainter.DimensionSnapshot
-
- setBorderLevel(int) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setBorderLevel(int) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setBorderSafeZone(double) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setBorderSize(double) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setBorderSize(int) - Method in class org.pepsoft.worldpainter.Dimension
-
- setBorderSize(int) - Method in class org.pepsoft.worldpainter.DimensionSnapshot
-
- setBorderSize(int) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setBorderSizeLerpTarget(double) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setBorderSizeLerpTime(long) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setBorderWarningBlocks(double) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setBorderWarningTime(double) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setBottomEdgeShape(TunnelLayer.EdgeShape) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setBottomless(boolean) - Method in class org.pepsoft.worldpainter.Dimension
-
- setBottomless(boolean) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setByte(String, byte) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setByte(DataType, String, byte) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setByteArray(String, byte[]) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setByteArray(DataType, String, byte[]) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setCachedLevel(File, JavaLevel) - Static method in class org.pepsoft.minecraft.JavaLevel
-
- setCategory(int, int, int) - Method in interface org.pepsoft.worldpainter.gardenofeden.Garden
-
Mark a location as being occupied by a particular category of seed.
- setCaveDecorationSettings(AbstractCavesExporter.CaveDecorationSettings) - Method in class org.pepsoft.worldpainter.layers.exporters.CavernsExporter.CavernsSettings
-
- setCaveDecorationSettings(AbstractCavesExporter.CaveDecorationSettings) - Method in class org.pepsoft.worldpainter.layers.exporters.CavesExporter.CavesSettings
-
- setCaveDecorationSettings(AbstractCavesExporter.CaveDecorationSettings) - Method in class org.pepsoft.worldpainter.layers.exporters.ChasmsExporter.ChasmsSettings
-
- setCavernsEverywhereLevel(int) - Method in class org.pepsoft.worldpainter.layers.exporters.CavernsExporter.CavernsSettings
-
- setCavesEverywhereLevel(int) - Method in class org.pepsoft.worldpainter.layers.exporters.CavesExporter.CavesSettings
-
- setCeilingHeight(int) - Method in class org.pepsoft.worldpainter.Dimension
-
- setCentreX(int) - Method in class org.pepsoft.worldpainter.World2.BorderSettings
-
- setCentreY(int) - Method in class org.pepsoft.worldpainter.World2.BorderSettings
-
- setChance(Material, int) - Method in class org.pepsoft.worldpainter.layers.exporters.ResourcesExporter.ResourcesExporterSettings
-
- setChasmsEverywhereLevel(int) - Method in class org.pepsoft.worldpainter.layers.exporters.ChasmsExporter.ChasmsSettings
-
- setCheckForUpdates(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setClearManMadeAboveGround(boolean) - Method in class org.pepsoft.worldpainter.merging.JavaWorldMerger
-
- setClearManMadeBelowGround(boolean) - Method in class org.pepsoft.worldpainter.merging.JavaWorldMerger
-
- setClearResources(boolean) - Method in class org.pepsoft.worldpainter.merging.JavaWorldMerger
-
- setClearTrees(boolean) - Method in class org.pepsoft.worldpainter.merging.JavaWorldMerger
-
- setClearVegetation(boolean) - Method in class org.pepsoft.worldpainter.merging.JavaWorldMerger
-
- setColour(int) - Method in class org.pepsoft.worldpainter.biomeschemes.CustomBiome
-
- setColour(int) - Static method in class org.pepsoft.worldpainter.layers.renderers.VoidRenderer
-
- setColourScheme(ColourScheme) - Method in class org.pepsoft.worldpainter.layers.renderers.AnnotationsRenderer
-
- setColourScheme(ColourScheme) - Method in interface org.pepsoft.worldpainter.layers.renderers.ColourSchemeRenderer
-
- setColourScheme(ColourScheme) - Method in class org.pepsoft.worldpainter.layers.renderers.GardenCategoryRenderer
-
- setColourschemeIndex(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setContext(LayerEditor.LayerEditorContext) - Method in class org.pepsoft.worldpainter.layers.AbstractLayerEditor
-
- setContext(LayerEditor.LayerEditorContext) - Method in interface org.pepsoft.worldpainter.layers.LayerEditor
-
Set the context from which the layer editor must obtains its context
information and to which it must report events.
- setContourLines(boolean) - Method in class org.pepsoft.worldpainter.TileRenderer
-
- setContoursEnabled(boolean) - Method in class org.pepsoft.worldpainter.Dimension
-
- setContoursEnabled(boolean) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setContourSeparation(int) - Method in class org.pepsoft.worldpainter.Dimension
-
- setContourSeparation(int) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setContourSeparation(int) - Method in class org.pepsoft.worldpainter.TileRenderer
-
- setCount(int) - Method in class org.pepsoft.minecraft.InventoryItem
-
- setCoverSteepTerrain(boolean) - Method in class org.pepsoft.worldpainter.Dimension
-
- setCreateGoodiesChest(boolean) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setCreateGoodiesChest(boolean) - Method in class org.pepsoft.worldpainter.World2
-
- setCustomBiomes(List<CustomBiome>) - Method in class org.pepsoft.worldpainter.biomeschemes.CustomBiomeManager
-
- setCustomBiomes(List<CustomBiome>) - Method in class org.pepsoft.worldpainter.Dimension
-
- setCustomBiomes(List<CustomBiome>) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setCustomLayers(List<CustomLayer>) - Method in class org.pepsoft.worldpainter.Dimension
-
- setCustomMaterial(int, MixedMaterial) - Static method in enum org.pepsoft.worldpainter.Terrain
-
- setCustomObjectsDirectory(File) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDamage(int) - Method in class org.pepsoft.minecraft.InventoryItem
-
- setDamagePerBlock(float) - Method in class org.pepsoft.worldpainter.World2.BorderSettings
-
- setDarkLevel(boolean) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setDataAt(int, int, int, int) - Method in class org.pepsoft.minecraft.MC115AnvilChunk
-
- setDataAt(int, int, int, int) - Method in class org.pepsoft.minecraft.MC118AnvilChunk
-
- setDataAt(int, int, int, int) - Method in class org.pepsoft.minecraft.MC12AnvilChunk
-
- setDataAt(int, int, int, int) - Method in class org.pepsoft.minecraft.MemoryChunk
-
- setDataAt(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.CachingMinecraftWorld
-
- setDataAt(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.InvertedWorld
-
- setDataAt(int, int, int, int) - Method in interface org.pepsoft.worldpainter.exporting.MinecraftWorld
-
- setDataAt(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.WorldRegion
-
- setDataAt(int, int, int, int) - Method in class org.pepsoft.worldpainter.objects.MinecraftWorldObject
-
- setDataPacks(List<File>) - Method in class org.pepsoft.worldpainter.World2
-
- setDataValue(int, int, int, int) - Method in interface org.pepsoft.minecraft.Chunk
-
- setDataValue(int, int, int, int) - Method in class org.pepsoft.minecraft.MC115AnvilChunk
-
- setDataValue(int, int, int, int) - Method in class org.pepsoft.minecraft.MC118AnvilChunk
-
- setDataValue(int, int, int, int) - Method in class org.pepsoft.minecraft.MC12AnvilChunk
-
- setDataValue(int, int, int, int) - Method in class org.pepsoft.minecraft.MCRegionChunk
-
- setDataValue(int, int, int, int) - Method in class org.pepsoft.minecraft.MemoryChunk
-
- setDataValue(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.InvertedChunk
-
- setDataValue(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.VirtualChunk
-
- setDeathTime(short) - Method in class org.pepsoft.minecraft.Mob
-
- setDefaultAllowCheats(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultCircularWorld(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultContoursEnabled(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultContourSeparation(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultCreateGoodiesChest(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultExportSettings(ExportSettings) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultExtendedBlockIds(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultFont(String) - Method in class org.pepsoft.worldpainter.layers.exporters.AnnotationsExporter.AnnotationsSettings
-
- setDefaultGameType(GameType) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultGenerator(MapGenerator) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultGridEnabled(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultGridSize(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultHeight(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultJideLayoutData(byte[]) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultLightOrigin(TileRenderer.LightOrigin) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultMapFeatures(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultMaxHeight(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultPlatform(Platform) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultRange(float) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultResourcesMinimumLevel(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultScale(double) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultSize(int) - Method in class org.pepsoft.worldpainter.layers.exporters.AnnotationsExporter.AnnotationsSettings
-
- setDefaultTerrainAndLayerSettings(Dimension) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultViewDistanceEnabled(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultWalkingDistanceEnabled(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDefaultWidth(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDensity(int) - Method in class org.pepsoft.worldpainter.layers.Bo2Layer
-
- setDescription(String) - Method in class org.pepsoft.worldpainter.layers.Layer
-
- setDesertMaxHeight(int) - Method in class org.pepsoft.worldpainter.themes.impl.fancy.FancyTheme
-
- setDifficulty(int) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setDifficulty(int) - Method in class org.pepsoft.worldpainter.World2
-
- setDifficultyLocked(boolean) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setDimension(Dimension) - Method in interface org.pepsoft.worldpainter.layers.renderers.DimensionAwareRenderer
-
- setDimension(Dimension) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayerRenderer
-
- setDimension(Dimension) - Method in class org.pepsoft.worldpainter.panels.DefaultFilter
-
- setDimension(Dimension) - Method in class org.pepsoft.worldpainter.WorldPainterView
-
- setDimensionsToExport(Set<Integer>) - Method in class org.pepsoft.worldpainter.exporting.WorldExportSettings
-
- setDir(byte) - Method in class org.pepsoft.minecraft.Painting
-
- setDirection(Direction) - Method in class org.pepsoft.minecraft.Material
-
Get a material that is pointing in the specified direction, if applicable
for the block type.
- setDirection(Direction) - Method in class org.pepsoft.worldpainter.exporting.Cursor
-
- setDirty(boolean) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setDirtyArea(Box) - Method in class org.pepsoft.worldpainter.exporting.BlockPropertiesCalculator
-
Set the dirty area in Minecraft coordinates.
- setDiscreteValues(Map<Layer, Integer>) - Method in class org.pepsoft.worldpainter.themes.SimpleTheme
-
- setDistanceMap(HeightMap) - Method in class org.pepsoft.worldpainter.heightMaps.DisplacementHeightMap
-
- setDonationStatus(Configuration.DonationStatus) - Method in class org.pepsoft.worldpainter.Configuration
-
- setDouble(String, double) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setDouble(DataType, String, double) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setDoubleList(String, double[]) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setDoubleList(DataType, String, double[]) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setDrawBrush(boolean) - Method in class org.pepsoft.worldpainter.WorldPainterView
-
Set whether the brush radius should be displayed.
- setEdgeShape(GroundCoverLayer.EdgeShape) - Method in class org.pepsoft.worldpainter.layers.groundcover.GroundCoverLayer
-
- setEdgeWidth(int) - Method in class org.pepsoft.worldpainter.layers.groundcover.GroundCoverLayer
-
- setEnabled(boolean) - Method in class org.pepsoft.worldpainter.Overlay
-
- setEventsInhibited(boolean) - Method in class org.pepsoft.worldpainter.Dimension
-
- setEventsInhibited(boolean) - Method in class org.pepsoft.worldpainter.DimensionSnapshot
-
- setEventsInhibited(boolean) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setEventsInhibited(boolean) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setExport(boolean) - Method in class org.pepsoft.worldpainter.layers.CustomAnnotationLayer
-
- setExport(boolean) - Method in class org.pepsoft.worldpainter.layers.CustomLayer
-
- setExport(boolean) - Method in class org.pepsoft.worldpainter.layers.exporters.AnnotationsExporter.AnnotationsSettings
-
- setExportDirectory(Platform, File) - Method in class org.pepsoft.worldpainter.Configuration
-
- setExportIndex(Integer) - Method in class org.pepsoft.worldpainter.layers.CustomLayer
-
Set the index indicating the export order of the layer.
- setExportSettings(ExportSettings) - Method in class org.pepsoft.worldpainter.Dimension
-
- setExportSettings(ExportSettings) - Method in class org.pepsoft.worldpainter.exporting.ExportSettingsEditor
-
Load the settings from the specified ExportSettings
object.
- setExportSettings(ExportSettings) - Method in class org.pepsoft.worldpainter.platforms.JavaExportSettingsEditor
-
- setExportSettings(WorldExportSettings) - Method in class org.pepsoft.worldpainter.World2
-
- setExtendedBlockIds(boolean) - Method in class org.pepsoft.worldpainter.World2
-
- setFactors(Map<Layer, Float>) - Method in class org.pepsoft.worldpainter.layers.CombinedLayer
-
- setFeatures(boolean) - Method in class org.pepsoft.minecraft.SuperflatPreset
-
- setFillCaves(boolean) - Method in class org.pepsoft.worldpainter.merging.JavaWorldMerger
-
- setFillLightLevel(int) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setFillMaterial(MixedMaterial) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setFillMode(TunnelLayer.FillMode) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setFixOverlayCoords(boolean) - Method in class org.pepsoft.worldpainter.Dimension
-
- setFloat(String, float) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setFloat(DataType, String, float) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setFloatList(String, float[]) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setFloatList(DataType, String, float[]) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setFloodLevel(int) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setFloodWithLava(boolean) - Method in class org.pepsoft.worldpainter.layers.exporters.CavernsExporter.CavernsSettings
-
- setFloodWithLava(boolean) - Method in class org.pepsoft.worldpainter.layers.exporters.CavesExporter.CavesSettings
-
- setFloodWithLava(boolean) - Method in class org.pepsoft.worldpainter.layers.exporters.ChasmsExporter.ChasmsSettings
-
- setFloodWithLava(boolean) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setFloorDimensionId(Integer) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setFloorLayers(List<TunnelLayer.LayerSettings>) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setFloorLevel(int) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setFloorMaterial(MixedMaterial) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setFloorMax(int) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setFloorMin(int) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setFloorMode(TunnelLayer.Mode) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setFloorNoise(NoiseSettings) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setFloorWallDepth(int) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setForestMap(HeightMap) - Method in class org.pepsoft.worldpainter.themes.impl.fancy.FancyTheme
-
- setFrequency(int) - Method in class org.pepsoft.worldpainter.layers.pockets.UndergroundPocketsLayer
-
- setFrostEverywhere(boolean) - Method in class org.pepsoft.worldpainter.layers.exporters.FrostExporter.FrostSettings
-
- setGameType(int) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setGameType(GameType) - Method in class org.pepsoft.worldpainter.World2
-
- setGenerateFarmland(boolean) - Method in class org.pepsoft.worldpainter.layers.plants.PlantLayer
-
- setGenerator(int, MapGenerator) - Method in class org.pepsoft.minecraft.Java115Level
-
- setGenerator(int, MapGenerator) - Method in class org.pepsoft.minecraft.Java116Level
-
- setGenerator(int, MapGenerator) - Method in class org.pepsoft.minecraft.Java118Level
-
- setGenerator(int, MapGenerator) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setGenerator(MapGenerator) - Method in class org.pepsoft.worldpainter.Dimension
-
- setGlassCeiling(boolean) - Method in class org.pepsoft.worldpainter.layers.exporters.CavernsExporter.CavernsSettings
-
- setGlassCeiling(boolean) - Method in class org.pepsoft.worldpainter.layers.exporters.ChasmsExporter.ChasmsSettings
-
- setGoodies(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setGridEnabled(boolean) - Method in class org.pepsoft.worldpainter.Dimension
-
- setGridEnabled(boolean) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setGridSize(int) - Method in class org.pepsoft.worldpainter.Dimension
-
- setGridSize(int) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setGridX(int) - Method in class org.pepsoft.worldpainter.layers.Bo2Layer
-
- setGridY(int) - Method in class org.pepsoft.worldpainter.layers.Bo2Layer
-
- setHardcore(boolean) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setHealth(short) - Method in class org.pepsoft.minecraft.Mob
-
- setHeight(int, int, int) - Method in interface org.pepsoft.minecraft.Chunk
-
- setHeight(int, int, int) - Method in class org.pepsoft.minecraft.MC115AnvilChunk
-
- setHeight(int, int, int) - Method in class org.pepsoft.minecraft.MC118AnvilChunk
-
- setHeight(int, int, int) - Method in class org.pepsoft.minecraft.MC12AnvilChunk
-
- setHeight(int, int, int) - Method in class org.pepsoft.minecraft.MCRegionChunk
-
- setHeight(int, int, int) - Method in class org.pepsoft.minecraft.MemoryChunk
-
- setHeight(int) - Method in class org.pepsoft.worldpainter.exporting.Cursor
-
- setHeight(int, int, int) - Method in class org.pepsoft.worldpainter.exporting.InvertedChunk
-
- setHeight(int, int, int) - Method in class org.pepsoft.worldpainter.exporting.VirtualChunk
-
- setHeight(int, int, float) - Method in class org.pepsoft.worldpainter.ReadOnlyTile
-
- setHeight(int, int, float) - Method in class org.pepsoft.worldpainter.Tile
-
- setHeight(int, int, float) - Method in class org.pepsoft.worldpainter.TileSnapshot
-
- setHeightAt(int, int, float) - Method in class org.pepsoft.worldpainter.Dimension
-
- setHeightAt(Point, float) - Method in class org.pepsoft.worldpainter.Dimension
-
- setHeightAt(int, int, float) - Method in class org.pepsoft.worldpainter.DimensionSnapshot
-
- setHeightAt(Point, float) - Method in class org.pepsoft.worldpainter.DimensionSnapshot
-
- setHeightAt(int, int, float) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setHeightAt(Point, float) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setHeightAt(int, int, float) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setHeightAt(Point, int) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setHeightMap(int, HeightMap) - Method in class org.pepsoft.worldpainter.heightMaps.DelegatingHeightMap
-
- setHeightMap(String, HeightMap) - Method in class org.pepsoft.worldpainter.heightMaps.DelegatingHeightMap
-
- setHeightMap(HeightMap) - Method in class org.pepsoft.worldpainter.HeightMapTileFactory
-
- setHeightMap(HeightMap) - Method in class org.pepsoft.worldpainter.importing.HeightMapImporter
-
- setHeightMap(HeightMap) - Method in class org.pepsoft.worldpainter.themes.impl.fancy.FancyTheme
-
- setHeightMap1(HeightMap) - Method in class org.pepsoft.worldpainter.heightMaps.CombiningHeightMap
-
- setHeightMap2(HeightMap) - Method in class org.pepsoft.worldpainter.heightMaps.CombiningHeightMap
-
- setHeightMapDefaultTheme(Theme) - Method in class org.pepsoft.worldpainter.Configuration
-
- setHeightMapsDirectory(File) - Method in class org.pepsoft.worldpainter.Configuration
-
- setHiddenLayers(Set<Layer>) - Method in class org.pepsoft.worldpainter.TileRenderer
-
- setHiddenLayers(Set<Layer>) - Method in class org.pepsoft.worldpainter.WPTileProvider
-
- setHiddenPalettes(Set<String>) - Method in class org.pepsoft.worldpainter.Dimension
-
- setHide(boolean) - Method in class org.pepsoft.worldpainter.layers.CustomLayer
-
- setHideAllLayers(boolean) - Method in class org.pepsoft.worldpainter.TileRenderer
-
- setHideAllLayers(boolean) - Method in class org.pepsoft.worldpainter.WPTileProvider
-
- setHilly(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setHumidityMap(HeightMap) - Method in class org.pepsoft.worldpainter.themes.impl.fancy.FancyTheme
-
- setHurtTime(short) - Method in class org.pepsoft.minecraft.Mob
-
- setId(String) - Method in class org.pepsoft.minecraft.InventoryItem
-
- setId(int) - Method in class org.pepsoft.minecraft.InventoryItem
-
- setId(int) - Method in class org.pepsoft.worldpainter.biomeschemes.CustomBiome
-
- setIfSolid(MinecraftWorld, Chunk, int, int, int, int, int, Material, boolean, int, int, boolean) - Method in class org.pepsoft.worldpainter.layers.tunnel.AbstractTunnelLayerExporter
-
Set a block on the specified world or chunk, if the location is valid and the existing block at that location is
substantial.
- setImage(BufferedImage) - Method in class org.pepsoft.worldpainter.Overlay
-
- setImageFile(File) - Method in class org.pepsoft.worldpainter.importing.HeightMapImporter
-
- setImageHighLevel(double) - Method in class org.pepsoft.worldpainter.importing.HeightMapImporter
-
- setImageLowLevel(double) - Method in class org.pepsoft.worldpainter.importing.HeightMapImporter
-
- setImportedFrom(File) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setImportedFrom(File) - Method in class org.pepsoft.worldpainter.World2
-
- setInhabitedTime(long) - Method in interface org.pepsoft.minecraft.Chunk
-
- setInhabitedTime(long) - Method in class org.pepsoft.minecraft.MC115AnvilChunk
-
- setInhabitedTime(long) - Method in class org.pepsoft.minecraft.MC118AnvilChunk
-
- setInhabitedTime(long) - Method in class org.pepsoft.minecraft.MC12AnvilChunk
-
- setInhabitedTime(long) - Method in class org.pepsoft.minecraft.MCRegionChunk
-
- setInhabitedTime(long) - Method in class org.pepsoft.minecraft.MemoryChunk
-
- setInhabitedTime(long) - Method in class org.pepsoft.worldpainter.exporting.InvertedChunk
-
- setInhabitedTime(long) - Method in class org.pepsoft.worldpainter.exporting.VirtualChunk
-
- setInstance(Configuration) - Static method in class org.pepsoft.worldpainter.Configuration
-
- setInstantiationListener(Class<T>, InstanceKeeper.InstantiationListener<T>) - Static method in class org.pepsoft.worldpainter.InstanceKeeper
-
- setInt(String, int) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setInt(DataType, String, int) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setIntArray(String, int[]) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setIntArray(DataType, String, int[]) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setIntensity(int) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer.LayerSettings
-
- setInvert(boolean) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer.LayerSettings
-
- setItems(List<InventoryItem>) - Method in class org.pepsoft.minecraft.Chest
-
- setJideLayoutData(Map<String, byte[]>) - Method in class org.pepsoft.worldpainter.Configuration
-
- setLakes(boolean) - Method in class org.pepsoft.minecraft.SuperflatPreset
-
- setLastViewPosition(Point) - Method in class org.pepsoft.worldpainter.Dimension
-
- setLastViewPosition(Point) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setLaunchCount(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setLava(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setLayer(L) - Method in class org.pepsoft.worldpainter.layers.AbstractLayerEditor
-
- setLayer(L) - Method in interface org.pepsoft.worldpainter.layers.LayerEditor
-
Set the layer to be edited.
- setLayer(Layer) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer.LayerSettings
-
- setLayerAnchor(GroundCoverLayer.LayerAnchor) - Method in class org.pepsoft.worldpainter.layers.groundcover.GroundCoverLayer
-
- setLayerDirectory(File) - Method in class org.pepsoft.worldpainter.Configuration
-
- setLayerMap(Map<Filter, Layer>) - Method in class org.pepsoft.worldpainter.themes.SimpleTheme
-
- setLayers(List<SuperflatPreset.Layer>) - Method in class org.pepsoft.minecraft.SuperflatPreset
-
- setLayers(List<Layer>) - Method in class org.pepsoft.worldpainter.layers.CombinedLayer
-
- setLayerSettings(Layer, ExporterSettings) - Method in class org.pepsoft.worldpainter.Dimension
-
- setLayerSettings(Layer, ExporterSettings) - Method in class org.pepsoft.worldpainter.DimensionSnapshot
-
- setLayerSettings(Layer, ExporterSettings) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setLayerSettings(Layer, ExporterSettings) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setLayerStrengthCap(int) - Method in class org.pepsoft.worldpainter.layers.exporters.TreesExporter.TreeLayerSettings
-
- setLayerValue(Layer, int, int, int) - Method in class org.pepsoft.worldpainter.ReadOnlyTile
-
- setLayerValue(Layer, int, int, int) - Method in class org.pepsoft.worldpainter.Tile
-
- setLayerValue(Layer, int, int, int) - Method in class org.pepsoft.worldpainter.TileSnapshot
-
- setLayerValueAt(Layer, int, int, int) - Method in class org.pepsoft.worldpainter.Dimension
-
- setLayerValueAt(Layer, int, int, int) - Method in class org.pepsoft.worldpainter.DimensionSnapshot
-
- setLayerValueAt(Layer, int, int, int) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setLayerValueAt(Layer, int, int, int) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setLeaveWater(boolean) - Method in class org.pepsoft.worldpainter.layers.exporters.CavernsExporter.CavernsSettings
-
- setLeaveWater(boolean) - Method in class org.pepsoft.worldpainter.layers.exporters.CavesExporter.CavesSettings
-
- setLeaveWater(boolean) - Method in class org.pepsoft.worldpainter.layers.exporters.ChasmsExporter.ChasmsSettings
-
- setLevel(float) - Method in interface org.pepsoft.worldpainter.brushes.Brush
-
Set the level of the brush.
- setLevel(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setLightOrigin(TileRenderer.LightOrigin) - Method in class org.pepsoft.worldpainter.TileRenderer
-
- setLightPopulated(boolean) - Method in interface org.pepsoft.minecraft.Chunk
-
- setLightPopulated(boolean) - Method in class org.pepsoft.minecraft.MC115AnvilChunk
-
- setLightPopulated(boolean) - Method in class org.pepsoft.minecraft.MC118AnvilChunk
-
- setLightPopulated(boolean) - Method in class org.pepsoft.minecraft.MC12AnvilChunk
-
- setLightPopulated(boolean) - Method in class org.pepsoft.minecraft.MCRegionChunk
-
- setLightPopulated(boolean) - Method in class org.pepsoft.minecraft.MemoryChunk
-
- setLightPopulated(boolean) - Method in class org.pepsoft.worldpainter.exporting.InvertedChunk
-
- setLightPopulated(boolean) - Method in class org.pepsoft.worldpainter.exporting.VirtualChunk
-
- setList(String, Class<T>, List<T>) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setList(DataType, String, Class<T>, List<T>) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setLong(String, long) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setLong(DataType, String, long) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setLongArray(String, long[]) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setLongArray(DataType, String, long[]) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setLookAndFeel(Configuration.LookAndFeel) - Method in class org.pepsoft.worldpainter.Configuration
-
- setMap(String, Map<String, Tag>) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setMap(DataType, String, Map<String, Tag>) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setMapDraggingInhibited(boolean) - Method in interface org.pepsoft.worldpainter.MapDragControl
-
- setMapFeatures(boolean) - Method in class org.pepsoft.minecraft.Java115Level
-
- setMapFeatures(boolean) - Method in class org.pepsoft.minecraft.Java116Level
-
- setMapFeatures(boolean) - Method in class org.pepsoft.minecraft.Java118Level
-
- setMapFeatures(boolean) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setMapFeatures(boolean) - Method in class org.pepsoft.worldpainter.World2
-
- setMasksDirectory(File) - Method in class org.pepsoft.worldpainter.Configuration
-
- setMaterial(int, int, int, Material) - Method in interface org.pepsoft.minecraft.Chunk
-
- setMaterial(int, int, int, Material) - Method in class org.pepsoft.minecraft.MC115AnvilChunk
-
- setMaterial(int, int, int, Material) - Method in class org.pepsoft.minecraft.MC118AnvilChunk
-
- setMaterial(int, int, int, Material) - Method in class org.pepsoft.minecraft.MC12AnvilChunk
-
- setMaterial(int, int, int, Material) - Method in class org.pepsoft.minecraft.MCRegionChunk
-
- setMaterial(int, int, int, Material) - Method in class org.pepsoft.minecraft.MemoryChunk
-
- setMaterial(int, int, int, Material) - Method in class org.pepsoft.worldpainter.exporting.InvertedChunk
-
- setMaterial(int, int, int, Material) - Method in class org.pepsoft.worldpainter.exporting.VirtualChunk
-
- setMaterial(MixedMaterial) - Method in class org.pepsoft.worldpainter.layers.groundcover.GroundCoverLayer
-
- setMaterial(MixedMaterial) - Method in class org.pepsoft.worldpainter.layers.pockets.UndergroundPocketsLayer
-
- setMaterialAt(int, int, int, Material) - Method in class org.pepsoft.minecraft.MC115AnvilChunk
-
- setMaterialAt(int, int, int, Material) - Method in class org.pepsoft.minecraft.MC118AnvilChunk
-
- setMaterialAt(int, int, int, Material) - Method in class org.pepsoft.minecraft.MC12AnvilChunk
-
- setMaterialAt(int, int, int, Material) - Method in class org.pepsoft.minecraft.MemoryChunk
-
- setMaterialAt(int, int, int, Material) - Method in class org.pepsoft.worldpainter.exporting.CachingMinecraftWorld
-
- setMaterialAt(int, int, int, Material) - Method in class org.pepsoft.worldpainter.exporting.InvertedWorld
-
- setMaterialAt(int, int, int, Material) - Method in interface org.pepsoft.worldpainter.exporting.MinecraftWorld
-
Fails silently if height
is too large.
- setMaterialAt(int, int, int, Material) - Method in class org.pepsoft.worldpainter.exporting.WorldRegion
-
- setMaterialAt(int, int, int, Material) - Method in class org.pepsoft.worldpainter.objects.MinecraftWorldObject
-
- setMaterialName(String) - Method in class org.pepsoft.minecraft.SuperflatPreset.Layer
-
- setMaxDepth(int) - Method in class org.pepsoft.worldpainter.layers.exporters.RiverExporter.RiverSettings
-
- setMaxHeight(int) - Method in class org.pepsoft.worldpainter.Dimension
-
- setMaxHeight(int) - Method in class org.pepsoft.worldpainter.importing.HeightMapImporter
-
- setMaxHeight(int) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setMaxHeight(int) - Method in class org.pepsoft.worldpainter.World2
-
- setMaximised(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setMaximumBrushSize(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setMaximumLevel(int) - Method in class org.pepsoft.worldpainter.layers.exporters.CavernsExporter.CavernsSettings
-
- setMaximumLevel(int) - Method in class org.pepsoft.worldpainter.layers.exporters.CavesExporter.CavesSettings
-
- setMaximumLevel(int) - Method in class org.pepsoft.worldpainter.layers.exporters.ChasmsExporter.ChasmsSettings
-
- setMaxLevel(Material, int) - Method in class org.pepsoft.worldpainter.layers.exporters.ResourcesExporter.ResourcesExporterSettings
-
- setMaxLevel(int) - Method in class org.pepsoft.worldpainter.layers.pockets.UndergroundPocketsLayer
-
- setMaxLevel(int) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer.LayerSettings
-
- setMaxThreadCount(Integer) - Method in class org.pepsoft.worldpainter.Configuration
-
- setMaxWaterDepth(int) - Method in class org.pepsoft.worldpainter.layers.exporters.TreesExporter.TreeLayerSettings
-
- setMerchStoreDialogDisplayed(Integer) - Method in class org.pepsoft.worldpainter.Configuration
-
- setMergeBiomesAboveGround(boolean) - Method in class org.pepsoft.worldpainter.merging.JavaWorldMerger
-
- setMergeBiomesUnderground(boolean) - Method in class org.pepsoft.worldpainter.merging.JavaWorldMerger
-
- setMergeBlocksAboveGround(boolean) - Method in class org.pepsoft.worldpainter.merging.JavaWorldMerger
-
- setMergeBlocksUnderground(boolean) - Method in class org.pepsoft.worldpainter.merging.JavaWorldMerger
-
- setMergedWith(File) - Method in class org.pepsoft.worldpainter.World2
-
- setMessageDisplayed(String) - Method in class org.pepsoft.worldpainter.Configuration
-
- setMetadata(Map<String, Object>) - Method in class org.pepsoft.worldpainter.World2
-
- setMinCliffHeight(int) - Method in class org.pepsoft.worldpainter.layers.exporters.CliffCarverExporter
-
- setMinDepth(int) - Method in class org.pepsoft.worldpainter.layers.exporters.RiverExporter.RiverSettings
-
- setMinecraftJar(int, File) - Method in class org.pepsoft.worldpainter.Configuration
-
- setMinecraftJars(Map<Integer, File>) - Method in class org.pepsoft.worldpainter.Configuration
-
- setMinecraftSeed(long) - Method in class org.pepsoft.worldpainter.Dimension
-
- setMinecraftSeed(long) - Method in class org.pepsoft.worldpainter.DimensionSnapshot
-
- setMinecraftSeed(long) - Method in class org.pepsoft.worldpainter.importing.HeightMapImporter
-
- setMinecraftSeed(long) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setMinecraftSeed(long) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setMinHeight(int) - Method in class org.pepsoft.worldpainter.Dimension
-
- setMinHeight(int) - Method in class org.pepsoft.worldpainter.importing.HeightMapImporter
-
- setMinHeight(int) - Method in class org.pepsoft.worldpainter.World2
-
- setMinimumFreeSpaceForMaps(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setMinimumLevel(int) - Method in class org.pepsoft.worldpainter.layers.exporters.CavernsExporter.CavernsSettings
-
- setMinimumLevel(int) - Method in class org.pepsoft.worldpainter.layers.exporters.CavesExporter.CavesSettings
-
- setMinimumLevel(int) - Method in class org.pepsoft.worldpainter.layers.exporters.ChasmsExporter.ChasmsSettings
-
- setMinimumLevel(int) - Method in class org.pepsoft.worldpainter.layers.exporters.ResourcesExporter.ResourcesExporterSettings
-
- setMinimumLevel(int) - Method in class org.pepsoft.worldpainter.layers.exporters.TreesExporter.TreeLayerSettings
-
- setMinLevel(Material, int) - Method in class org.pepsoft.worldpainter.layers.exporters.ResourcesExporter.ResourcesExporterSettings
-
- setMinLevel(int) - Method in class org.pepsoft.worldpainter.layers.pockets.UndergroundPocketsLayer
-
- setMinLevel(int) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer.LayerSettings
-
- setMinMaxHeight(int, int, HeightTransform) - Method in class org.pepsoft.worldpainter.HeightMapTileFactory
-
- setMinMaxHeight(int, int, int, int, HeightTransform) - Method in class org.pepsoft.worldpainter.layers.CustomLayer
-
This is invoked by WorldPainter when the dimension height is transformed (minHeight and/or maxHeight changes,
and/or a shift and/or scaling operation applied), so that the layer settings may be adjusted accordingly, if
applicable.
- setMinMaxHeight(int, int, int, int, HeightTransform) - Method in interface org.pepsoft.worldpainter.layers.exporters.ExporterSettings
-
This is invoked by WorldPainter when the dimension height is transformed (minHeight and/or maxHeight changes,
and/or a shift and/or scaling operation applied), so that the layer settings may be adjusted accordingly, if
applicable.
- setMinMaxHeight(int, int, int, int, HeightTransform) - Method in class org.pepsoft.worldpainter.layers.exporters.ResourcesExporter.ResourcesExporterSettings
-
- setMinMaxHeight(int, int, int, int, HeightTransform) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setMinMaxHeight(int, int, HeightTransform) - Method in class org.pepsoft.worldpainter.ReadOnlyTile
-
- setMinMaxHeight(int, int, HeightTransform) - Method in class org.pepsoft.worldpainter.themes.impl.fancy.FancyTheme
-
- setMinMaxHeight(int, int, HeightTransform) - Method in class org.pepsoft.worldpainter.themes.SimpleTheme
-
- setMinMaxHeight(int, int, HeightTransform) - Method in interface org.pepsoft.worldpainter.themes.Theme
-
- setMinMaxHeight(int, int, HeightTransform) - Method in class org.pepsoft.worldpainter.Tile
-
- setMinMaxHeight(int, int, HeightTransform) - Method in interface org.pepsoft.worldpainter.TileFactory
-
- setMixedMaterial(int, MixedMaterial) - Method in class org.pepsoft.worldpainter.World2
-
- setMode(int) - Method in class org.pepsoft.worldpainter.layers.exporters.FrostExporter.FrostSettings
-
- setMotive(String) - Method in class org.pepsoft.minecraft.Painting
-
- setMushroomChance(float) - Method in class org.pepsoft.worldpainter.layers.exporters.TreesExporter.TreeLayerSettings
-
- setMushroomIncidence(int) - Method in class org.pepsoft.worldpainter.layers.exporters.TreesExporter.TreeLayerSettings
-
- setName(String) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setName(String) - Method in class org.pepsoft.worldpainter.biomeschemes.CustomBiome
-
- setName(String) - Method in class org.pepsoft.worldpainter.Dimension
-
- setName(String) - Method in class org.pepsoft.worldpainter.heightMaps.AbstractHeightMap
-
- setName(String) - Method in class org.pepsoft.worldpainter.importing.HeightMapImporter
-
- setName(String) - Method in class org.pepsoft.worldpainter.layers.bo2.Bo2Object
-
- setName(String) - Method in class org.pepsoft.worldpainter.layers.bo2.Bo3Object
-
- setName(String) - Method in class org.pepsoft.worldpainter.layers.bo2.Schem
-
- setName(String) - Method in class org.pepsoft.worldpainter.layers.bo2.Schematic
-
- setName(String) - Method in class org.pepsoft.worldpainter.layers.bo2.Structure
-
- setName(String) - Method in class org.pepsoft.worldpainter.layers.CombinedLayer
-
- setName(String) - Method in class org.pepsoft.worldpainter.layers.CustomLayer
-
Custom layers have names independent of their ID, so changing the name
after creation is not a problem.
- setName(String) - Method in class org.pepsoft.worldpainter.layers.groundcover.GroundCoverLayer
-
- setName(String) - Method in class org.pepsoft.worldpainter.layers.Layer
-
- setName(String) - Method in class org.pepsoft.worldpainter.layers.plants.Plant
-
- setName(String) - Method in class org.pepsoft.worldpainter.layers.pockets.UndergroundPocketsLayer
-
- setName(String) - Method in class org.pepsoft.worldpainter.objects.MinecraftWorldObject
-
- setName(String) - Method in class org.pepsoft.worldpainter.objects.MirroredObject
-
- setName(String) - Method in class org.pepsoft.worldpainter.objects.NamedObjectWithAttributes
-
- setName(String) - Method in class org.pepsoft.worldpainter.objects.RotatedObject
-
- setName(String) - Method in class org.pepsoft.worldpainter.objects.SkewedObject
-
- setName(String) - Method in interface org.pepsoft.worldpainter.objects.WPObject
-
Set the name of the object.
- setName(String) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setName(String) - Method in class org.pepsoft.worldpainter.World2
-
- setNamedBiome(int, int, int, String) - Method in interface org.pepsoft.minecraft.Chunk
-
Set a modern biome, stored per 4x4x4 block.
- setNamedBiome(int, int, int, String) - Method in class org.pepsoft.minecraft.MC118AnvilChunk
-
- setNamedBiome(int, int, int, String) - Method in class org.pepsoft.worldpainter.exporting.InvertedChunk
-
- setNoiseSettings(NoiseSettings) - Method in class org.pepsoft.worldpainter.layers.groundcover.GroundCoverLayer
-
- setObjectProvider(Bo2ObjectProvider) - Method in class org.pepsoft.worldpainter.layers.Bo2Layer
-
- setOffsetX(int) - Method in class org.pepsoft.worldpainter.Overlay
-
- setOffsetY(int) - Method in class org.pepsoft.worldpainter.Overlay
-
- setOnlyOnValidBlocks(boolean) - Method in class org.pepsoft.worldpainter.layers.plants.PlantLayer
-
- setOnlyRaise(boolean) - Method in class org.pepsoft.worldpainter.importing.HeightMapImporter
-
- setOpacity(float) - Method in class org.pepsoft.worldpainter.layers.CustomLayer
-
- setOverlaysDirectory(File) - Method in class org.pepsoft.worldpainter.Configuration
-
- setOverlaysEnabled(boolean) - Method in class org.pepsoft.worldpainter.Dimension
-
- setOverlaysEnabled(boolean) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setOverlayType(Configuration.OverlayType) - Method in class org.pepsoft.worldpainter.Configuration
-
- setPaint(Object) - Method in class org.pepsoft.worldpainter.layers.CustomLayer
-
- setPalette(String) - Method in class org.pepsoft.worldpainter.layers.CustomLayer
-
- setPaletteIndex(Integer) - Method in class org.pepsoft.worldpainter.layers.CustomLayer
-
Set the index indicating the position of the layer on its palette.
- setPattern(BufferedImage) - Method in class org.pepsoft.worldpainter.biomeschemes.CustomBiome
-
- setPingAllowed(Boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setPlatform(Platform) - Method in class org.pepsoft.worldpainter.importing.HeightMapImporter
-
- setPlatform(Platform) - Method in class org.pepsoft.worldpainter.World2
-
- setPopulate(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setPopulate(boolean) - Method in class org.pepsoft.worldpainter.Dimension
-
- setPopulate(boolean) - Method in class org.pepsoft.worldpainter.DimensionSnapshot
-
- setPopulate(boolean) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setPopulate(boolean) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setPos(double[]) - Method in class org.pepsoft.minecraft.Entity
-
- setProfession(int) - Method in class org.pepsoft.minecraft.Villager
-
- setRadius(int) - Method in interface org.pepsoft.worldpainter.brushes.Brush
-
Set the radius of the brush.
- setRandomDisplacement(int) - Method in class org.pepsoft.worldpainter.layers.Bo2Layer
-
- setRandomise(boolean) - Method in class org.pepsoft.worldpainter.HeightMapTileFactory
-
- setRandomise(boolean) - Method in class org.pepsoft.worldpainter.themes.SimpleTheme
-
- setRange(int) - Method in class org.pepsoft.worldpainter.NoiseSettings
-
- setRawHeight(int, int, int) - Method in class org.pepsoft.worldpainter.ReadOnlyTile
-
- setRawHeight(int, int, int) - Method in class org.pepsoft.worldpainter.Tile
-
Set the raw height value.
- setRawHeightAt(int, int, int) - Method in class org.pepsoft.worldpainter.Dimension
-
Set the raw height value.
- setRawHeightAt(Point, int) - Method in class org.pepsoft.worldpainter.Dimension
-
Set the raw height value.
- setRawHeightAt(int, int, int) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setRawHeightAt(Point, int) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setRecentFiles(List<File>) - Method in class org.pepsoft.worldpainter.Configuration
-
- setRecentScriptFiles(List<File>) - Method in class org.pepsoft.worldpainter.Configuration
-
- setRelPos(double[]) - Method in class org.pepsoft.minecraft.Entity
-
- setRemoveWater(boolean) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setReplaceChunks(boolean) - Method in class org.pepsoft.worldpainter.merging.JavaWorldMerger
-
- setRiverBedMaterial(MixedMaterial) - Method in class org.pepsoft.worldpainter.layers.exporters.RiverExporter.RiverSettings
-
- setRiverConnectionRadius(int) - Method in class org.pepsoft.worldpainter.layers.exporters.RiverExporter.RiverSettings
-
- setRockySlope(float) - Method in class org.pepsoft.worldpainter.themes.impl.fancy.FancyTheme
-
- setRoofLayers(List<TunnelLayer.LayerSettings>) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setRoofLevel(int) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setRoofMaterial(MixedMaterial) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setRoofMax(int) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setRoofMin(int) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setRoofMode(TunnelLayer.Mode) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setRoofNoise(NoiseSettings) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setRoofType(Dimension.WallType) - Method in class org.pepsoft.worldpainter.Dimension
-
- setRoofType(Dimension.WallType) - Method in class org.pepsoft.worldpainter.DimensionSnapshot
-
- setRoofType(Dimension.WallType) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setRoofWallDepth(int) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setRot(float[]) - Method in class org.pepsoft.minecraft.Entity
-
- setRoughness(int) - Method in class org.pepsoft.worldpainter.NoiseSettings
-
- setSafeMode(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setSafeZone(int) - Method in class org.pepsoft.worldpainter.World2.BorderSettings
-
- setSavesDirectory(File) - Method in class org.pepsoft.worldpainter.Configuration
-
- setScale(float) - Method in class org.pepsoft.worldpainter.Dimension
-
- setScale(int) - Method in class org.pepsoft.worldpainter.layers.pockets.UndergroundPocketsLayer
-
- setScale(float) - Method in class org.pepsoft.worldpainter.NoiseSettings
-
- setScale(float) - Method in class org.pepsoft.worldpainter.Overlay
-
- setSeed(long) - Method in class org.pepsoft.minecraft.Java115Level
-
- setSeed(long) - Method in class org.pepsoft.minecraft.Java116Level
-
- setSeed(long) - Method in class org.pepsoft.minecraft.Java118Level
-
- setSeed(long) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setSeed(long) - Method in class org.pepsoft.minecraft.SeededGenerator
-
- setSeed(long) - Method in interface org.pepsoft.worldpainter.BiomeScheme
-
Set the seed for which to determine the biomes.
- setSeed(long) - Method in class org.pepsoft.worldpainter.biomeschemes.AbstractBiomeInfo
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.biomeschemes.Minecraft1_12BiomeInfo
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.biomeschemes.Minecraft1_12JarBiomeScheme
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.biomeschemes.Minecraft1_12LargeBiomeScheme
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.biomeschemes.Minecraft1_1BiomeInfo
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.biomeschemes.Minecraft1_2JarBiomeScheme
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.biomeschemes.Minecraft1_3LargeBiomeScheme
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.biomeschemes.Minecraft1_6LargeBiomeScheme
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.biomeschemes.Minecraft1_7JarBiomeScheme
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.biomeschemes.Minecraft1_7LargeBiomeScheme
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.biomeschemes.Minecraft1_8JarBiomeScheme
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.biomeschemes.Minecraft1_8LargeBiomeScheme
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.biomeschemes.MinecraftJarBiomeScheme
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.biomeschemes.StaticBiomeInfo
-
- setSeed(long) - Method in interface org.pepsoft.worldpainter.HeightMap
-
Set the seed of the height map.
- setSeed(long) - Method in class org.pepsoft.worldpainter.heightMaps.AbstractHeightMap
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.heightMaps.DelegatingHeightMap
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.heightMaps.NoiseHeightMap
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.HeightMapTileFactory
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.layers.bo2.Bo2Object
-
- setSeed(long) - Method in interface org.pepsoft.worldpainter.layers.bo2.Bo2ObjectProvider
-
Sets the seed of the PRNG, for object providers which use one.
- setSeed(long) - Method in class org.pepsoft.worldpainter.layers.bo2.Bo2ObjectTube
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.layers.bo2.Bo3Object
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.layers.bo2.Schematic
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.layers.bo2.Structure
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.NoiseSettings
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.themes.impl.fancy.FancyTheme
-
- setSeed(long) - Method in class org.pepsoft.worldpainter.themes.SimpleTheme
-
- setSeed(long) - Method in interface org.pepsoft.worldpainter.themes.Theme
-
- setSeed(long) - Method in interface org.pepsoft.worldpainter.TileFactory
-
- setSettings(int, PlantLayer.PlantSettings) - Method in class org.pepsoft.worldpainter.layers.plants.PlantLayer
-
- setShelveHeight(int) - Method in class org.pepsoft.worldpainter.heightMaps.ShelvingHeightMap
-
- setShelveStrength(int) - Method in class org.pepsoft.worldpainter.heightMaps.ShelvingHeightMap
-
- setShoreHeight(int) - Method in class org.pepsoft.worldpainter.layers.exporters.RiverExporter.RiverSettings
-
- setShort(String, short) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setShort(DataType, String, short) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setShowBiomes(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setShowBorders(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setShowCalloutCount(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setShowDonationDialogAfter(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setSize(int) - Method in class org.pepsoft.worldpainter.World2.BorderSettings
-
- setSizeLerpTarget(int) - Method in class org.pepsoft.worldpainter.World2.BorderSettings
-
- setSizeLerpTime(int) - Method in class org.pepsoft.worldpainter.World2.BorderSettings
-
- setSkyLightLevel(int, int, int, int) - Method in interface org.pepsoft.minecraft.Chunk
-
- setSkyLightLevel(int, int, int, int) - Method in class org.pepsoft.minecraft.MC115AnvilChunk
-
- setSkyLightLevel(int, int, int, int) - Method in class org.pepsoft.minecraft.MC118AnvilChunk
-
- setSkyLightLevel(int, int, int, int) - Method in class org.pepsoft.minecraft.MC12AnvilChunk
-
- setSkyLightLevel(int, int, int, int) - Method in class org.pepsoft.minecraft.MCRegionChunk
-
- setSkyLightLevel(int, int, int, int) - Method in class org.pepsoft.minecraft.MemoryChunk
-
- setSkyLightLevel(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.CachingMinecraftWorld
-
- setSkyLightLevel(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.InvertedChunk
-
- setSkyLightLevel(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.InvertedWorld
-
- setSkyLightLevel(int, int, int, int) - Method in interface org.pepsoft.worldpainter.exporting.MinecraftWorld
-
Fails silently if height
is too large.
- setSkyLightLevel(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.VirtualChunk
-
- setSkyLightLevel(int, int, int, int) - Method in class org.pepsoft.worldpainter.exporting.WorldRegion
-
- setSkyLightLevel(int, int, int, int) - Method in class org.pepsoft.worldpainter.objects.MinecraftWorldObject
-
- setSlot(int) - Method in class org.pepsoft.minecraft.InventoryItem
-
- setSmooth(boolean) - Method in class org.pepsoft.worldpainter.layers.groundcover.GroundCoverLayer
-
- setSnowUnderTrees(boolean) - Method in class org.pepsoft.worldpainter.layers.exporters.FrostExporter.FrostSettings
-
- setSoloedPalette(String) - Method in class org.pepsoft.worldpainter.Dimension
-
- setSpawn(int, int, int) - Method in class org.pepsoft.minecraft.JavaLevel
-
Set the multiplayer and single player spawn point and the single player location.
- setSpawnPoint(Point) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setSpawnPoint(Point) - Method in class org.pepsoft.worldpainter.World2
-
- setSpawnPointDimension(Dimension.Anchor) - Method in class org.pepsoft.worldpainter.World2
-
- setSpawnX(int) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setSpawnY(int) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setSpawnZ(int) - Method in class org.pepsoft.minecraft.JavaLevel
-
- setStalactites(boolean) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setStalagmites(boolean) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setStatus(String) - Method in class org.pepsoft.minecraft.MC115AnvilChunk
-
- setStatus(String) - Method in class org.pepsoft.minecraft.MC118AnvilChunk
-
- setStepsToSkip(Set<WorldExportSettings.Step>) - Method in class org.pepsoft.worldpainter.exporting.WorldExportSettings
-
- setString(String, String) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setString(DataType, String, String) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setStructures(Map<SuperflatPreset.Structure, Map<String, String>>) - Method in class org.pepsoft.minecraft.SuperflatPreset
-
- setSubsurfaceLayerAnchor(Dimension.LayerAnchor) - Method in class org.pepsoft.worldpainter.Dimension
-
- setSubsurfaceMaterial(Terrain) - Method in class org.pepsoft.worldpainter.Dimension
-
- setSubsurfaceMaterial(Terrain) - Method in class org.pepsoft.worldpainter.DimensionSnapshot
-
- setSubsurfaceMaterial(Terrain) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setSubsurfaceMaterial(Terrain) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setSurface(Terrain) - Method in class org.pepsoft.worldpainter.Configuration
-
- setSurfaceBreaking(boolean) - Method in class org.pepsoft.worldpainter.layers.exporters.CavernsExporter.CavernsSettings
-
- setSurfaceBreaking(boolean) - Method in class org.pepsoft.worldpainter.layers.exporters.CavesExporter.CavesSettings
-
- setSurfaceBreaking(boolean) - Method in class org.pepsoft.worldpainter.layers.exporters.ChasmsExporter.ChasmsSettings
-
- setSurfaceMergeDepth(int) - Method in class org.pepsoft.worldpainter.merging.JavaWorldMerger
-
- setTag(String, Tag) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setTag(DataType, String, Tag) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
- setTag(CompoundTag) - Method in class org.pepsoft.minecraft.InventoryItem
-
- setTemperatureMap(HeightMap) - Method in class org.pepsoft.worldpainter.themes.impl.fancy.FancyTheme
-
- setTerrain(Terrain) - Method in class org.pepsoft.worldpainter.layers.CombinedLayer
-
- setTerrain(Terrain) - Method in class org.pepsoft.worldpainter.layers.pockets.UndergroundPocketsLayer
-
- setTerrain(int, int, Terrain) - Method in class org.pepsoft.worldpainter.ReadOnlyTile
-
- setTerrain(int, int, Terrain) - Method in class org.pepsoft.worldpainter.Tile
-
- setTerrain(int, int, Terrain) - Method in class org.pepsoft.worldpainter.TileSnapshot
-
- setTerrainAt(int, int, Terrain) - Method in class org.pepsoft.worldpainter.Dimension
-
- setTerrainAt(Point, Terrain) - Method in class org.pepsoft.worldpainter.Dimension
-
- setTerrainAt(int, int, Terrain) - Method in class org.pepsoft.worldpainter.DimensionSnapshot
-
- setTerrainAt(Point, Terrain) - Method in class org.pepsoft.worldpainter.DimensionSnapshot
-
- setTerrainAt(int, int, Terrain) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setTerrainAt(Point, Terrain) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setTerrainAt(int, int, Terrain) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setTerrainAt(Point, Terrain) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setTerrainDirectory(File) - Method in class org.pepsoft.worldpainter.Configuration
-
- setTerrainPopulated(boolean) - Method in interface org.pepsoft.minecraft.Chunk
-
- setTerrainPopulated(boolean) - Method in class org.pepsoft.minecraft.MC115AnvilChunk
-
- setTerrainPopulated(boolean) - Method in class org.pepsoft.minecraft.MC118AnvilChunk
-
- setTerrainPopulated(boolean) - Method in class org.pepsoft.minecraft.MC12AnvilChunk
-
- setTerrainPopulated(boolean) - Method in class org.pepsoft.minecraft.MCRegionChunk
-
- setTerrainPopulated(boolean) - Method in class org.pepsoft.minecraft.MemoryChunk
-
- setTerrainPopulated(boolean) - Method in class org.pepsoft.worldpainter.exporting.InvertedChunk
-
- setTerrainPopulated(boolean) - Method in class org.pepsoft.worldpainter.exporting.VirtualChunk
-
- setTerrainRanges(SortedMap<Integer, Terrain>) - Method in class org.pepsoft.worldpainter.themes.SimpleTheme
-
- setText(String...) - Method in class org.pepsoft.minecraft.Sign
-
- setText(String...) - Method in class org.pepsoft.minecraft.WallSign
-
Deprecated.
- setTheme(Theme) - Method in class org.pepsoft.worldpainter.HeightMapTileFactory
-
- setTheme(Theme) - Method in class org.pepsoft.worldpainter.importing.HeightMapImporter
-
- setThickness(int) - Method in class org.pepsoft.minecraft.SuperflatPreset.Layer
-
- setThickness(int) - Method in class org.pepsoft.worldpainter.layers.groundcover.GroundCoverLayer
-
- setTileFactory(TileFactory) - Method in class org.pepsoft.worldpainter.importing.HeightMapImporter
-
- setTilesToExport(Set<Point>) - Method in class org.pepsoft.worldpainter.exporting.WorldExportSettings
-
- setTileX(int) - Method in class org.pepsoft.minecraft.Painting
-
- setTileY(int) - Method in class org.pepsoft.minecraft.Painting
-
- setTileZ(int) - Method in class org.pepsoft.minecraft.Painting
-
- setTime(long) - Method in class org.pepsoft.minecraft.JavaLevel
-
- settings - Variable in class org.pepsoft.worldpainter.exporting.AbstractLayerExporter
-
- settingsChanged() - Method in interface org.pepsoft.worldpainter.layers.LayerEditor.LayerEditorContext
-
The layer editor must invoke this whenever the settings on the layer
editor component have changed, for instance because a new layer has
been loaded, the user has made a change, or the settings have been
reset.
- setToolbarsLocked(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setTopLayerAnchor(Dimension.LayerAnchor) - Method in class org.pepsoft.worldpainter.Dimension
-
- setTopLayerMinDepth(int) - Method in class org.pepsoft.worldpainter.Dimension
-
- setTopLayerMinDepth(int) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setTopLayerVariation(int) - Method in class org.pepsoft.worldpainter.Dimension
-
- setTopLayerVariation(int) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setTransparency(float) - Method in class org.pepsoft.worldpainter.Overlay
-
- setTreeChance(int) - Method in class org.pepsoft.worldpainter.layers.exporters.TreesExporter.TreeLayerSettings
-
- setTunnelBiome(Integer) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setType(int) - Method in class org.pepsoft.minecraft.InventoryItem
-
- setUiScale(float) - Method in class org.pepsoft.worldpainter.Configuration
-
- setUnderground(Terrain) - Method in class org.pepsoft.worldpainter.Configuration
-
- setUndergroundBiome(Integer) - Method in class org.pepsoft.worldpainter.Dimension
-
- setUndoEnabled(boolean) - Method in class org.pepsoft.worldpainter.Configuration
-
- setUndoLevels(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setupDimensionForExport(Dimension, Set<Point>) - Method in class org.pepsoft.worldpainter.exporting.AbstractWorldExporter
-
- setupForColumn(long, Tile, int, int, boolean, boolean, boolean, boolean) - Method in class org.pepsoft.worldpainter.layers.exporters.AbstractCavesExporter
-
- setUpIs(Direction) - Method in class org.pepsoft.worldpainter.World2
-
- setUUID(UUID) - Method in class org.pepsoft.minecraft.Entity
-
- setValue(int, int, int, T) - Method in class org.pepsoft.util.PackedArrayCube
-
- setVariation(NoiseSettings) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer.LayerSettings
-
- setVel(double[]) - Method in class org.pepsoft.minecraft.Entity
-
- setVerticalScaling(float) - Method in class org.pepsoft.worldpainter.heightMaps.SlopeHeightMap
-
- setView(WorldPainterView) - Method in interface org.pepsoft.worldpainter.operations.Operation
-
- setViewDistance(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setVoidBelow(boolean) - Method in class org.pepsoft.worldpainter.importing.HeightMapImporter
-
- setVoidBelowLevel(double) - Method in class org.pepsoft.worldpainter.importing.HeightMapImporter
-
- setWallMaterial(MixedMaterial) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setWallNoise(NoiseSettings) - Method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
- setWallType(Dimension.WallType) - Method in class org.pepsoft.worldpainter.Dimension
-
- setWallType(Dimension.WallType) - Method in class org.pepsoft.worldpainter.DimensionSnapshot
-
- setWallType(Dimension.WallType) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setWarningBlocks(int) - Method in class org.pepsoft.worldpainter.World2.BorderSettings
-
- setWarningTime(int) - Method in class org.pepsoft.worldpainter.World2.BorderSettings
-
- setWaterHeight(int) - Method in class org.pepsoft.worldpainter.HeightMapTileFactory
-
- setWaterHeight(int) - Method in class org.pepsoft.worldpainter.themes.impl.fancy.FancyTheme
-
- setWaterHeight(int) - Method in class org.pepsoft.worldpainter.themes.SimpleTheme
-
- setWaterHeight(int) - Method in interface org.pepsoft.worldpainter.themes.Theme
-
- setWaterLevel(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setWaterLevel(int) - Method in class org.pepsoft.worldpainter.layers.exporters.CavernsExporter.CavernsSettings
-
- setWaterLevel(int) - Method in class org.pepsoft.worldpainter.layers.exporters.CavesExporter.CavesSettings
-
- setWaterLevel(int) - Method in class org.pepsoft.worldpainter.layers.exporters.ChasmsExporter.ChasmsSettings
-
- setWaterLevel(int, int, int) - Method in class org.pepsoft.worldpainter.ReadOnlyTile
-
- setWaterLevel(int, int, int) - Method in class org.pepsoft.worldpainter.Tile
-
- setWaterLevel(int, int, int) - Method in class org.pepsoft.worldpainter.TileSnapshot
-
- setWaterLevelAt(int, int, int) - Method in class org.pepsoft.worldpainter.Dimension
-
- setWaterLevelAt(int, int, int) - Method in class org.pepsoft.worldpainter.DimensionSnapshot
-
- setWaterLevelAt(int, int, int) - Method in class org.pepsoft.worldpainter.RODelegatingDimension
-
- setWaterLevelAt(int, int, int) - Method in class org.pepsoft.worldpainter.World
-
Deprecated.
- setWhenHigher() - Method in class org.pepsoft.worldpainter.tools.scripts.MappingOp
-
- setWhenLower() - Method in class org.pepsoft.worldpainter.tools.scripts.MappingOp
-
- setWindowBounds(Rectangle) - Method in class org.pepsoft.worldpainter.Configuration
-
- setWorld(World2) - Method in class org.pepsoft.worldpainter.Dimension
-
- setWorld(World2) - Method in class org.pepsoft.worldpainter.WorldIO
-
- setWorldDirectory(File) - Method in class org.pepsoft.worldpainter.Configuration
-
- setWorldFileBackups(int) - Method in class org.pepsoft.worldpainter.Configuration
-
- setWorldHighLevel(int) - Method in class org.pepsoft.worldpainter.importing.HeightMapImporter
-
- setWorldLowLevel(int) - Method in class org.pepsoft.worldpainter.importing.HeightMapImporter
-
- setWorldWaterLevel(int) - Method in class org.pepsoft.worldpainter.importing.HeightMapImporter
-
- setX(int) - Method in class org.pepsoft.minecraft.TileEntity
-
- setX(int) - Method in class org.pepsoft.worldpainter.exporting.Cursor
-
- setY(int) - Method in class org.pepsoft.minecraft.TileEntity
-
- setY(int) - Method in class org.pepsoft.worldpainter.exporting.Cursor
-
- setZ(int) - Method in class org.pepsoft.minecraft.TileEntity
-
- setZoom(int) - Method in class org.pepsoft.worldpainter.WPBorderTileProvider
-
- setZoom(int) - Method in class org.pepsoft.worldpainter.WPTileProvider
-
- SHAPE - Static variable in class org.pepsoft.minecraft.Material
-
- ShelvingHeightMap - Class in org.pepsoft.worldpainter.heightMaps
-
Created by pepijn on 28-3-16.
- ShelvingHeightMap(HeightMap) - Constructor for class org.pepsoft.worldpainter.heightMaps.ShelvingHeightMap
-
- shift(int, int) - Method in class org.pepsoft.worldpainter.tools.scripts.ImportHeightMapOp
-
- shift(int, int) - Method in class org.pepsoft.worldpainter.tools.scripts.MappingOp
-
- showPopupMenu(Component, int, int, Node.ActionListener) - Method in class org.pepsoft.minecraft.mapexplorer.FileSystemNode
-
- showPopupMenu(Component, int, int, Node.ActionListener) - Method in class org.pepsoft.worldpainter.mapexplorer.AbstractNode
-
- showPopupMenu(Component, int, int, Node.ActionListener) - Method in interface org.pepsoft.worldpainter.mapexplorer.Node
-
- Sign - Class in org.pepsoft.minecraft
-
- Sign() - Constructor for class org.pepsoft.minecraft.Sign
-
- Sign(CompoundTag) - Constructor for class org.pepsoft.minecraft.Sign
-
- Sign.Payload - Class in org.pepsoft.minecraft
-
- SimpleChunkFactory - Class in org.pepsoft.minecraft
-
- SimpleChunkFactory(int, int) - Constructor for class org.pepsoft.minecraft.SimpleChunkFactory
-
- simpleName - Variable in class org.pepsoft.minecraft.Material
-
The simple name (excluding the namespace, i.e.
- SimpleTheme - Class in org.pepsoft.worldpainter.themes
-
- SimpleTheme(long, int, Terrain[], int, int, boolean, boolean) - Constructor for class org.pepsoft.worldpainter.themes.SimpleTheme
-
Deprecated.
- SimpleTheme(long, int, SortedMap<Integer, Terrain>, Map<Filter, Layer>, int, int, boolean, boolean) - Constructor for class org.pepsoft.worldpainter.themes.SimpleTheme
-
- size - Variable in class org.pepsoft.minecraft.ChunkFactory.Stats
-
- SkewedObject - Class in org.pepsoft.worldpainter.objects
-
- SkewedObject(WPObject, float, float) - Constructor for class org.pepsoft.worldpainter.objects.SkewedObject
-
- skipChunk(Chunk) - Static method in class org.pepsoft.worldpainter.util.ChunkUtils
-
- SlopeHeightMap - Class in org.pepsoft.worldpainter.heightMaps
-
A height map which calculates the slope of an underlying height map, in
degrees from 0 to 90.
- SlopeHeightMap(HeightMap) - Constructor for class org.pepsoft.worldpainter.heightMaps.SlopeHeightMap
-
- SlopeHeightMap(HeightMap, String) - Constructor for class org.pepsoft.worldpainter.heightMaps.SlopeHeightMap
-
- SlopeHeightMap(HeightMap, float) - Constructor for class org.pepsoft.worldpainter.heightMaps.SlopeHeightMap
-
- SlopeHeightMap(HeightMap, float, String) - Constructor for class org.pepsoft.worldpainter.heightMaps.SlopeHeightMap
-
- slopeIsAbove(int) - Method in class org.pepsoft.worldpainter.panels.DefaultFilter.Builder
-
- slopeIsBelow(int) - Method in class org.pepsoft.worldpainter.panels.DefaultFilter.Builder
-
- SMALL_BLOBS - Static variable in class org.pepsoft.worldpainter.Constants
-
- SMALL_DRIPLEAF - Static variable in class org.pepsoft.worldpainter.layers.plants.Plants
-
- SMALL_DRIPLEAF_SOUTH_LOWER - Static variable in class org.pepsoft.minecraft.Material
-
- SMALL_PAINTINGS - Static variable in class org.pepsoft.minecraft.Constants
-
1x1 paintings
- smoothed() - Method in interface org.pepsoft.worldpainter.HeightMap
-
Create a new height map which uses bicubic interpolation to interpolate values between the integer coordinates
of another height map.
- SNOW - Static variable in class org.pepsoft.minecraft.Material
-
- SNOW_BLOCK - Static variable in class org.pepsoft.minecraft.Material
-
- SNOW_EIGHT_LAYERS - Static variable in class org.pepsoft.minecraft.Material
-
- snowLayer - Variable in class org.pepsoft.worldpainter.themes.impl.fancy.FancyTheme
-
- SNOWY - Static variable in class org.pepsoft.minecraft.Material
-
- solid - Variable in class org.pepsoft.minecraft.Block
-
- solid - Variable in class org.pepsoft.minecraft.Material
-
- SOUL_SAND - Static variable in class org.pepsoft.minecraft.Material
-
- SOUL_SOIL - Static variable in class org.pepsoft.minecraft.Material
-
- SOUTH - Static variable in class org.pepsoft.minecraft.Material
-
- SPORE_BLOSSOM - Static variable in class org.pepsoft.minecraft.Material
-
- SPORE_BLOSSOM - Static variable in class org.pepsoft.worldpainter.layers.plants.Plants
-
- sprout() - Method in class org.pepsoft.worldpainter.gardenofeden.Seed
-
Try to sprout the seed.
- sprout() - Method in class org.pepsoft.worldpainter.themes.impl.fancy.RiverNode
-
- SPRUCE_FENCE - Static variable in class org.pepsoft.minecraft.Material
-
- STAINED_TERRACOTTAS - Static variable in enum org.pepsoft.worldpainter.Terrain
-
- standardMaxHeight - Variable in class org.pepsoft.worldpainter.Platform
-
The default upper build limit of maps for this platform.
- StartupMessages - Class in org.pepsoft.worldpainter
-
- StartupMessages() - Constructor for class org.pepsoft.worldpainter.StartupMessages
-
- StaticBiomeInfo - Class in org.pepsoft.worldpainter.biomeschemes
-
This is a non functional biome scheme, intended only for providing
information about supported biomes but without the ability to actually
calculate biomes.
- StaticInitialiser() - Constructor for class org.pepsoft.worldpainter.biomeschemes.Minecraft1_17Biomes.StaticInitialiser
-
- StaticInitialiser() - Constructor for class org.pepsoft.worldpainter.biomeschemes.Minecraft1_20Biomes.StaticInitialiser
-
- StaticInitialiser() - Constructor for class org.pepsoft.worldpainter.biomeschemes.Minecraft1_7Biomes.StaticInitialiser
-
- STATIONARY_LAVA - Static variable in class org.pepsoft.minecraft.Material
-
Lava that maps to stationary lava in Minecraft 1.12 and older.
- STATIONARY_WATER - Static variable in class org.pepsoft.minecraft.Material
-
Water that maps to stationary water in Minecraft 1.12 and older.
- Statistics - Class in org.pepsoft.worldpainter.tools
-
- Statistics() - Constructor for class org.pepsoft.worldpainter.tools.Statistics
-
- stats - Variable in class org.pepsoft.minecraft.ChunkFactory.ChunkCreationResult
-
- Stats() - Constructor for class org.pepsoft.minecraft.ChunkFactory.Stats
-
- stats - Variable in class org.pepsoft.worldpainter.exporting.AbstractWorldExporter.ExportResults
-
Statistics for the generated chunks, if any
- STATUS_BIOMES - Static variable in class org.pepsoft.minecraft.Constants
-
- STATUS_FULL - Static variable in class org.pepsoft.minecraft.Constants
-
- STATUS_LIQUID_CARVERS - Static variable in class org.pepsoft.minecraft.Constants
-
- STATUS_STRUCTURE_STARTS - Static variable in class org.pepsoft.minecraft.Constants
-
- STONE - Static variable in class org.pepsoft.minecraft.Material
-
- STONE_BRICK_STAIRS - Static variable in class org.pepsoft.minecraft.Material
-
- STONE_BRICKS - Static variable in class org.pepsoft.minecraft.Material
-
- STONE_ORES - Static variable in class org.pepsoft.minecraft.Material
-
- Structure - Class in org.pepsoft.worldpainter.layers.bo2
-
Created by Pepijn on 26-6-2016.
- SUGAR_CANE - Static variable in class org.pepsoft.minecraft.Material
-
- SUGAR_CANE - Static variable in class org.pepsoft.worldpainter.layers.plants.Plants
-
- SUGAR_CANE_CHANCE - Static variable in class org.pepsoft.worldpainter.exporting.WorldPainterChunkFactory
-
- SUGAR_CANE_SEED_OFFSET - Static variable in class org.pepsoft.worldpainter.exporting.WorldPainterChunkFactory
-
- SumHeightMap - Class in org.pepsoft.worldpainter.heightMaps
-
A height map which is the sum of two other height maps.
- SumHeightMap(HeightMap, HeightMap) - Constructor for class org.pepsoft.worldpainter.heightMaps.SumHeightMap
-
- SumHeightMap(String, HeightMap, HeightMap) - Constructor for class org.pepsoft.worldpainter.heightMaps.SumHeightMap
-
- SUNFLOWER - Static variable in class org.pepsoft.worldpainter.layers.plants.Plants
-
- SUNFLOWER_LOWER - Static variable in class org.pepsoft.minecraft.Material
-
- SuperflatGenerator - Class in org.pepsoft.minecraft
-
- SuperflatGenerator(SuperflatPreset) - Constructor for class org.pepsoft.minecraft.SuperflatGenerator
-
- SuperflatPreset - Class in org.pepsoft.minecraft
-
- SuperflatPreset(int, List<SuperflatPreset.Layer>, Map<SuperflatPreset.Structure, Map<String, String>>) - Constructor for class org.pepsoft.minecraft.SuperflatPreset
-
- SuperflatPreset(String, List<SuperflatPreset.Layer>, Map<SuperflatPreset.Structure, Map<String, String>>, boolean, boolean) - Constructor for class org.pepsoft.minecraft.SuperflatPreset
-
- SuperflatPreset.Builder - Class in org.pepsoft.minecraft
-
- SuperflatPreset.Layer - Class in org.pepsoft.minecraft
-
- SuperflatPreset.Structure - Enum in org.pepsoft.minecraft
-
- supportedDimensions - Variable in class org.pepsoft.worldpainter.Platform
-
The list of dimension IDs supported by this platform.
- supportedGameTypes - Variable in class org.pepsoft.worldpainter.Platform
-
Get the list of game types supported by this platform.
- supportedGenerators - Variable in class org.pepsoft.worldpainter.Platform
-
The list of generators supported by this platform.
- supportsBiomes() - Method in class org.pepsoft.worldpainter.Platform
-
- surfaceArea - Variable in class org.pepsoft.minecraft.ChunkFactory.Stats
-
- sustainsLeaves - Variable in class org.pepsoft.minecraft.Material
-
Whether the material should keep connected leaf blocks from decaying for the purposes of leaf decay calculations.
- SwampLand - Class in org.pepsoft.worldpainter.layers
-
- SwampLandExporter - Class in org.pepsoft.worldpainter.layers.trees
-
- SwampLandExporter(Dimension, Platform, ExporterSettings, SwampLand) - Constructor for class org.pepsoft.worldpainter.layers.trees.SwampLandExporter
-
- SwampLandRenderer - Class in org.pepsoft.worldpainter.layers.renderers
-
- SwampLandRenderer() - Constructor for class org.pepsoft.worldpainter.layers.renderers.SwampLandRenderer
-
- SwampTree - Class in org.pepsoft.worldpainter.layers.trees
-
- SwampTree() - Constructor for class org.pepsoft.worldpainter.layers.trees.SwampTree
-
- SWEET_BERRY_BUSH - Static variable in class org.pepsoft.minecraft.Material
-
Sweet Berry Bush with age 0.
- SWEET_BERRY_BUSH - Static variable in class org.pepsoft.worldpainter.layers.plants.Plants
-
- SYSTEM_LAYERS - Static variable in class org.pepsoft.worldpainter.Constants
-
Technical system layers that are not manipulated directly by the user and should therefore not be visible or
selectable to them.