public class MoveAbilityPacket
extends org.cyclops.cyclopscore.network.PacketCodec
Modifier and Type | Class and Description |
---|---|
static class |
MoveAbilityPacket.Movement |
Constructor and Description |
---|
MoveAbilityPacket() |
MoveAbilityPacket(Ability ability,
MoveAbilityPacket.Movement movement) |
Modifier and Type | Method and Description |
---|---|
void |
actionClient(net.minecraft.world.World world,
net.minecraft.entity.player.EntityPlayer player) |
void |
actionServer(net.minecraft.world.World world,
net.minecraft.entity.player.EntityPlayerMP player) |
boolean |
isAsync() |
public MoveAbilityPacket()
public MoveAbilityPacket(Ability ability, MoveAbilityPacket.Movement movement)
public boolean isAsync()
isAsync
in class org.cyclops.cyclopscore.network.PacketBase
public void actionClient(net.minecraft.world.World world, net.minecraft.entity.player.EntityPlayer player)
actionClient
in class org.cyclops.cyclopscore.network.PacketBase
public void actionServer(net.minecraft.world.World world, net.minecraft.entity.player.EntityPlayerMP player)
actionServer
in class org.cyclops.cyclopscore.network.PacketBase