Class EndSpectatePacket
java.lang.Object
com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
com.pixelmonmod.pixelmon.comm.packetHandlers.battles.EndSpectatePacket
- All Implemented Interfaces:
PixelmonPacket
Takes the player out of the battle being spectated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
handlePacket
(net.minecraftforge.event.network.CustomPayloadEvent.Context context) Methods inherited from class com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
decode, encode, handle, reply
-
Constructor Details
-
EndSpectatePacket
public EndSpectatePacket()
-
-
Method Details
-
handlePacket
protected void handlePacket(net.minecraftforge.event.network.CustomPayloadEvent.Context context) - Specified by:
handlePacket
in classAbstractPixelmonPacket
-