Package net.minecraft.network.listener
Interface TickablePacketListener
- All Superinterfaces:
PacketListener
- All Known Implementing Classes:
ClientConfigurationNetworkHandler,ClientPlayNetworkHandler,ServerConfigurationNetworkHandler,ServerLoginNetworkHandler,ServerPlayNetworkHandler
- Mappings:
Namespace Name official wsintermediary net/minecraft/class_7633named net/minecraft/network/listener/TickablePacketListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidtick()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, 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 eLws;e()Vintermediary method_18784Lnet/minecraft/class_7633;method_18784()Vnamed tickLnet/minecraft/network/listener/TickablePacketListener;tick()V
-