public class RequestAbilityStorePacket
extends org.cyclops.cyclopscore.network.PacketCodec
Constructor and Description |
---|
RequestAbilityStorePacket() |
RequestAbilityStorePacket(java.lang.String entityUuid) |
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 RequestAbilityStorePacket()
public RequestAbilityStorePacket(java.lang.String entityUuid)
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