Uses of Interface
dev.wyck.biome.Biome
Packages that use Biome
Package
Description
-
Uses of Biome in dev.wyck.biome
Subinterfaces of Biome in dev.wyck.biomeModifier and TypeInterfaceDescriptioninterfaceExtendsBiomewith client-side block replacements and friendly color accessors.Fields in dev.wyck.biome declared as BiomeModifier and TypeFieldDescriptionstatic final BiomeBiomes.BADLANDSstatic final BiomeBiomes.BAMBOO_JUNGLEstatic final BiomeBiomes.BASALT_DELTASstatic final BiomeBiomes.BEACHstatic final BiomeBiomes.BIRCH_FORESTstatic final BiomeBiomes.CHERRY_GROVEstatic final BiomeBiomes.COLD_OCEANstatic final BiomeBiomes.CRIMSON_FORESTstatic final BiomeBiomes.DARK_FORESTstatic final BiomeBiomes.DEEP_COLD_OCEANstatic final BiomeBiomes.DEEP_DARKstatic final BiomeBiomes.DEEP_FROZEN_OCEANstatic final BiomeBiomes.DEEP_LUKEWARM_OCEANstatic final BiomeBiomes.DEEP_OCEANstatic final BiomeBiomes.DESERTstatic final BiomeBiomes.DRIPSTONE_CAVESstatic final BiomeBiomes.END_BARRENSstatic final BiomeBiomes.END_HIGHLANDSstatic final BiomeBiomes.END_MIDLANDSstatic final BiomeBiomes.ERODED_BADLANDSstatic final BiomeBiomes.FLOWER_FORESTstatic final BiomeBiomes.FORESTstatic final BiomeBiomes.FROZEN_OCEANstatic final BiomeBiomes.FROZEN_PEAKSstatic final BiomeBiomes.FROZEN_RIVERstatic final BiomeBiomes.GROVEstatic final BiomeBiomes.ICE_SPIKESstatic final BiomeBiomes.JAGGED_PEAKSstatic final BiomeBiomes.JUNGLEstatic final BiomeBiomes.LUKEWARM_OCEANstatic final BiomeBiomes.LUSH_CAVESstatic final BiomeBiomes.MANGROVE_SWAMPstatic final BiomeBiomes.MEADOWstatic final BiomeBiomes.MUSHROOM_FIELDSstatic final BiomeBiomes.NETHER_WASTESstatic final BiomeBiomes.OCEANstatic final BiomeBiomes.OLD_GROWTH_BIRCH_FORESTstatic final BiomeBiomes.OLD_GROWTH_PINE_TAIGAstatic final BiomeBiomes.OLD_GROWTH_SPRUCE_TAIGAstatic final BiomeBiomes.PALE_GARDENstatic final BiomeBiomes.PLAINSstatic final BiomeBiomes.RIVERstatic final BiomeBiomes.SAVANNAstatic final BiomeBiomes.SAVANNA_PLATEAUstatic final BiomeBiomes.SMALL_END_ISLANDSstatic final BiomeBiomes.SNOWY_BEACHstatic final BiomeBiomes.SNOWY_PLAINSstatic final BiomeBiomes.SNOWY_SLOPESstatic final BiomeBiomes.SNOWY_TAIGAstatic final BiomeBiomes.SOUL_SAND_VALLEYstatic final BiomeBiomes.SPARSE_JUNGLEstatic final BiomeBiomes.STONY_PEAKSstatic final BiomeBiomes.STONY_SHOREstatic final BiomeBiomes.SULFUR_CAVESstatic final BiomeBiomes.SUNFLOWER_PLAINSstatic final BiomeBiomes.SWAMPstatic final BiomeBiomes.TAIGAstatic final BiomeBiomes.THE_ENDstatic final BiomeBiomes.THE_VOIDstatic final BiomeBiomes.WARM_OCEANstatic final BiomeBiomes.WARPED_FORESTstatic final BiomeBiomes.WINDSWEPT_FORESTstatic final BiomeBiomes.WINDSWEPT_GRAVELLY_HILLSstatic final BiomeBiomes.WINDSWEPT_HILLSstatic final BiomeBiomes.WINDSWEPT_SAVANNAstatic final BiomeBiomes.WOODED_BADLANDSMethods in dev.wyck.biome that return BiomeModifier and TypeMethodDescriptionBiome.Builder.build()Builds the biome.static BiomeReads a keyed Minecraft biome holder into a wrapper.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.default BiomeBiome.wrap()Resolves this biome's key in Minecraft's registry and decodes the registered value.Methods in dev.wyck.biome with parameters of type BiomeModifier and TypeMethodDescriptionbooleanCompares this biome to another biome to determine if they are similar.Constructors in dev.wyck.biome with parameters of type Biome -
Uses of Biome in dev.wyck.biome.internal
Classes in dev.wyck.biome.internal that implement BiomeModifier and TypeClassDescriptionclassThis implementation is here because it does not compile against Minecraft internals as of right now.classThis implementation is here because it does not compile against Minecraft internals as of right now.Methods in dev.wyck.biome.internal with parameters of type Biome -
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(Biome biome, StepsBiomeProvider.BiomeCondition condition) Convenience step for simple position tests.StepsBiomeProvider.Builder.step(StepsBiomeProvider.BiomeStep step, Biome... produces) Full-control step.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.registry
Methods in dev.wyck.registry with type parameters of type BiomeModifier and TypeMethodDescription<T extends Biome>
TBiomeRegistry.getBiome(ResourceKey key) Deprecated.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 TypeMethodDescriptionBootstrapBiomeRegistry.addToDimension(Dimension dimension, Biome target, ClimatePoint placement) Adds a biome to a dimension's biome distribution.Queues a biome to be registered.BootstrapBiomeRegistry.replaceInDimension(Dimension dimension, Biome target, Biome replacement) Replaces a biome in a dimension. -
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.worldgen.biome
Methods in dev.wyck.worldgen.biome that return BiomeModifier and TypeMethodDescriptionFixedBiomeSource.biome()The single biome to use.MultiNoiseBiomeSource.Entry.biome()Returns the value of thebiomerecord component.Methods in dev.wyck.worldgen.biome that return types with arguments of type BiomeMethods in dev.wyck.worldgen.biome with parameters of type BiomeModifier and TypeMethodDescriptionMultiNoiseBiomeSource.Builder.add(Biome biome, ClimatePoint climatePoint) Adds a biome to the builder.Adds a biome to the list of biomes.static FixedBiomeSourceCreates a biome source that always returns the specified biome.static FixedBiomeSourceCreates a new fixed biome source.Method parameters in dev.wyck.worldgen.biome with type arguments of type BiomeModifier and TypeMethodDescriptionSets the size of the checkerboard grid.static CheckeredColumnBiomeSourceCreates a new checkerboard column biome source.Constructors in dev.wyck.worldgen.biome with parameters of type BiomeModifierConstructorDescriptionEntry(Biome biome, ClimatePoint climatePoint) Creates an instance of aEntryrecord class. -
Uses of Biome in dev.wyck.worldgen.biome.custom
Methods in dev.wyck.worldgen.biome.custom that return BiomeModifier and TypeMethodDescriptionabstract BiomeCustomBiomeSource.biome(BiomeSourceContext context) Selects the biome at the requested position.Methods in dev.wyck.worldgen.biome.custom that return types with arguments of type BiomeModifier and TypeMethodDescriptionCustomBiomeSource.possibleBiomes()Gets every biome this source may return.Constructors in dev.wyck.worldgen.biome.custom with parameters of type BiomeModifierConstructorDescriptionprotectedCustomBiomeSource(Biome... possibleBiomes) Creates a custom source capable of returning the supplied biomes.Constructor parameters in dev.wyck.worldgen.biome.custom with type arguments of type BiomeModifierConstructorDescriptionprotectedCustomBiomeSource(Set<? extends Biome> possibleBiomes) Creates a custom source capable of returning the supplied biomes. -
Uses of Biome in dev.wyck.worldgen.blockpredicates
Methods in dev.wyck.worldgen.blockpredicates that return types with arguments of type BiomeMethods in dev.wyck.worldgen.blockpredicates with parameters of type BiomeModifier and TypeMethodDescriptionAdds a biome to match against.Adds multiple biomes to match against.Sets the biomes to match against.Method parameters in dev.wyck.worldgen.blockpredicates with type arguments of type BiomeModifier and TypeMethodDescriptionSets the biomes to match against.static MatchingBiomesPredicateCreates a new matching biomes predicate. -
Uses of Biome in dev.wyck.worldgen.carver.custom
Methods in dev.wyck.worldgen.carver.custom that return Biome -
Uses of Biome in dev.wyck.worldgen.chunk
Methods in dev.wyck.worldgen.chunk that return BiomeMethods in dev.wyck.worldgen.chunk with parameters of type BiomeModifier and TypeMethodDescriptionstatic DebugLevelSourceCreates a new debug chunk generator.static DebugLevelSourceCreates a new debug level source. -
Uses of Biome in dev.wyck.worldgen.chunk.flat
Methods in dev.wyck.worldgen.chunk.flat that return BiomeModifier and TypeMethodDescriptionFlatLevelGeneratorSettings.biome()Returns the biome.FlatLevelGeneratorSettings.fallbackBiome()Returns the fallback biome.Methods in dev.wyck.worldgen.chunk.flat with parameters of type BiomeModifier and TypeMethodDescriptionSets the biome.FlatLevelGeneratorSettings.Builder.fallbackBiome(Biome fallbackBiome) Sets the fallback biome.static FlatLevelGeneratorSettingsFlatLevelGeneratorSettings.of(List<FlatLayerInfo> layers, boolean decoration, boolean addLakes, Biome biome, Biome fallbackBiome, List<PlacedFeature> lakes, @Nullable Set<ResourceKey> structures) Creates a new FlatLevelGeneratorSettings. -
Uses of Biome in dev.wyck.worldgen.surface
Methods in dev.wyck.worldgen.surface with parameters of type BiomeModifier and TypeMethodDescriptionstatic BiomeConditionSourceMatches when the current biome is one of the given biomes.Method parameters in dev.wyck.worldgen.surface with type arguments of type BiomeModifier and TypeMethodDescriptionstatic BiomeConditionSourceMatches when the current biome is one of the given biomes. -
Uses of Biome in dev.wyck.worldgen.surface.condition
Methods in dev.wyck.worldgen.surface.condition that return types with arguments of type BiomeModifier and TypeMethodDescriptionBiomeConditionSource.targets()A list of biomes where this condition matches.Methods in dev.wyck.worldgen.surface.condition with parameters of type BiomeModifier and TypeMethodDescriptionstatic BiomeConditionSourceCreates a new biome condition source.Adds a biome to the list of biomes where this condition matches.Method parameters in dev.wyck.worldgen.surface.condition with type arguments of type BiomeModifier and TypeMethodDescriptionstatic BiomeConditionSourceCreates a new biome condition source.Sets the biomes where this condition matches.
Biome.reference(ResourceKey)andBiome.wrap()instead.