public class SSpawnMovingSoundEffectPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
| コンストラクタと説明 |
|---|
SSpawnMovingSoundEffectPacket() |
SSpawnMovingSoundEffectPacket(SoundEvent p_i50763_1_,
SoundCategory p_i50763_2_,
Entity p_i50763_3_,
float p_i50763_4_,
float p_i50763_5_) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SoundCategory |
func_218760_c() |
float |
func_218761_f() |
int |
func_218762_d() |
SoundEvent |
func_218763_b() |
float |
func_218764_e() |
void |
processPacket(IClientPlayNetHandler handler)
Passes this Packet on to the NetHandler for processing.
|
void |
readPacketData(PacketBuffer buf)
Reads the raw packet data from the data stream.
|
void |
writePacketData(PacketBuffer buf)
Writes the raw packet data to the data stream.
|
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 インタフェース内 IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData インタフェース内 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 インタフェース内 IPacket<IClientPlayNetHandler>