Package net.minecraft.sound
Class AmbientDesertBlockSounds
java.lang.Object
net.minecraft.sound.AmbientDesertBlockSounds
- Mappings:
Namespace Name named net/minecraft/sound/AmbientDesertBlockSounds
intermediary net/minecraft/class_10739
official edz
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static boolean
canPlaySandSoundsAt
(World world, BlockPos pos) private static boolean
checkForSandSoundTriggers
(World world, BlockPos.Mutable pos) static boolean
triggersDryVegetationSounds
(World world, BlockPos pos) private static boolean
triggersSandSounds
(BlockState state) static void
tryPlayDeadBushSounds
(World world, BlockPos pos, Random random) static void
tryPlayDryGrassSounds
(World world, BlockPos pos, Random random) static void
tryPlaySandSounds
(World world, BlockPos pos, Random random)
-
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
Ledz;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
Ledz;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
Ledz;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
Ledz;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
Ledz;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
Ledz;f:I
-
field_59764
private static final int field_59764- See Also:
- Mappings:
Namespace Name Mixin selector named field_59764
Lnet/minecraft/sound/AmbientDesertBlockSounds;field_59764:I
intermediary field_59764
Lnet/minecraft/class_10739;field_59764:I
official g
Ledz;g:I
-
field_59765
private static final int field_59765- See Also:
- Mappings:
Namespace Name Mixin selector named field_59765
Lnet/minecraft/sound/AmbientDesertBlockSounds;field_59765:I
intermediary field_59765
Lnet/minecraft/class_10739;field_59765:I
official h
Ledz;h:I
-
-
Constructor Details
-
AmbientDesertBlockSounds
public AmbientDesertBlockSounds()
-
-
Method Details
-
tryPlaySandSounds
- 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
Ledz;a(Ldmu;Ljb;Lbck;)V
-
tryPlayDryGrassSounds
- 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
Ledz;b(Ldmu;Ljb;Lbck;)V
-
tryPlayDeadBushSounds
- 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
Ledz;c(Ldmu;Ljb;Lbck;)V
-
triggersDryVegetationSounds
- 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
Ledz;a(Ldmu;Ljb;)Z
-
canPlaySandSoundsAt
- 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
Ledz;b(Ldmu;Ljb;)Z
-
checkForSandSoundTriggers
- 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
Ledz;a(Ldmu;Ljb$a;)Z
-
triggersSandSounds
- 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
Ledz;a(Leeb;)Z
-