Uses of Interface
net.minecraft.network.listener.ServerPacketListener
Package
Description
-
Uses of ServerPacketListener in net.minecraft.client.network
Modifier and TypeFieldDescriptionprivate final Packet<? extends ServerPacketListener>
ClientCommonNetworkHandler.QueuedPacket.packet
The field for thepacket
record component.Modifier and TypeMethodDescriptionPacket<? extends ServerPacketListener>
ClientCommonNetworkHandler.QueuedPacket.packet()
Returns the value of thepacket
record component.Modifier and TypeMethodDescriptionprivate void
ClientCommonNetworkHandler.send
(Packet<? extends ServerPacketListener> packet, BooleanSupplier sendCondition, Duration expiry) ModifierConstructorDescription(package private)
QueuedPacket
(Packet<? extends ServerPacketListener> packet, BooleanSupplier booleanSupplier, long long2) -
Uses of ServerPacketListener in net.minecraft.network.listener
Modifier and TypeInterfaceDescriptioninterface
interface
interface
The interface for serverbound packet listeners.interface
interface
interface
A server side packet listener where play stage packets from a client are processed.interface
-
Uses of ServerPacketListener in net.minecraft.server.network
Modifier and TypeClassDescriptionclass
A server handshake network handler that exclusively handles local connections.class
class
class
class
The server login network handler.class
class