public class MusicSound extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.mojang.serialization.Codec<MusicSound> |
CODEC |
private SoundEvent |
event |
private int |
field_24058 |
private int |
field_24059 |
private boolean |
field_24060 |
| Constructor and Description |
|---|
MusicSound(SoundEvent event,
int int2,
int int3,
boolean bool) |
| Modifier and Type | Method and Description |
|---|---|
SoundEvent |
getEvent() |
int |
method_27280() |
int |
method_27281() |
boolean |
method_27282() |
public static final com.mojang.serialization.Codec<MusicSound> CODEC
private final SoundEvent event
private final int field_24058
private final int field_24059
private final boolean field_24060
public MusicSound(SoundEvent event, int int2, int int3, boolean bool)
@Environment(value=CLIENT) public SoundEvent getEvent()
@Environment(value=CLIENT) public int method_27280()
@Environment(value=CLIENT) public int method_27281()
@Environment(value=CLIENT) public boolean method_27282()