public class Sound
implements SoundContainer<Sound>
| byd | |
| net.minecraft.class_2906 | |
| net.minecraft.client.sound.Sound | |
| net.minecraft.client.audio.Sound |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private final Identifier |
| ||||||||
| private final float |
| ||||||||
| private final float |
| ||||||||
| private final int |
| ||||||||
| private final Sound$Type |
| ||||||||
| private final boolean |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (String id, float volume, float pitch, int weight, Sound$Type type, boolean stream) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public Identifier |
| ||||||||
| public Identifier |
| ||||||||
| public float |
| ||||||||
| public float |
| ||||||||
| public int |
| ||||||||
| public Sound |
| ||||||||
| public Sound$Type |
| ||||||||
| public boolean |
|