Package net.minecraft.network.listener
Interface TickablePacketListener
- All Superinterfaces:
PacketListener
- All Known Implementing Classes:
ClientConfigurationNetworkHandler
,ClientPlayNetworkHandler
,ServerConfigurationNetworkHandler
,ServerLoginNetworkHandler
,ServerPlayNetworkHandler
- Mappings:
Namespace Name official uu
intermediary net/minecraft/class_7633
named net/minecraft/network/listener/TickablePacketListener
-
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, getSide, getState, isConnectionOpen, onDisconnected, shouldCrashOnException
-
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 official e
Luu;e()V
intermediary method_18784
Lnet/minecraft/class_7633;method_18784()V
named tick
Lnet/minecraft/network/listener/TickablePacketListener;tick()V
-