Class MoodSoundAmbience

java.lang.Object
net.minecraft.world.biome.MoodSoundAmbience

public class MoodSoundAmbience extends Object
  • Field Details

    • CODEC

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

      public static final MoodSoundAmbience LEGACY_CAVE_SETTINGS
    • soundEvent

      private SoundEvent soundEvent
    • tickDelay

      private int tickDelay
    • blockSearchExtent

      private int blockSearchExtent
    • soundPositionOffset

      private double soundPositionOffset
  • Constructor Details

    • MoodSoundAmbience

      public MoodSoundAmbience(SoundEvent p_i231628_1_, int p_i231628_2_, int p_i231628_3_, double p_i231628_4_)
  • Method Details

    • getSoundEvent

      public SoundEvent getSoundEvent()
    • getTickDelay

      public int getTickDelay()
    • getBlockSearchExtent

      public int getBlockSearchExtent()
    • getSoundPositionOffset

      public double getSoundPositionOffset()