public class SSpawnMovingSoundEffectPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
| Constructor and Description |
|---|
SSpawnMovingSoundEffectPacket() |
SSpawnMovingSoundEffectPacket(SoundEvent p_i50763_1_,
SoundCategory p_i50763_2_,
Entity p_i50763_3_,
float p_i50763_4_,
float p_i50763_5_) |
| Modifier and Type | Method and Description |
|---|---|
SoundCategory |
func_218760_c() |
float |
func_218761_f() |
int |
func_218762_d() |
SoundEvent |
func_218763_b() |
float |
func_218764_e() |
void |
processPacket(IClientPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorspublic SSpawnMovingSoundEffectPacket()
public SSpawnMovingSoundEffectPacket(SoundEvent p_i50763_1_, SoundCategory p_i50763_2_, Entity p_i50763_3_, float p_i50763_4_, float p_i50763_5_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic SoundEvent func_218763_b()
public SoundCategory func_218760_c()
public int func_218762_d()
public float func_218764_e()
public float func_218761_f()
public void processPacket(IClientPlayNetHandler handler)
processPacket in interface IPacket<IClientPlayNetHandler>