Uses of Interface
net.minecraft.network.PacketSendListener
Packages that use PacketSendListener
Package
Description
-
Uses of PacketSendListener in net.minecraft.network
Methods in net.minecraft.network that return PacketSendListenerModifier and TypeMethodDescriptionstatic PacketSendListener
PacketSendListener.exceptionallySend
(Supplier<Packet<?>> p_243289_) static PacketSendListener
Methods in net.minecraft.network with parameters of type PacketSendListenerModifier and TypeMethodDescriptionprivate void
Connection.doSendPacket
(Packet<?> p_243260_, PacketSendListener p_243290_, boolean p_294125_) void
Connection.send
(Packet<?> p_243248_, PacketSendListener p_243316_) void
Connection.send
(Packet<?> p_295839_, PacketSendListener p_294866_, boolean p_294265_) private void
Connection.sendPacket
(Packet<?> p_129521_, PacketSendListener p_243246_, boolean p_294510_) -
Uses of PacketSendListener in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type PacketSendListenerModifier and TypeMethodDescriptionvoid
ServerCommonPacketListenerImpl.send
(Packet<?> p_295099_, PacketSendListener p_296321_) -
Uses of PacketSendListener in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions with parameters of type PacketSendListenerModifier and TypeMethodDescriptiondefault void
IServerCommonPacketListenerExtension.send
(CustomPacketPayload payload, @Nullable PacketSendListener listener) Sends a payload to the client of this listener.void
IServerCommonPacketListenerExtension.send
(Packet<?> packet, @Nullable PacketSendListener listener) Sends a packet to the client of this listener. -
Uses of PacketSendListener in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type PacketSendListenerModifier and TypeMethodDescriptionvoid
FakePlayer.FakePlayerNetHandler.send
(Packet<?> packet, @Nullable PacketSendListener sendListener)