Class RequestCustomRulesUpdatePacket
java.lang.Object
com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.RequestCustomRulesUpdatePacket
- All Implemented Interfaces:
PixelmonPacket
Requests for the server to update the client's custom battle rules.
-
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
-
RequestCustomRulesUpdatePacket
public RequestCustomRulesUpdatePacket()
-
-
Method Details
-
handlePacket
protected void handlePacket(net.minecraftforge.event.network.CustomPayloadEvent.Context context) - Specified by:
handlePacket
in classAbstractPixelmonPacket
-