public class PlayBattleParticleSystemPacket extends AbstractPixelmonPacket
| Constructor and Description |
|---|
PlayBattleParticleSystemPacket() |
PlayBattleParticleSystemPacket(AttackAnimation animation,
Attack attack,
AttackAnimationData effect,
boolean groundedStartPosition,
boolean groundedEndPosition) |
PlayBattleParticleSystemPacket(net.minecraft.world.World dimension,
AttackAnimationData effect,
ImmutableAttack ab,
int startID,
net.minecraft.util.math.vector.Vector3d startPos,
int endID,
net.minecraft.util.math.vector.Vector3d endPos) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(net.minecraft.network.PacketBuffer buf)
Decodes the information from the buffer to the packet instance
|
void |
encode(net.minecraft.network.PacketBuffer buf)
Encodes the buffer with the packet information
|
protected void |
handlePacket(net.minecraftforge.fml.network.NetworkEvent.Context context) |
handle, replypublic PlayBattleParticleSystemPacket()
public PlayBattleParticleSystemPacket(AttackAnimation animation, Attack attack, AttackAnimationData effect, boolean groundedStartPosition, boolean groundedEndPosition)
public PlayBattleParticleSystemPacket(net.minecraft.world.World dimension,
AttackAnimationData effect,
ImmutableAttack ab,
int startID,
net.minecraft.util.math.vector.Vector3d startPos,
int endID,
net.minecraft.util.math.vector.Vector3d endPos)
public void decode(net.minecraft.network.PacketBuffer buf)
PixelmonPacketdecode in interface PixelmonPacketdecode in class AbstractPixelmonPacketbuf - The buffer being decodedpublic void encode(net.minecraft.network.PacketBuffer buf)
PixelmonPacketencode in interface PixelmonPacketencode in class AbstractPixelmonPacketbuf - The buffer being encodedprotected void handlePacket(net.minecraftforge.fml.network.NetworkEvent.Context context)
handlePacket in class AbstractPixelmonPacket