Package net.minecraft.network.packet
Class BundleSplitterPacket<T extends PacketListener>
java.lang.Object
net.minecraft.network.packet.BundleSplitterPacket<T>
- All Implemented Interfaces:
Packet<T>
- Direct Known Subclasses:
BundleDelimiterS2CPacket
public abstract class BundleSplitterPacket<T extends PacketListener>
extends Object
implements Packet<T>
- Mappings:
Namespace Name named net/minecraft/network/packet/BundleSplitterPacketintermediary net/minecraft/class_8037official zk
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidabstract PacketType<? extends BundleSplitterPacket<T>> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable, transitionsNetworkState
-
Constructor Details
-
BundleSplitterPacket
public BundleSplitterPacket()
-
-
Method Details
-
apply
- Specified by:
applyin interfacePacket<T extends PacketListener>- Mappings:
Namespace Name Mixin selector named applyLnet/minecraft/network/packet/Packet;apply(Lnet/minecraft/network/listener/PacketListener;)Vintermediary method_65081Lnet/minecraft/class_2596;method_65081(Lnet/minecraft/class_2547;)Vofficial aLzo;a(Lwk;)V
-
getPacketType
- Specified by:
getPacketTypein interfacePacket<T extends PacketListener>- Mappings:
Namespace Name Mixin selector named getPacketTypeLnet/minecraft/network/packet/Packet;getPacketType()Lnet/minecraft/network/packet/PacketType;intermediary method_65080Lnet/minecraft/class_2596;method_65080()Lnet/minecraft/class_9145;official aLzo;a()Lzq;
-