Package net.minecraft.network.listener
Interface TickablePacketListener
- All Superinterfaces:
PacketListener
- All Known Implementing Classes:
ClientPlayNetworkHandler
,ServerLoginNetworkHandler
,ServerPlayNetworkHandler
- Mappings:
Namespace Name official so
intermediary net/minecraft/class_7633
named net/minecraft/network/listener/TickablePacketListener
-
Method Summary
Methods inherited from interface net.minecraft.network.listener.PacketListener
isConnectionOpen, onDisconnected, shouldCrashOnException
-
Method Details
-
tick
void tick()- Mappings:
Namespace Name Mixin selector official c
Lso;c()V
intermediary method_18784
Lnet/minecraft/class_7633;method_18784()V
named tick
Lnet/minecraft/network/listener/TickablePacketListener;tick()V
-