Uses of Interface
dev.wyck.biome.BiomeSpecialEffects
Packages that use BiomeSpecialEffects
-
Uses of BiomeSpecialEffects in dev.wyck.biome
Fields in dev.wyck.biome declared as BiomeSpecialEffectsMethods in dev.wyck.biome that return BiomeSpecialEffectsModifier and TypeMethodDescriptionBiomeSpecialEffects.Builder.build()Builds a new BiomeSpecialEffects instance.static BiomeSpecialEffectsReads Minecraft biome special effects into a wrapper.static BiomeSpecialEffectsBiomeSpecialEffects.of(int waterColor, Integer foliageColorOverride, Integer dryFoliageColorOverride, Integer grassColorOverride, @NonNull GrassColorModifier grassColorModifier) Creates a new BiomeSpecialEffects instance.static BiomeSpecialEffectsBiomeSpecialEffects.of(String waterColor, @Nullable String foliageColorOverride, @Nullable String dryFoliageColorOverride, @Nullable String grassColorOverride, GrassColorModifier grassColorModifier) Creates a new BiomeSpecialEffects instance.Biome.specialEffects()Various biome-specific visuals as they appear in vanilla.Methods in dev.wyck.biome with parameters of type BiomeSpecialEffectsModifier and TypeMethodDescriptionBiome.Builder.specialEffects(BiomeSpecialEffects specialEffects) Sets the special effects of the biome.voidBiome.specialEffects(BiomeSpecialEffects specialEffects) Sets new special effects for this biome.CustomBiome.Builder.specialEffects(BiomeSpecialEffects specialEffects) Sets the special effects of the custom biome.Constructors in dev.wyck.biome with parameters of type BiomeSpecialEffects -
Uses of BiomeSpecialEffects in dev.wyck.biome.internal
Methods in dev.wyck.biome.internal that return BiomeSpecialEffectsMethods in dev.wyck.biome.internal with parameters of type BiomeSpecialEffectsModifier and TypeMethodDescriptionvoidBiomeImpl.specialEffects(BiomeSpecialEffects specialEffects) Constructors in dev.wyck.biome.internal with parameters of type BiomeSpecialEffectsModifierConstructorDescriptionBiomeImpl(ResourceKey resourceKey, ClimateSettings climateSettings, BiomeSpecialEffects specialEffects, EnvironmentAttributeMap attributes, @Nullable BiomeSpawner biomeSpawner, @Nullable BiomeGenerationSettings generationSettings) CustomBiomeImpl(ResourceKey resourceKey, ClimateSettings climateSettings, BiomeSpecialEffects specialEffects, EnvironmentAttributeMap attributes, @Nullable BiomeSpawner biomeSpawner, @Nullable BiomeGenerationSettings generationSettings, List<BlockReplacement> blockReplacements)