2025-11-24 22:52:51 +03:00

15 lines
269 B
Java

/*
* Decompiled with CFR 0.152.
*/
package net.minecraft.client.resources.sounds;
import net.minecraft.client.resources.sounds.SoundInstance;
public interface TickableSoundInstance
extends SoundInstance {
public boolean isStopped();
public void tick();
}