Package net.minecraft.client.sound
Class BubbleColumnSoundPlayer
java.lang.Object
net.minecraft.client.sound.BubbleColumnSoundPlayer
- All Implemented Interfaces:
ClientPlayerTickable
@Environment(CLIENT) public class BubbleColumnSoundPlayer extends Object implements ClientPlayerTickable
-
Field Summary
Fields Modifier and Type Field Description private booleanfirstTickprivate booleanhasPlayedForCurrentColumnprivate ClientPlayerEntityplayer -
Constructor Summary
Constructors Constructor Description BubbleColumnSoundPlayer(ClientPlayerEntity player) -
Method Summary
Modifier and Type Method Description voidtick()
-
Field Details
-
player
-
hasPlayedForCurrentColumn
private boolean hasPlayedForCurrentColumn -
firstTick
private boolean firstTick
-
-
Constructor Details
-
BubbleColumnSoundPlayer
-
-
Method Details
-
tick
public void tick()- Specified by:
tickin interfaceClientPlayerTickable
-