Class AmbientDesertBlockSounds

java.lang.Object
net.minecraft.sound.AmbientDesertBlockSounds

public class AmbientDesertBlockSounds extends Object
Mappings:
Namespace Name
named net/minecraft/sound/AmbientDesertBlockSounds
intermediary net/minecraft/class_10739
official ejj
  • Field Details

    • SAND_SOUND_CHANCE

      private static final int SAND_SOUND_CHANCE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named SAND_SOUND_CHANCE Lnet/minecraft/sound/AmbientDesertBlockSounds;SAND_SOUND_CHANCE:I
      intermediary field_56467 Lnet/minecraft/class_10739;field_56467:I
      official a Lejj;a:I
    • DRY_GRASS_SOUND_CHANCE

      private static final int DRY_GRASS_SOUND_CHANCE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named DRY_GRASS_SOUND_CHANCE Lnet/minecraft/sound/AmbientDesertBlockSounds;DRY_GRASS_SOUND_CHANCE:I
      intermediary field_59760 Lnet/minecraft/class_10739;field_59760:I
      official b Lejj;b:I
    • DEAD_BUSH_SOUND_CHANCE

      private static final int DEAD_BUSH_SOUND_CHANCE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named DEAD_BUSH_SOUND_CHANCE Lnet/minecraft/sound/AmbientDesertBlockSounds;DEAD_BUSH_SOUND_CHANCE:I
      intermediary field_59761 Lnet/minecraft/class_10739;field_59761:I
      official c Lejj;c:I
    • DEAD_BUSH_BADLANDS_PENALTY_CHANCE

      private static final int DEAD_BUSH_BADLANDS_PENALTY_CHANCE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named DEAD_BUSH_BADLANDS_PENALTY_CHANCE Lnet/minecraft/sound/AmbientDesertBlockSounds;DEAD_BUSH_BADLANDS_PENALTY_CHANCE:I
      intermediary field_59762 Lnet/minecraft/class_10739;field_59762:I
      official d Lejj;d:I
    • REQUIRED_SAND_CHECK_DIRECTIONS

      private static final int REQUIRED_SAND_CHECK_DIRECTIONS
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named REQUIRED_SAND_CHECK_DIRECTIONS Lnet/minecraft/sound/AmbientDesertBlockSounds;REQUIRED_SAND_CHECK_DIRECTIONS:I
      intermediary field_56469 Lnet/minecraft/class_10739;field_56469:I
      official e Lejj;e:I
    • SAND_CHECK_HORIZONTAL_DISTANCE

      private static final int SAND_CHECK_HORIZONTAL_DISTANCE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named SAND_CHECK_HORIZONTAL_DISTANCE Lnet/minecraft/sound/AmbientDesertBlockSounds;SAND_CHECK_HORIZONTAL_DISTANCE:I
      intermediary field_59763 Lnet/minecraft/class_10739;field_59763:I
      official f Lejj;f:I
    • SAND_CHECK_VERTICAL_DISTANCE

      private static final int SAND_CHECK_VERTICAL_DISTANCE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named SAND_CHECK_VERTICAL_DISTANCE Lnet/minecraft/sound/AmbientDesertBlockSounds;SAND_CHECK_VERTICAL_DISTANCE:I
      intermediary field_59764 Lnet/minecraft/class_10739;field_59764:I
      official g Lejj;g:I
    • HORIZONTAL_DIRECTIONS

      private static final int HORIZONTAL_DIRECTIONS
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named HORIZONTAL_DIRECTIONS Lnet/minecraft/sound/AmbientDesertBlockSounds;HORIZONTAL_DIRECTIONS:I
      intermediary field_59765 Lnet/minecraft/class_10739;field_59765:I
      official h Lejj;h:I
  • Constructor Details

    • AmbientDesertBlockSounds

      public AmbientDesertBlockSounds()
  • Method Details

    • tryPlaySandSounds

      public static void tryPlaySandSounds(World world, BlockPos pos, Random random)
      Mappings:
      Namespace Name Mixin selector
      named tryPlaySandSounds Lnet/minecraft/sound/AmbientDesertBlockSounds;tryPlaySandSounds(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/random/Random;)V
      intermediary method_70752 Lnet/minecraft/class_10739;method_70752(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_5819;)V
      official a Lejj;a(Ldrq;Lja;Lbfq;)V
    • tryPlayDryGrassSounds

      public static void tryPlayDryGrassSounds(World world, BlockPos pos, Random random)
      Mappings:
      Namespace Name Mixin selector
      named tryPlayDryGrassSounds Lnet/minecraft/sound/AmbientDesertBlockSounds;tryPlayDryGrassSounds(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/random/Random;)V
      intermediary method_70755 Lnet/minecraft/class_10739;method_70755(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_5819;)V
      official b Lejj;b(Ldrq;Lja;Lbfq;)V
    • tryPlayDeadBushSounds

      public static void tryPlayDeadBushSounds(World world, BlockPos pos, Random random)
      Mappings:
      Namespace Name Mixin selector
      named tryPlayDeadBushSounds Lnet/minecraft/sound/AmbientDesertBlockSounds;tryPlayDeadBushSounds(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/random/Random;)V
      intermediary method_70756 Lnet/minecraft/class_10739;method_70756(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_5819;)V
      official c Lejj;c(Ldrq;Lja;Lbfq;)V
    • triggersDryVegetationSounds

      public static boolean triggersDryVegetationSounds(World world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      named triggersDryVegetationSounds Lnet/minecraft/sound/AmbientDesertBlockSounds;triggersDryVegetationSounds(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)Z
      intermediary method_70751 Lnet/minecraft/class_10739;method_70751(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Z
      official a Lejj;a(Ldrq;Lja;)Z
    • canPlaySandSoundsAt

      private static boolean canPlaySandSoundsAt(World world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      named canPlaySandSoundsAt Lnet/minecraft/sound/AmbientDesertBlockSounds;canPlaySandSoundsAt(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)Z
      intermediary method_70754 Lnet/minecraft/class_10739;method_70754(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Z
      official b Lejj;b(Ldrq;Lja;)Z
    • checkForSandSoundTriggers

      private static boolean checkForSandSoundTriggers(World world, BlockPos.Mutable pos)
      Mappings:
      Namespace Name Mixin selector
      named checkForSandSoundTriggers Lnet/minecraft/sound/AmbientDesertBlockSounds;checkForSandSoundTriggers(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos$Mutable;)Z
      intermediary method_70750 Lnet/minecraft/class_10739;method_70750(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338$class_2339;)Z
      official a Lejj;a(Ldrq;Lja$a;)Z
    • triggersSandSounds

      private static boolean triggersSandSounds(BlockState state)
      Mappings:
      Namespace Name Mixin selector
      named triggersSandSounds Lnet/minecraft/sound/AmbientDesertBlockSounds;triggersSandSounds(Lnet/minecraft/block/BlockState;)Z
      intermediary method_70753 Lnet/minecraft/class_10739;method_70753(Lnet/minecraft/class_2680;)Z
      official a Lejj;a(Lejm;)Z