Uses of Interface
dev.wyck.model.biome.Biome
Packages that use Biome
Package
Description
-
Uses of Biome in dev.wyck.keys
Fields in dev.wyck.keys with type parameters of type BiomeMethods in dev.wyck.keys that return types with arguments of type Biome -
Uses of Biome in dev.wyck.misc.providers
Fields in dev.wyck.misc.providers with type parameters of type BiomeModifier and TypeFieldDescriptionprotected final Map<ResourceKey, Biome> WyckBiomeProvider.biomeMapMethods in dev.wyck.misc.providers that return BiomeModifier and TypeMethodDescriptionMethods in dev.wyck.misc.providers that return types with arguments of type BiomeMethods in dev.wyck.misc.providers with parameters of type BiomeModifier and TypeMethodDescriptionFallback biome to use when no other step produces a biome.static BasicBiomeProviderStepsBiomeProvider.Builder.step(StepsBiomeProvider.BiomeStep step, Biome... produces) Full-control step.StepsBiomeProvider.Builder.step(Biome biome, StepsBiomeProvider.BiomeCondition condition) Convenience step for simple position tests.Constructors in dev.wyck.misc.providers with parameters of type BiomeConstructor parameters in dev.wyck.misc.providers with type arguments of type BiomeModifierConstructorDescriptionReplacementBiomeProvider(Map<Biome, Biome> replacements) WyckBiomeProvider(Collection<Biome> biomes) -
Uses of Biome in dev.wyck.model.biome
Subinterfaces of Biome in dev.wyck.model.biomeMethods in dev.wyck.model.biome that return BiomeModifier and TypeMethodDescriptionBiome.Builder.build()Builds the biome.Biome.Builder.modify()default BiomeBiome.modify()Modifies the existing biome in the biome registry with the properties of this CustomBiome.static BiomeBiome.reference(ResourceKey resourceKey) Gets a reference to a biome from the biome registry.Biome.Builder.register()default BiomeBiome.register()Registers this biome in the biome registry.Methods in dev.wyck.model.biome with parameters of type BiomeModifier and TypeMethodDescriptionbooleanCompares this biome to another biome to determine if they are similar.Constructors in dev.wyck.model.biome with parameters of type Biome -
Uses of Biome in dev.wyck.model.biome.impl
Classes in dev.wyck.model.biome.impl that implement BiomeMethods in dev.wyck.model.biome.impl with parameters of type Biome -
Uses of Biome in dev.wyck.registry
Methods in dev.wyck.registry with type parameters of type BiomeModifier and TypeMethodDescription<T extends Biome>
TBiomeRegistry.getBiome(ResourceKey key) Gets an abstract biome from the registry.Methods in dev.wyck.registry with parameters of type BiomeModifier and TypeMethodDescriptionBiomeRegistry.buildDelegate(Biome biome) Builds a custom biome into a minecraft biome.default voidThis method modifies an existing biome on the Minecraft server.default voidThis method registers a custom biome to a Minecraft server.Method parameters in dev.wyck.registry with type arguments of type BiomeModifier and TypeMethodDescriptionvoidBiomeRegistry.modify(Collection<Biome> biomes) Modifies a collection of existing biomes on the Minecraft server.voidBiomeRegistry.register(Collection<Biome> biomes) Registers a collection of custom biomes to a Minecraft server. -
Uses of Biome in dev.wyck.registry.bootstrap
Methods in dev.wyck.registry.bootstrap with parameters of type BiomeModifier and TypeMethodDescriptionQueues a biome to be registered. -
Uses of Biome in dev.wyck.registry.internal
Methods in dev.wyck.registry.internal with parameters of type Biome -
Uses of Biome in dev.wyck.renderer.packet
Methods in dev.wyck.renderer.packet that return BiomeModifier and TypeMethodDescriptionVirtualBiomeCollector.bestCustomBiomeFor(Player player, ChunkLocation chunkLocation) Picks the 'best' custom biome for the given player and chunk location (spatial only). -
Uses of Biome in dev.wyck.renderer.packet.data
Methods in dev.wyck.renderer.packet.data that return BiomeModifier and TypeMethodDescriptionVirtualBiome.biome()Gets theBiomeassociated with this phony biome.Methods in dev.wyck.renderer.packet.data with parameters of type Biome -
Uses of Biome in dev.wyck.renderer.setter
Methods in dev.wyck.renderer.setter with parameters of type BiomeModifier and TypeMethodDescriptionvoidBiomeSetter.setBlockBiome(Block block, Biome biome) Sets the biome of a block to a custom biome.voidBiomeSetter.setBlockBiome(Block block, Biome biome, boolean updateBiome) Sets the biome of a block to a custom biome.voidGlobalBiomeSetter.setBlockBiome(Block block, Biome biome) voidGlobalBiomeSetter.setBlockBiome(Block block, Biome biome, boolean updateBiome) voidBiomeSetter.setBoundingBoxBiome(World world, BoundingBox boundingBox, Biome biome) Sets the biome of a bounding box to a custom biome.voidGlobalBiomeSetter.setBoundingBoxBiome(World world, BoundingBox boundingBox, Biome biome) voidBiomeSetter.setChunkBiome(Chunk chunk, int minHeight, int maxHeight, Biome biome) Sets the biome of a chunk to a custom biome within a height range.voidBiomeSetter.setChunkBiome(Chunk chunk, int minHeight, int maxHeight, Biome biome, boolean updateBiome) Sets the biome of a chunk to a custom biome within a specified height range.voidBiomeSetter.setChunkBiome(Chunk chunk, Biome biome) Sets the biome of a chunk to a custom biome.voidBiomeSetter.setChunkBiome(Chunk chunk, Biome biome, boolean updateBiome) Sets the biome of a chunk to a custom biome within the default height range.voidGlobalBiomeSetter.setChunkBiome(Chunk chunk, int minHeight, int maxHeight, Biome biome) voidGlobalBiomeSetter.setChunkBiome(Chunk chunk, int minHeight, int maxHeight, Biome abstractBiome, boolean updateBiome) voidGlobalBiomeSetter.setChunkBiome(Chunk chunk, Biome biome) voidGlobalBiomeSetter.setChunkBiome(Chunk chunk, Biome biome, boolean updateBiome) voidBiomeSetter.setRegionBiome(Location from, Location to, Biome biome) Sets the biome of a region to a custom biome.voidBiomeSetter.setRegionBiome(Location from, Location to, Biome biome, boolean updateBiome) Sets the biome of a region to a custom biome.voidBiomeSetter.setRegionBiome(World world, Location from, Location to, Biome biome, boolean updateBiome) Sets the biome of a region to a custom biome.voidBiomeSetter.setRegionBiome(World world, Vector from, Vector to, Biome biome) Sets the biome of a region to a custom biome.voidBiomeSetter.setRegionBiome(World world, Vector from, Vector to, Biome biome, boolean updateBiome) Sets the biome of a region to a custom biome.voidGlobalBiomeSetter.setRegionBiome(Location from, Location to, Biome biome) voidGlobalBiomeSetter.setRegionBiome(Location from, Location to, Biome biome, boolean updateBiome) voidGlobalBiomeSetter.setRegionBiome(World world, Location from, Location to, Biome abstractBiome, boolean updateBiome) voidGlobalBiomeSetter.setRegionBiome(World world, Vector from, Vector to, Biome biome) voidGlobalBiomeSetter.setRegionBiome(World world, Vector from, Vector to, Biome biome, boolean updateBiome) -
Uses of Biome in dev.wyck.wrapper.level
Methods in dev.wyck.wrapper.level with parameters of type BiomeModifier and TypeMethodDescriptionBiomeSource.MultiNoiseBuilder.add(Biome biome, ClimatePoint point) static BiomeSource