@Deprecated public class LevelSoundEvent1Packet extends java.lang.Object implements BedrockPacket
| Constructor and Description |
|---|
LevelSoundEvent1Packet()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other)
Deprecated.
|
LevelSoundEvent1Packet |
clone()
Deprecated.
Creates a new instance of this packet using Object.clone()
Will throw a
UnsupportedOperationException if the packet implements ReferenceCounted |
boolean |
equals(java.lang.Object o)
Deprecated.
|
int |
getExtraData()
Deprecated.
|
BedrockPacketType |
getPacketType()
Deprecated.
|
int |
getPitch()
Deprecated.
|
org.cloudburstmc.math.vector.Vector3f |
getPosition()
Deprecated.
|
SoundEvent |
getSound()
Deprecated.
|
org.cloudburstmc.protocol.common.PacketSignal |
handle(BedrockPacketHandler handler)
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isBabySound()
Deprecated.
|
boolean |
isRelativeVolumeDisabled()
Deprecated.
|
void |
setBabySound(boolean babySound)
Deprecated.
|
void |
setExtraData(int extraData)
Deprecated.
|
void |
setPitch(int pitch)
Deprecated.
|
void |
setPosition(org.cloudburstmc.math.vector.Vector3f position)
Deprecated.
|
void |
setRelativeVolumeDisabled(boolean relativeVolumeDisabled)
Deprecated.
|
void |
setSound(SoundEvent sound)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
public final org.cloudburstmc.protocol.common.PacketSignal handle(BedrockPacketHandler handler)
handle in interface BedrockPacketpublic BedrockPacketType getPacketType()
getPacketType in interface BedrockPacketpublic LevelSoundEvent1Packet clone()
BedrockPacketUnsupportedOperationException if the packet implements ReferenceCountedclone in interface BedrockPacketclone in class java.lang.Objectpublic SoundEvent getSound()
public org.cloudburstmc.math.vector.Vector3f getPosition()
public int getExtraData()
public int getPitch()
public boolean isBabySound()
public boolean isRelativeVolumeDisabled()
public void setSound(SoundEvent sound)
public void setPosition(org.cloudburstmc.math.vector.Vector3f position)
public void setExtraData(int extraData)
public void setPitch(int pitch)
public void setBabySound(boolean babySound)
public void setRelativeVolumeDisabled(boolean relativeVolumeDisabled)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object