- 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, FastNoiseLite) - 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
-
- getInterpolatedNoise(double, double) - Method in class org.polydev.gaea.generation.GaeaChunkGenerator
-
- getInterpolatedNoise(double, double, double) - Method in class org.polydev.gaea.generation.GaeaChunkGenerator
-
- 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(float, float) - Method in class org.polydev.gaea.math.FastNoiseLite
-
- getNoise(float, float, float) - Method in class org.polydev.gaea.math.FastNoiseLite
-
- 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
-
- 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.
- 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.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.
- 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(float, float) - Constructor for class org.polydev.gaea.math.FastNoiseLite.Vector2
-
- Vector3(float, float, float) - Constructor for class org.polydev.gaea.math.FastNoiseLite.Vector3
-