public class SendAbilityStorePacket
extends org.cyclops.cyclopscore.network.PacketCodec
Constructor and Description |
---|
SendAbilityStorePacket() |
SendAbilityStorePacket(int entityId,
net.minecraft.nbt.NBTTagCompound tag) |
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 SendAbilityStorePacket()
public SendAbilityStorePacket(int entityId, net.minecraft.nbt.NBTTagCompound tag)
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