public class LevelSoundEventPacket extends LevelSoundEvent2Packet
| Constructor and Description |
|---|
LevelSoundEventPacket() |
| Modifier and Type | Method and Description |
|---|---|
LevelSoundEventPacket |
clone()
Creates a new instance of this packet using Object.clone()
Will throw a
UnsupportedOperationException if the packet implements ReferenceCounted |
BedrockPacketType |
getPacketType() |
org.cloudburstmc.protocol.common.PacketSignal |
handle(BedrockPacketHandler handler) |
canEqual, equals, getExtraData, getIdentifier, getPosition, getSound, hashCode, isBabySound, isRelativeVolumeDisabled, setBabySound, setExtraData, setIdentifier, setPosition, setRelativeVolumeDisabled, setSound, toStringpublic org.cloudburstmc.protocol.common.PacketSignal handle(BedrockPacketHandler handler)
handle in interface BedrockPackethandle in class LevelSoundEvent2Packetpublic BedrockPacketType getPacketType()
getPacketType in interface BedrockPacketgetPacketType in class LevelSoundEvent2Packetpublic LevelSoundEventPacket clone()
BedrockPacketUnsupportedOperationException if the packet implements ReferenceCountedclone in interface BedrockPacketclone in class LevelSoundEvent2Packet