Class EventPacket.Receive
java.lang.Object
org.rusherhack.core.event.type.Event
org.rusherhack.core.event.type.EventCancellable
org.rusherhack.client.api.events.network.EventPacket
org.rusherhack.client.api.events.network.EventPacket.Receive
- All Implemented Interfaces:
org.rusherhack.core.event.stage.IStageable
- Enclosing class:
- EventPacket
This event is called when a packet is being received from the server.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rusherhack.client.api.events.network.EventPacket
EventPacket.Receive, EventPacket.Send
-
Constructor Summary
-
Method Summary
Methods inherited from class org.rusherhack.client.api.events.network.EventPacket
getPacket, getPreferredStage
Methods inherited from class org.rusherhack.core.event.type.EventCancellable
isCancelled, setCancelled
Methods inherited from class org.rusherhack.core.event.type.Event
getStage, setStage
-
Constructor Details
-
Receive
public Receive(net.minecraft.network.protocol.Packet<?> packet)
-