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 SoundEvent soundEvent
    • tickDelay

      private final int tickDelay
    • blockSearchExtent

      private final int blockSearchExtent
    • soundPositionOffset

      private final double soundPositionOffset
  • Constructor Details

    • AmbientMoodSettings

      public AmbientMoodSettings(SoundEvent p_47394_, int p_47395_, int p_47396_, double p_47397_)
  • Method Details

    • getSoundEvent

      public SoundEvent getSoundEvent()
    • getTickDelay

      public int getTickDelay()
    • getBlockSearchExtent

      public int getBlockSearchExtent()
    • getSoundPositionOffset

      public double getSoundPositionOffset()