Package net.minecraft.sound
Class AmbientDesertBlockSounds
java.lang.Object
net.minecraft.sound.AmbientDesertBlockSounds
- Mappings:
Namespace Name named net/minecraft/sound/AmbientDesertBlockSoundsintermediary net/minecraft/class_10739official ejk
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static booleancanPlaySandSoundsAt(World world, BlockPos pos) private static booleancheckForSandSoundTriggers(World world, BlockPos.Mutable pos) static booleantriggersDryVegetationSounds(World world, BlockPos pos) private static booleantriggersSandSounds(BlockState state) static voidtryPlayDeadBushSounds(World world, BlockPos pos, Random random) static voidtryPlayDryGrassSounds(World world, BlockPos pos, Random random) static voidtryPlaySandSounds(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_CHANCELnet/minecraft/sound/AmbientDesertBlockSounds;SAND_SOUND_CHANCE:Iintermediary field_56467Lnet/minecraft/class_10739;field_56467:Iofficial aLejk;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_CHANCELnet/minecraft/sound/AmbientDesertBlockSounds;DRY_GRASS_SOUND_CHANCE:Iintermediary field_59760Lnet/minecraft/class_10739;field_59760:Iofficial bLejk;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_CHANCELnet/minecraft/sound/AmbientDesertBlockSounds;DEAD_BUSH_SOUND_CHANCE:Iintermediary field_59761Lnet/minecraft/class_10739;field_59761:Iofficial cLejk;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_CHANCELnet/minecraft/sound/AmbientDesertBlockSounds;DEAD_BUSH_BADLANDS_PENALTY_CHANCE:Iintermediary field_59762Lnet/minecraft/class_10739;field_59762:Iofficial dLejk;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_DIRECTIONSLnet/minecraft/sound/AmbientDesertBlockSounds;REQUIRED_SAND_CHECK_DIRECTIONS:Iintermediary field_56469Lnet/minecraft/class_10739;field_56469:Iofficial eLejk;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_DISTANCELnet/minecraft/sound/AmbientDesertBlockSounds;SAND_CHECK_HORIZONTAL_DISTANCE:Iintermediary field_59763Lnet/minecraft/class_10739;field_59763:Iofficial fLejk;f:I
-
field_59764
private static final int field_59764- See Also:
- Mappings:
Namespace Name Mixin selector named field_59764Lnet/minecraft/sound/AmbientDesertBlockSounds;field_59764:Iintermediary field_59764Lnet/minecraft/class_10739;field_59764:Iofficial gLejk;g:I
-
field_59765
private static final int field_59765- See Also:
- Mappings:
Namespace Name Mixin selector named field_59765Lnet/minecraft/sound/AmbientDesertBlockSounds;field_59765:Iintermediary field_59765Lnet/minecraft/class_10739;field_59765:Iofficial hLejk;h:I
-
-
Constructor Details
-
AmbientDesertBlockSounds
public AmbientDesertBlockSounds()
-
-
Method Details
-
tryPlaySandSounds
- Mappings:
Namespace Name Mixin selector named tryPlaySandSoundsLnet/minecraft/sound/AmbientDesertBlockSounds;tryPlaySandSounds(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/random/Random;)Vintermediary method_70752Lnet/minecraft/class_10739;method_70752(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_5819;)Vofficial aLejk;a(Ldrr;Lja;Lbfr;)V
-
tryPlayDryGrassSounds
- Mappings:
Namespace Name Mixin selector named tryPlayDryGrassSoundsLnet/minecraft/sound/AmbientDesertBlockSounds;tryPlayDryGrassSounds(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/random/Random;)Vintermediary method_70755Lnet/minecraft/class_10739;method_70755(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_5819;)Vofficial bLejk;b(Ldrr;Lja;Lbfr;)V
-
tryPlayDeadBushSounds
- Mappings:
Namespace Name Mixin selector named tryPlayDeadBushSoundsLnet/minecraft/sound/AmbientDesertBlockSounds;tryPlayDeadBushSounds(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/random/Random;)Vintermediary method_70756Lnet/minecraft/class_10739;method_70756(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_5819;)Vofficial cLejk;c(Ldrr;Lja;Lbfr;)V
-
triggersDryVegetationSounds
- Mappings:
Namespace Name Mixin selector named triggersDryVegetationSoundsLnet/minecraft/sound/AmbientDesertBlockSounds;triggersDryVegetationSounds(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)Zintermediary method_70751Lnet/minecraft/class_10739;method_70751(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Zofficial aLejk;a(Ldrr;Lja;)Z
-
canPlaySandSoundsAt
- Mappings:
Namespace Name Mixin selector named canPlaySandSoundsAtLnet/minecraft/sound/AmbientDesertBlockSounds;canPlaySandSoundsAt(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)Zintermediary method_70754Lnet/minecraft/class_10739;method_70754(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Zofficial bLejk;b(Ldrr;Lja;)Z
-
checkForSandSoundTriggers
- Mappings:
Namespace Name Mixin selector named checkForSandSoundTriggersLnet/minecraft/sound/AmbientDesertBlockSounds;checkForSandSoundTriggers(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos$Mutable;)Zintermediary method_70750Lnet/minecraft/class_10739;method_70750(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338$class_2339;)Zofficial aLejk;a(Ldrr;Lja$a;)Z
-
triggersSandSounds
- Mappings:
Namespace Name Mixin selector named triggersSandSoundsLnet/minecraft/sound/AmbientDesertBlockSounds;triggersSandSounds(Lnet/minecraft/block/BlockState;)Zintermediary method_70753Lnet/minecraft/class_10739;method_70753(Lnet/minecraft/class_2680;)Zofficial aLejk;a(Lejn;)Z
-