Package net.minecraft.network.listener
Interface TickablePacketListener
- All Superinterfaces:
PacketListener
- All Known Implementing Classes:
ClientConfigurationNetworkHandler
,ClientPlayNetworkHandler
,ServerConfigurationNetworkHandler
,ServerLoginNetworkHandler
,ServerPlayNetworkHandler
- Mappings:
Namespace Name named net/minecraft/network/listener/TickablePacketListener
intermediary net/minecraft/class_7633
official xd
-
Method Summary
Modifier and TypeMethodDescriptionvoid
tick()
Ticks this packet listener on the game engine thread.Methods inherited from interface net.minecraft.network.listener.PacketListener
accepts, addCustomCrashReportInfo, fillCrashReport, getPhase, getSide, isConnectionOpen, onDisconnected, onPacketException
-
Method Details
-
tick
void tick()Ticks this packet listener on the game engine thread. The listener is responsible for synchronizing between the game engine and netty event loop threads.- Mappings:
Namespace Name Mixin selector named tick
Lnet/minecraft/network/listener/TickablePacketListener;tick()V
intermediary method_18784
Lnet/minecraft/class_7633;method_18784()V
official d
Lxd;d()V
-