- FACING - Static variable in class org.pepsoft.minecraft.Material
-
- FALLING_LAVA - Static variable in class org.pepsoft.minecraft.Material
-
Lava that maps to falling, non-permanent lava in all Minecraft versions.
- FALLING_WATER - Static variable in class org.pepsoft.minecraft.Material
-
Water that maps to falling, non-permanent water in all Minecraft versions.
- FancyPostGenerationTheme - Class in org.pepsoft.worldpainter.themes.impl.fancy
-
- FancyPostGenerationTheme(Dimension, Terrain) - Constructor for class org.pepsoft.worldpainter.themes.impl.fancy.FancyPostGenerationTheme
-
- FancyTheme - Class in org.pepsoft.worldpainter.themes.impl.fancy
-
- FancyTheme(int, int, int, HeightMap, Terrain) - Constructor for class org.pepsoft.worldpainter.themes.impl.fancy.FancyTheme
-
- FARMLAND - Static variable in class org.pepsoft.minecraft.Material
-
- feather() - Method in class org.pepsoft.worldpainter.panels.DefaultFilter.Builder
-
- feather() - Method in class org.pepsoft.worldpainter.tools.scripts.CreateFilterOp
-
- FENCE - Static variable in class org.pepsoft.minecraft.Material
-
- FERN - Static variable in class org.pepsoft.minecraft.Material
-
- FERN - Static variable in class org.pepsoft.worldpainter.layers.plants.Plants
-
- file - Variable in class org.pepsoft.minecraft.mapexplorer.FileSystemNode
-
- FileInUseException - Exception in org.pepsoft.worldpainter.util
-
This exception may be thrown instead of an IOException
in circumstances where the likely cause is that the
file, or a file in the directory, is opened by another process.
- FileInUseException() - Constructor for exception org.pepsoft.worldpainter.util.FileInUseException
-
- FileInUseException(String) - Constructor for exception org.pepsoft.worldpainter.util.FileInUseException
-
- FileInUseException(String, Throwable) - Constructor for exception org.pepsoft.worldpainter.util.FileInUseException
-
- FileInUseException(Throwable) - Constructor for exception org.pepsoft.worldpainter.util.FileInUseException
-
- FileSystemNode - Class in org.pepsoft.minecraft.mapexplorer
-
Created by Pepijn on 15-6-2016.
- FileSystemNode(File) - Constructor for class org.pepsoft.minecraft.mapexplorer.FileSystemNode
-
- FileSystemNode(File, String) - Constructor for class org.pepsoft.minecraft.mapexplorer.FileSystemNode
-
- fill(T) - Method in class org.pepsoft.util.PackedArrayCube
-
- fill(int, int, int, int, int) - Method in class org.pepsoft.worldpainter.gardenofeden.Seed
-
- Filter - Interface in org.pepsoft.worldpainter.operations
-
A filter for applying operations to a WorldPainter dimensions.
- Filter - Interface in org.pepsoft.worldpainter.themes
-
- finalise() - Method in class org.pepsoft.worldpainter.exporting.BlockPropertiesCalculator
-
- find(Dimension) - Static method in class org.pepsoft.worldpainter.layers.tunnel.TunnelLayer
-
Find the TunnelLayer
instance with which a particular cave floor dimension is associated.
- findMinecraftDir() - Static method in class org.pepsoft.worldpainter.util.MinecraftUtil
-
- findMinecraftJar(MinecraftJarProvider) - Static method in class org.pepsoft.worldpainter.util.MinecraftUtil
-
Utility method for getting a Minecraft jar of the most recent supported version.
- FindOutliers - Class in org.pepsoft.worldpainter.tools
-
- FindOutliers() - Constructor for class org.pepsoft.worldpainter.tools.FindOutliers
-
- findSeeds(Class<T>, int, int, int) - Method in interface org.pepsoft.worldpainter.gardenofeden.Garden
-
Find seeds of a particular type in a square area around a particular
location.
- FIRE - Static variable in class org.pepsoft.minecraft.Material
-
- FIRE_CORAL - Static variable in class org.pepsoft.minecraft.Material
-
- FIRE_CORAL - Static variable in class org.pepsoft.worldpainter.layers.plants.Plants
-
- FIRE_CORAL_BLOCK - Static variable in class org.pepsoft.minecraft.Material
-
- FIRE_CORAL_FAN - Static variable in class org.pepsoft.minecraft.Material
-
- FIRE_CORAL_FAN - Static variable in class org.pepsoft.worldpainter.layers.plants.Plants
-
- FIRE_CORAL_WALL_FAN - Static variable in class org.pepsoft.minecraft.Material
-
- FIRST_UNALLOCATED_ID - Static variable in interface org.pepsoft.worldpainter.biomeschemes.Minecraft1_17Biomes
-
- FIRST_UNALLOCATED_ID - Static variable in interface org.pepsoft.worldpainter.biomeschemes.Minecraft1_7Biomes
-
- firstPass(MinecraftWorld, Dimension, Point, Map<Point, Tile>, boolean, Map<Layer, LayerExporter>, ChunkFactory, boolean, ProgressReceiver) - Method in class org.pepsoft.worldpainter.exporting.AbstractWorldExporter
-
- firstPass(Chunk) - Method in class org.pepsoft.worldpainter.exporting.BlockPropertiesCalculator
-
Set the blocks to their initial values for one entire chunk.
- firstPass() - Method in class org.pepsoft.worldpainter.exporting.BlockPropertiesCalculator
-
Set the blocks to their initial values for the current dirty area.
- firstPass(Dimension, Tile, Platform, MinecraftWorld, Set<Seed>) - Method in class org.pepsoft.worldpainter.gardenofeden.GardenExporter
-
First pass, executed after all the second pass exporters for other layers
have executed, meant for building exteriors of buildings, etc.
- FirstPassLayerExporter - Interface in org.pepsoft.worldpainter.exporting
-
An exporter which will be invoked when the chunk is first generated.
- Fixup - Interface in org.pepsoft.worldpainter.exporting
-
A delayed rendering operation, invoked after a region and all its neighbours
have been rendered, meant for operations which straddle region boundaries.
- fixup(MinecraftWorld, Dimension, Platform, WorldExportSettings, ExportSettings) - Method in interface org.pepsoft.worldpainter.exporting.Fixup
-
Perform the fixup.
- fixup(MinecraftWorld, Dimension, Platform, WorldExportSettings, ExportSettings) - Method in class org.pepsoft.worldpainter.layers.exporters.WPObjectExporter.WPObjectFixup
-
- fixups - Variable in class org.pepsoft.worldpainter.exporting.AbstractWorldExporter.ExportResults
-
Fixups which have to be performed synchronously after all regions
have been generated
- FlatteningDimension - Class in org.pepsoft.worldpainter.exporting
-
A
Dimension
which combines multiple layered
Dimensions
s into one, returning data from the first
dimension in which the chunk is present (it exists and is not marked NotPresent or ReadOnly).
- FlatteningDimension(Dimension...) - Constructor for class org.pepsoft.worldpainter.exporting.FlatteningDimension
-
- FloatingLayerExporter - Class in org.pepsoft.worldpainter.layers.tunnel
-
- FloatingLayerExporter(Dimension, Platform, TunnelLayer, TunnelLayerHelper) - Constructor for class org.pepsoft.worldpainter.layers.tunnel.FloatingLayerExporter
-
- FloodWithLava - Class in org.pepsoft.worldpainter.layers
-
- floorMaterial - Variable in class org.pepsoft.worldpainter.gardenofeden.Theme
-
- FLOWER_AMOUNT - Static variable in class org.pepsoft.minecraft.Material
-
- FLOWERING_AZALEA - Static variable in class org.pepsoft.minecraft.Material
-
- FLOWING_LAVA - Static variable in class org.pepsoft.minecraft.Material
-
Lava that maps to sideways flowing, non-permanent lava in all Minecraft versions.
- FLOWING_WATER - Static variable in class org.pepsoft.minecraft.Material
-
Water that maps to sideways flowing, non-permanent water in all Minecraft versions.
- FLUIDS_AS_LAYER - Static variable in class org.pepsoft.worldpainter.TileRenderer
-
- flush() - Method in interface org.pepsoft.minecraft.ChunkStore
-
Make sure all previously saved chunks are written to disk.
- flush() - Method in class org.pepsoft.worldpainter.exporting.CachingMinecraftWorld
-
Saves all dirty chunks and closes all files.
- flush() - Method in class org.pepsoft.worldpainter.exporting.JavaChunkStore
-
Saves all dirty chunks and closes all files.
- forBrush(Brush, int, int) - Method in class org.pepsoft.worldpainter.Dimension.TileVisitationBuilder
-
- forEachTag(AbstractNBTItem.TagConsumer) - Method in class org.pepsoft.minecraft.AbstractNBTItem
-
Iterate over all the tags across region types.
- forFilter(Filter) - Method in class org.pepsoft.worldpainter.Dimension.TileVisitationBuilder
-
Visit tiles for a specific filter.
- forSelection() - Method in class org.pepsoft.worldpainter.Dimension.TileVisitationBuilder
-
- forward() - Method in class org.pepsoft.worldpainter.exporting.Cursor
-
- fromColour(int, int, int) - Method in class org.pepsoft.worldpainter.tools.scripts.MappingOp
-
- fromColour(int, int, int, int) - Method in class org.pepsoft.worldpainter.tools.scripts.MappingOp
-
- fromFile(String) - Method in class org.pepsoft.worldpainter.tools.scripts.GetHeightMapOp
-
- fromFile(String) - Method in class org.pepsoft.worldpainter.tools.scripts.GetLayerOp
-
- fromFile(String) - Method in class org.pepsoft.worldpainter.tools.scripts.GetTerrainOp
-
- fromFile(String) - Method in class org.pepsoft.worldpainter.tools.scripts.GetWorldOp
-
- fromHeightMap(HeightMap) - Method in class org.pepsoft.worldpainter.tools.scripts.ImportHeightMapOp
-
- fromLegacySettings(Generator, long, String, Object, Platform, Consumer<World2.Warning>) - Static method in class org.pepsoft.minecraft.MapGenerator
-
- fromLevel(int) - Method in class org.pepsoft.worldpainter.tools.scripts.MappingOp
-
- fromLevels(int, int) - Method in class org.pepsoft.worldpainter.tools.scripts.ImportHeightMapOp
-
- fromLevels(int, int) - Method in class org.pepsoft.worldpainter.tools.scripts.MappingOp
-
- fromMinecraft1_12_2(String) - Static method in class org.pepsoft.minecraft.SuperflatPreset
-
- fromMinecraft1_15_2(CompoundTag) - Static method in class org.pepsoft.minecraft.SuperflatPreset
-
- fromMinecraft1_18_0(CompoundTag) - Static method in class org.pepsoft.minecraft.SuperflatPreset
-
- fromNBT(CompoundTag) - Static method in class org.pepsoft.minecraft.Entity
-
- fromNBT(CompoundTag, double[]) - Static method in class org.pepsoft.minecraft.Entity
-
- fromNBT(CompoundTag) - Static method in class org.pepsoft.minecraft.TileEntity
-
- fromString(String) - Method in class org.pepsoft.minecraft.Property
-
- fromString(String) - Static method in class org.pepsoft.worldpainter.Dimension.Anchor
-
- fromWorld(World2) - Method in class org.pepsoft.worldpainter.tools.scripts.GetBiomeIdOp
-
- fromWorld(World2) - Method in class org.pepsoft.worldpainter.tools.scripts.GetLayerOp
-
- Frost - Class in org.pepsoft.worldpainter.layers
-
- FROSTED_ICE - Static variable in class org.pepsoft.minecraft.Material
-
- FrostExporter - Class in org.pepsoft.worldpainter.layers.exporters
-
- FrostExporter(Dimension, Platform, ExporterSettings) - Constructor for class org.pepsoft.worldpainter.layers.exporters.FrostExporter
-
- FrostExporter.FrostSettings - Class in org.pepsoft.worldpainter.layers.exporters
-
- FrostRenderer - Class in org.pepsoft.worldpainter.layers.renderers
-
- FrostRenderer() - Constructor for class org.pepsoft.worldpainter.layers.renderers.FrostRenderer
-
- FrostSettings() - Constructor for class org.pepsoft.worldpainter.layers.exporters.FrostExporter.FrostSettings
-