Class AmbientMoodSettings

java.lang.Object
net.minecraft.world.level.biome.AmbientMoodSettings

public class AmbientMoodSettings extends Object
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<AmbientMoodSettings> CODEC
    • LEGACY_CAVE_SETTINGS

      public static final AmbientMoodSettings LEGACY_CAVE_SETTINGS
    • soundEvent

      private final Holder<SoundEvent> soundEvent
    • tickDelay

      private final int tickDelay
    • blockSearchExtent

      private final int blockSearchExtent
    • soundPositionOffset

      private final double soundPositionOffset
  • Constructor Details

    • AmbientMoodSettings

      public AmbientMoodSettings(Holder<SoundEvent> p_263350_, int p_263364_, int p_263333_, double p_263345_)
  • Method Details

    • getSoundEvent

      public Holder<SoundEvent> getSoundEvent()
    • getTickDelay

      public int getTickDelay()
    • getBlockSearchExtent

      public int getBlockSearchExtent()
    • getSoundPositionOffset

      public double getSoundPositionOffset()