- Gaea - Class in org.polydev.gaea
-
- Gaea() - Constructor for class org.polydev.gaea.Gaea
-
- GaeaBlockPopulator - Class in org.polydev.gaea.population
-
- GaeaBlockPopulator() - Constructor for class org.polydev.gaea.population.GaeaBlockPopulator
-
- GaeaChunkGenerator - Class in org.polydev.gaea.generation
-
- GaeaChunkGenerator(ChunkInterpolator.InterpolationType) - Constructor for class org.polydev.gaea.generation.GaeaChunkGenerator
-
- GaeaPlugin - Class in org.polydev.gaea
-
- GaeaPlugin() - Constructor for class org.polydev.gaea.GaeaPlugin
-
- generateBase(World, Random, int, int, ChunkInterpolator) - Method in class org.polydev.gaea.generation.GaeaChunkGenerator
-
- generateChunkData(World, Random, int, int, ChunkGenerator.BiomeGrid) - Method in class org.polydev.gaea.generation.GaeaChunkGenerator
-
- generateCylinder(Location, Material, int, int, boolean) - Method in class org.polydev.gaea.tree.fractal.TreeGeometry
-
- generateCylinder(Location, ProbabilityCollection<Material>, int, int, boolean) - Method in class org.polydev.gaea.tree.fractal.TreeGeometry
-
- generateSphere(Location, Material, int, boolean) - Method in class org.polydev.gaea.tree.fractal.TreeGeometry
-
- generateSphere(Location, ProbabilityCollection<Material>, int, boolean) - Method in class org.polydev.gaea.tree.fractal.TreeGeometry
-
- generateSponge(Location, ProbabilityCollection<Material>, int, boolean, int) - Method in class org.polydev.gaea.tree.fractal.TreeGeometry
-
- GenerationPhase - Enum in org.polydev.gaea.generation
-
The phase of terrain generation.
- GenerationPopulator - Class in org.polydev.gaea.generation
-
- GenerationPopulator() - Constructor for class org.polydev.gaea.generation.GenerationPopulator
-
- Generator - Class in org.polydev.gaea.biome
-
- Generator() - Constructor for class org.polydev.gaea.biome.Generator
-
- get() - Method in class org.polydev.gaea.math.ProbabilityCollection
-
- get(Random) - Method in class org.polydev.gaea.math.ProbabilityCollection
-
- get(FastNoiseLite, int, int) - Method in class org.polydev.gaea.math.ProbabilityCollection
-
- get(Random) - Method in class org.polydev.gaea.math.Range
-
- get(int, int, int) - Method in class org.polydev.gaea.world.palette.Palette
-
Fetches a material from the palette, at a given layer.
- get(Random) - Method in class org.polydev.gaea.world.palette.Palette.PaletteLayer
-
Gets a material from the layer.
- get(FastNoiseLite, int, int) - Method in class org.polydev.gaea.world.palette.Palette.PaletteLayer
-
- get(int, int, int) - Method in class org.polydev.gaea.world.palette.RandomPalette
-
- get(int, int, int) - Method in class org.polydev.gaea.world.palette.SimplexPalette
-
- getAsTag(InputStream) - Static method in class org.polydev.gaea.structures.NMSStructure
-
Gets the NBT Tag object from an InputStream.
Use for loading structure data into memory.
- getBiome(int, int, GenerationPhase) - Method in class org.polydev.gaea.biome.BiomeGrid
-
Gets the biome at a pair of coordinates.
- getBiome(Location) - Method in class org.polydev.gaea.biome.BiomeGrid
-
Gets the biome at a location.
- getBiome(Location, GenerationPhase) - Method in class org.polydev.gaea.biome.BiomeGrid
-
- getBiomeGrid(World) - Method in class org.polydev.gaea.generation.GaeaChunkGenerator
-
- getBiomeNoiseX(int, int) - Method in class org.polydev.gaea.biome.BiomeGrid
-
Get the raw X-noise for coordinates in the Grid.
- getBiomeNoiseZ(int, int) - Method in class org.polydev.gaea.biome.BiomeGrid
-
Get the raw Z-noise for coordinates in the Grid.
- getBoundingLocations() - Method in class org.polydev.gaea.structures.NMSStructure
-
Gets the locations containing the structure.
- getCarvedBlocks() - Method in class org.polydev.gaea.world.carving.CarvingData
-
- getCarverChunkSeed(int, int, long) - Static method in class org.polydev.gaea.math.MathUtil
-
Gets the carver seed for a chunk.
- getChestsIn(Location, Location) - Static method in class org.polydev.gaea.structures.StructureUtil
-
- getChunkX() - Method in class org.polydev.gaea.world.carving.CarvingData
-
- getChunkZ() - Method in class org.polydev.gaea.world.carving.CarvingData
-
- getCollection() - Method in class org.polydev.gaea.world.palette.Palette.PaletteLayer
-
- getConsumer() - Method in class org.polydev.gaea.tree.fractal.EntitySpawnHolder
-
- getContChance() - Method in class org.polydev.gaea.world.Ore
-
- getCustomTreeType() - Method in enum org.polydev.gaea.tree.TreeType
-
- getDataHolder() - Method in class org.polydev.gaea.profiler.Measurement
-
- getDecorator() - Method in interface org.polydev.gaea.biome.Biome
-
Returns the Decorator instance containing information about the population in the biome.
- getDesire() - Method in enum org.polydev.gaea.profiler.DataType
-
- getDimensions() - Method in class org.polydev.gaea.structures.NMSStructure
-
Gets the dimensions of a structure.
- getEntity() - Method in class org.polydev.gaea.tree.fractal.EntitySpawnHolder
-
- getFeatures() - Method in interface org.polydev.gaea.structures.Structure
-
- getFeatures() - Method in class org.polydev.gaea.structures.UserDefinedStructure
-
- getFlora() - Method in class org.polydev.gaea.biome.Decorator
-
- getFloraChance() - Method in class org.polydev.gaea.biome.Decorator
-
- getFormatted(long) - Method in enum org.polydev.gaea.profiler.DataType
-
- getFormattedData(long) - Method in class org.polydev.gaea.profiler.DataHolder
-
Returns a String, formatted with Bungee ChatColors.
GREEN if the value is better than desired and outside of acceptable range.
YELLOW if the value is better or worse than desired, and within acceptable range.
RED if the value is worse than desired and outside of acceptable range.
- getGaeaFolder(World) - Static method in class org.polydev.gaea.Gaea
-
- getGenerationPopulators(World) - Method in class org.polydev.gaea.generation.GaeaChunkGenerator
-
- getGenerator() - Method in interface org.polydev.gaea.biome.Biome
-
Gets the BiomeTerrain instance used to generate the biome.
- getGeneratorClass() - Method in class org.polydev.gaea.GaeaPlugin
-
- getGrid() - Method in class org.polydev.gaea.biome.BiomeGrid
-
- getHighColor() - Method in enum org.polydev.gaea.profiler.Desire
-
Gets the color to display when the numerical value is higher than desired.
- getHighestBlockAt(Chunk, int, int) - Static method in class org.polydev.gaea.util.WorldUtil
-
- getHighestValidSpawnAt(Chunk, int, int) - Static method in class org.polydev.gaea.util.WorldUtil
-
- getID(Measurement) - Method in class org.polydev.gaea.profiler.WorldProfiler
-
- getIndex() - Method in class org.polydev.gaea.math.ProbabilityCollection.ProbabilitySetElement
-
- getInstance(World, int, int, BiomeGrid, FastNoiseLite) - Method in enum org.polydev.gaea.math.ChunkInterpolator.InterpolationType
-
- getInstance(Location, Random) - Method in interface org.polydev.gaea.structures.Structure
-
- getInstance(Location, Random) - Method in class org.polydev.gaea.structures.UserDefinedStructure
-
- getItem(Random) - Method in class org.polydev.gaea.structures.loot.Entry
-
Fetches a single ItemStack from the Entry, applying all functions to it.
- getItems(Random) - Method in class org.polydev.gaea.structures.loot.Pool
-
Fetches a list of items from the pool using the provided Random instance.
- getLanguage() - Method in class org.polydev.gaea.GaeaPlugin
-
- getLayers() - Method in class org.polydev.gaea.world.palette.Palette
-
- getLength() - Method in class org.polydev.gaea.world.carving.Worm
-
- getLocation() - Method in class org.polydev.gaea.tree.fractal.EntitySpawnHolder
-
- getLocationListBetween(Location, Location) - Static method in class org.polydev.gaea.structures.StructureUtil
-
- getLocationListBetween(Location, Location) - Static method in class org.polydev.gaea.util.WorldUtil
-
- getLoot(Random) - Method in class org.polydev.gaea.structures.loot.LootTable
-
Fetches a list of ItemStacks from the loot table using the given Random instance.
- getLowColor() - Method in enum org.polydev.gaea.profiler.Desire
-
Gets the color to display when the numerical value is lower than desired.
- getMain() - Method in class org.polydev.gaea.command.Command
-
- getMaterial(Location) - Method in class org.polydev.gaea.tree.fractal.FractalTree
-
Gets the material at the specified block.
- getMax() - Method in class org.polydev.gaea.math.Range
-
- getMax() - Method in class org.polydev.gaea.profiler.Measurement
-
- getMessage(String) - Method in class org.polydev.gaea.lang.Language
-
- getMin() - Method in class org.polydev.gaea.math.Range
-
- getMin() - Method in class org.polydev.gaea.profiler.Measurement
-
- getName() - Method in class org.polydev.gaea.command.Command
-
Gets the name of the command/subcommand
- getNBTListMethodIndex - Static variable in class org.polydev.gaea.structures.NMSStructure
-
- getNoise(FastNoiseLite, World, int, int) - Method in class org.polydev.gaea.biome.Generator
-
Gets the 2D noise at a pair of coordinates using the provided FastNoiseLite instance.
- getNoise(FastNoiseLite, World, int, int, int) - Method in class org.polydev.gaea.biome.Generator
-
Gets the 3D noise at a pair of coordinates using the provided FastNoiseLite instance.
- getNoise(double, double) - Method in interface org.polydev.gaea.math.ChunkInterpolator
-
- getNoise(double, double, double) - Method in interface org.polydev.gaea.math.ChunkInterpolator
-
- getNoise(double, double) - Method in class org.polydev.gaea.math.ChunkInterpolator2
-
Gets the noise at a pair of internal chunk coordinates.
- getNoise(double, double, double) - Method in class org.polydev.gaea.math.ChunkInterpolator2
-
- getNoise(double, double) - Method in class org.polydev.gaea.math.ChunkInterpolator3
-
- getNoise(double, double, double) - Method in class org.polydev.gaea.math.ChunkInterpolator3
-
Gets the noise at a pair of internal chunk coordinates.
- getNoise(double, double) - Method in class org.polydev.gaea.math.FastNoiseLite
-
2D noise at given position using current settings
- getNoise(double, double, double) - Method in class org.polydev.gaea.math.FastNoiseLite
-
3D noise at given position using current settings
- getNoiseFrequency(World) - Method in class org.polydev.gaea.generation.GaeaChunkGenerator
-
- getNoiseGenerator() - Method in class org.polydev.gaea.generation.GaeaChunkGenerator
-
- getNoiseOctaves(World) - Method in class org.polydev.gaea.generation.GaeaChunkGenerator
-
- getObject() - Method in class org.polydev.gaea.math.ProbabilityCollection.ProbabilitySetElement
-
- getOrigin() - Method in class org.polydev.gaea.structures.NMSStructure
-
Gets the origin of a structure.
- getOrigin() - Method in class org.polydev.gaea.tree.fractal.FractalTree
-
Fetches the origin location.
- getOrigin() - Method in class org.polydev.gaea.world.carving.Worm
-
- getOrigin() - Method in class org.polydev.gaea.world.carving.Worm.WormPoint
-
- getPalette(int) - Method in class org.polydev.gaea.biome.Generator
-
Gets the BlocPalette to generate the biome with.
- getPerpendicular(Vector) - Static method in class org.polydev.gaea.tree.fractal.TreeGeometry
-
- getPoint() - Method in class org.polydev.gaea.world.carving.Worm
-
- getProbability() - Method in class org.polydev.gaea.math.ProbabilityCollection.ProbabilitySetElement
-
- getProfiler() - Method in class org.polydev.gaea.generation.GaeaChunkGenerator
-
- getRadius() - Method in class org.polydev.gaea.world.carving.Worm
-
- getRadius(int) - Method in class org.polydev.gaea.world.carving.Worm.WormPoint
-
- getRandom() - Method in class org.polydev.gaea.tree.fractal.FractalTree
-
Fetches the Random object used to generate the tree.
- getRandom() - Method in class org.polydev.gaea.world.carving.Worm
-
- getRange() - Method in class org.polydev.gaea.math.Range
-
- getRawNoise(int, int) - Method in class org.polydev.gaea.biome.BiomeGrid
-
- getResultsFormatted() - Method in class org.polydev.gaea.profiler.WorldProfiler
-
- getRotation() - Method in class org.polydev.gaea.structures.NMSStructure
-
Gets the rotation of a structure.
- getRunning() - Method in class org.polydev.gaea.world.carving.Worm
-
- getSize() - Method in class org.polydev.gaea.world.palette.Palette
-
- getSizeX() - Method in class org.polydev.gaea.biome.BiomeGrid
-
- getSizeZ() - Method in class org.polydev.gaea.biome.BiomeGrid
-
- getSpawnInfo() - Method in interface org.polydev.gaea.structures.Structure
-
- getSpawnInfo() - Method in class org.polydev.gaea.structures.UserDefinedStructure
-
- getSpawnLocation(Location, Random) - Method in class org.polydev.gaea.structures.spawn.AirSpawn
-
- getSpawnLocation(Location, Random) - Method in class org.polydev.gaea.structures.spawn.GroundSpawn
-
- getSpawnLocation(Location, Random) - Method in interface org.polydev.gaea.structures.spawn.StructureSpawnInfo
-
- getSpawnLocation(Location, Random) - Method in class org.polydev.gaea.structures.spawn.UndergroundSpawn
-
- getStdDev() - Method in class org.polydev.gaea.profiler.Measurement
-
- getStructureFeatures() - Method in interface org.polydev.gaea.biome.Biome
-
Gets a list of Structure Features to be applied to all structures in the biome.
- getStructures(World) - Method in class org.polydev.gaea.biome.Decorator
-
- getSubCommands() - Method in class org.polydev.gaea.command.Command
-
Gets a list of subcommands
- getTabCompletions(CommandSender, String, String[]) - Method in class org.polydev.gaea.command.Command
-
- getTotalProbability() - Method in class org.polydev.gaea.math.ProbabilityCollection
-
- getTree() - Method in class org.polydev.gaea.tree.fractal.FractalTree
-
Gets the raw tree map.
- getTree() - Method in class org.polydev.gaea.tree.fractal.TreeGeometry
-
- getTree(Location, Random) - Method in interface org.polydev.gaea.tree.fractal.TreeGetter
-
- getTreeDensity() - Method in class org.polydev.gaea.biome.Decorator
-
- getTrees() - Method in class org.polydev.gaea.biome.Decorator
-
- getType() - Method in class org.polydev.gaea.world.Ore
-
- getValidSpawnsAt(Chunk, int, int, Range) - Method in interface org.polydev.gaea.world.Flora
-
- getValidSpawnsAt(Chunk, int, int, Range) - Method in enum org.polydev.gaea.world.FloraType
-
- getVanillaBiome() - Method in interface org.polydev.gaea.biome.Biome
-
Gets the Vanilla biome to represent the custom biome.
- getVanillaBiome() - Method in class org.polydev.gaea.biome.Decorator
-
- getVanillaTreeType() - Method in enum org.polydev.gaea.tree.TreeType
-
- getWeight() - Method in class org.polydev.gaea.structures.loot.Entry
-
Gets the weight attribute of the Entry.
- getWorld() - Method in class org.polydev.gaea.biome.BiomeGrid
-
- getWorld() - Method in class org.polydev.gaea.profiler.WorldProfiler
-
- getWorldID() - Method in class org.polydev.gaea.population.ChunkCoordinate
-
- getWorm(long, Vector) - Method in class org.polydev.gaea.world.carving.Carver
-
- getWorm(long, Vector) - Method in class org.polydev.gaea.world.carving.CaveCarver
-
- getWorm(long, Vector) - Method in class org.polydev.gaea.world.carving.RavineCarver
-
- getX() - Method in class org.polydev.gaea.population.ChunkCoordinate
-
- getX() - Method in class org.polydev.gaea.structures.NMSStructure
-
Gets the X dimension of a structure.
- getY() - Method in class org.polydev.gaea.structures.NMSStructure
-
Gets the Y dimension of a structure.
- getZ() - Method in class org.polydev.gaea.population.ChunkCoordinate
-
- getZ() - Method in class org.polydev.gaea.structures.NMSStructure
-
Gets the Z dimension of a structure.
- Glowstone - Class in org.polydev.gaea.tree.fractal.trees
-
- Glowstone(Location, Random) - Constructor for class org.polydev.gaea.tree.fractal.trees.Glowstone
-
Instantiates a TreeGrower at an origin location.
- GroundSpawn - Class in org.polydev.gaea.structures.spawn
-
- GroundSpawn(int) - Constructor for class org.polydev.gaea.structures.spawn.GroundSpawn
-
- grow() - Method in class org.polydev.gaea.tree.fractal.FractalTree
-
Grows the tree in memory.
- grow() - Method in class org.polydev.gaea.tree.fractal.trees.Cactus
-
Grows the tree in memory.
- grow() - Method in class org.polydev.gaea.tree.fractal.trees.Glowstone
-
Grows the tree in memory.
- grow() - Method in class org.polydev.gaea.tree.fractal.trees.IceSpike
-
Grows the tree in memory.
- grow() - Method in class org.polydev.gaea.tree.fractal.trees.OakTree
-
Grows the tree in memory.
- grow() - Method in class org.polydev.gaea.tree.fractal.trees.Rock
-
Grows the tree in memory.
- grow() - Method in class org.polydev.gaea.tree.fractal.trees.ShatteredPillar
-
Grows the tree in memory.
- grow() - Method in class org.polydev.gaea.tree.fractal.trees.ShatteredTree
-
Grows the tree in memory.
- grow() - Method in class org.polydev.gaea.tree.fractal.trees.SmallShatteredPillar
-
Grows the tree in memory.
- grow() - Method in class org.polydev.gaea.tree.fractal.trees.SmallShatteredTree
-
Grows the tree in memory.
- grow() - Method in class org.polydev.gaea.tree.fractal.trees.SpruceTree
-
Grows the tree in memory.
- saveBlocks(World) - Method in class org.polydev.gaea.population.PopulationManager
-
- send(String, CommandSender, String...) - Method in class org.polydev.gaea.lang.Language
-
- send(CommandSender, String...) - Method in interface org.polydev.gaea.lang.Message
-
- send(CommandSender, String...) - Method in class org.polydev.gaea.lang.MultiLineMessage
-
- send(CommandSender, String...) - Method in class org.polydev.gaea.lang.SingleLineMessage
-
- SerializationUtil - Class in org.polydev.gaea.util
-
- SerializationUtil() - Constructor for class org.polydev.gaea.util.SerializationUtil
-
- serialVersionUID - Static variable in class org.polydev.gaea.population.ChunkCoordinate
-
- setBlock(Location, Material) - Method in class org.polydev.gaea.tree.fractal.FractalTree
-
Sets a block in the tree's storage map to a material.
- setBottomCut(int) - Method in class org.polydev.gaea.world.carving.Worm
-
- setCellularDistanceFunction(FastNoiseLite.CellularDistanceFunction) - Method in class org.polydev.gaea.math.FastNoiseLite
-
Sets distance function used in cellular noise calculations
- setCellularJitter(double) - Method in class org.polydev.gaea.math.FastNoiseLite
-
Sets the maximum distance a cellular point can move from it's grid position
- setCellularReturnType(FastNoiseLite.CellularReturnType) - Method in class org.polydev.gaea.math.FastNoiseLite
-
Sets return type from cellular noise calculations
- setDomainWarpAmp(double) - Method in class org.polydev.gaea.math.FastNoiseLite
-
Sets the maximum warp distance from original position when using DomainWarp(...)
- setDomainWarpType(FastNoiseLite.DomainWarpType) - Method in class org.polydev.gaea.math.FastNoiseLite
-
Sets the warp algorithm when using DomainWarp(...)
- setFractalGain(double) - Method in class org.polydev.gaea.math.FastNoiseLite
-
Sets octave gain for all fractal noise types
- setFractalLacunarity(double) - Method in class org.polydev.gaea.math.FastNoiseLite
-
Sets octave lacunarity for all fractal noise types
- setFractalOctaves(int) - Method in class org.polydev.gaea.math.FastNoiseLite
-
Sets octave count for all fractal noise types
- setFractalPingPongStrength(double) - Method in class org.polydev.gaea.math.FastNoiseLite
-
Sets strength of the fractal ping pong effect
- setFractalType(FastNoiseLite.FractalType) - Method in class org.polydev.gaea.math.FastNoiseLite
-
Sets method for combining octaves in all fractal noise types
- setFractalWeightedStrength(double) - Method in class org.polydev.gaea.math.FastNoiseLite
-
Sets octave weighting for all none DomainWarp fratal types
- setFrequency(double) - Method in class org.polydev.gaea.math.FastNoiseLite
-
Sets frequency for all noise types
- setGrid(Biome[][]) - Method in class org.polydev.gaea.biome.BiomeGrid
-
- setIndex(int) - Method in class org.polydev.gaea.math.ProbabilityCollection.ProbabilitySetElement
-
- setMain(JavaPlugin) - Static method in class org.polydev.gaea.Debug
-
- setMax(int) - Method in class org.polydev.gaea.math.Range
-
- setMeasurement(String, long) - Method in class org.polydev.gaea.profiler.WorldProfiler
-
- setMin(int) - Method in class org.polydev.gaea.math.Range
-
- setNoiseType(FastNoiseLite.NoiseType) - Method in class org.polydev.gaea.math.FastNoiseLite
-
Sets noise algorithm used for GetNoise(...)
- setOrigin(Location) - Method in class org.polydev.gaea.structures.NMSStructure
-
- setProfiling(boolean) - Method in class org.polydev.gaea.profiler.WorldProfiler
-
- setRadius(int[]) - Method in class org.polydev.gaea.world.carving.Worm
-
- setRotation(int) - Method in class org.polydev.gaea.structures.NMSStructure
-
Sets the rotation of structure.
- setRotationType3D(FastNoiseLite.RotationType3D) - Method in class org.polydev.gaea.math.FastNoiseLite
-
Sets domain rotation type for 3D Noise and 3D DomainWarp.
- setSeed(int) - Method in class org.polydev.gaea.math.FastNoiseLite
-
Sets seed used for all noise types
- setStructures(ProbabilityCollection<Structure>, World) - Method in class org.polydev.gaea.biome.Decorator
-
Sets the structures that are to be generated in a world.
- setStructures(ProbabilityCollection<Structure>, String) - Method in class org.polydev.gaea.biome.Decorator
-
Sets the structures that are to be generated in a world.
- setTopCut(int) - Method in class org.polydev.gaea.world.carving.Worm
-
- ShatteredPillar - Class in org.polydev.gaea.tree.fractal.trees
-
- ShatteredPillar(Location, Random) - Constructor for class org.polydev.gaea.tree.fractal.trees.ShatteredPillar
-
Instantiates a TreeGrower at an origin location.
- ShatteredTree - Class in org.polydev.gaea.tree.fractal.trees
-
- ShatteredTree(Location, Random) - Constructor for class org.polydev.gaea.tree.fractal.trees.ShatteredTree
-
Instantiates a TreeGrower at an origin location.
- SimplexPalette<E> - Class in org.polydev.gaea.world.palette
-
- SimplexPalette(FastNoiseLite) - Constructor for class org.polydev.gaea.world.palette.SimplexPalette
-
- SingleLineMessage - Class in org.polydev.gaea.lang
-
- SingleLineMessage(String) - Constructor for class org.polydev.gaea.lang.SingleLineMessage
-
- size() - Method in class org.polydev.gaea.math.ProbabilityCollection
-
- size() - Method in class org.polydev.gaea.profiler.Measurement
-
- SmallShatteredPillar - Class in org.polydev.gaea.tree.fractal.trees
-
- SmallShatteredPillar(Location, Random) - Constructor for class org.polydev.gaea.tree.fractal.trees.SmallShatteredPillar
-
Instantiates a TreeGrower at an origin location.
- SmallShatteredTree - Class in org.polydev.gaea.tree.fractal.trees
-
- SmallShatteredTree(Location, Random) - Constructor for class org.polydev.gaea.tree.fractal.trees.SmallShatteredTree
-
Instantiates a TreeGrower at an origin location.
- spawnEntity(Location, Class, Consumer<Entity>) - Method in class org.polydev.gaea.tree.fractal.FractalTree
-
- SpruceTree - Class in org.polydev.gaea.tree.fractal.trees
-
- SpruceTree(Location, Random) - Constructor for class org.polydev.gaea.tree.fractal.trees.SpruceTree
-
Instantiates a TreeGrower at an origin location.
- stack(Exception) - Static method in class org.polydev.gaea.Debug
-
- standardDeviation(double[]) - Static method in class org.polydev.gaea.math.MathUtil
-
Gets the standard deviation of an array of doubles.
- step() - Method in class org.polydev.gaea.world.carving.CaveCarver.CaveWorm
-
- step() - Method in class org.polydev.gaea.world.carving.RavineCarver.RavineWorm
-
- step() - Method in class org.polydev.gaea.world.carving.Worm
-
- Structure - Interface in org.polydev.gaea.structures
-
- StructureSpawnInfo - Interface in org.polydev.gaea.structures.spawn
-
- StructureUtil - Class in org.polydev.gaea.structures
-
- StructureUtil() - Constructor for class org.polydev.gaea.structures.StructureUtil
-
- sub(int) - Method in class org.polydev.gaea.math.Range
-
- valueOf(String) - Static method in enum org.polydev.gaea.generation.GenerationPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.polydev.gaea.math.ChunkInterpolator.InterpolationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.polydev.gaea.math.FastNoiseLite.CellularDistanceFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.polydev.gaea.math.FastNoiseLite.CellularReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.polydev.gaea.math.FastNoiseLite.DomainWarpType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.polydev.gaea.math.FastNoiseLite.FractalType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.polydev.gaea.math.FastNoiseLite.NoiseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.polydev.gaea.math.FastNoiseLite.RotationType3D
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.polydev.gaea.profiler.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.polydev.gaea.profiler.Desire
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.polydev.gaea.tree.CustomTreeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.polydev.gaea.tree.TreeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.polydev.gaea.world.carving.CarvingData.CarvingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.polydev.gaea.world.FloraType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.polydev.gaea.generation.GenerationPhase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.polydev.gaea.math.ChunkInterpolator.InterpolationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.polydev.gaea.math.FastNoiseLite.CellularDistanceFunction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.polydev.gaea.math.FastNoiseLite.CellularReturnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.polydev.gaea.math.FastNoiseLite.DomainWarpType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.polydev.gaea.math.FastNoiseLite.FractalType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.polydev.gaea.math.FastNoiseLite.NoiseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.polydev.gaea.math.FastNoiseLite.RotationType3D
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.polydev.gaea.profiler.DataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.polydev.gaea.profiler.Desire
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.polydev.gaea.tree.CustomTreeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.polydev.gaea.tree.TreeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.polydev.gaea.world.carving.CarvingData.CarvingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.polydev.gaea.world.FloraType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Vector2(double, double) - Constructor for class org.polydev.gaea.math.FastNoiseLite.Vector2
-
- Vector3(double, double, double) - Constructor for class org.polydev.gaea.math.FastNoiseLite.Vector3
-