Class ClientboundBundleDelimiterPacket
java.lang.Object
net.minecraft.network.protocol.BundleDelimiterPacket<ClientGamePacketListener>
net.minecraft.network.protocol.game.ClientboundBundleDelimiterPacket
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
public class ClientboundBundleDelimiterPacket
extends BundleDelimiterPacket<ClientGamePacketListener>
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.network.protocol.BundleDelimiterPacket
handle
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.protocol.Packet
isSkippable, isTerminal
-
Constructor Details
-
ClientboundBundleDelimiterPacket
public ClientboundBundleDelimiterPacket()
-
-
Method Details
-
type
- Specified by:
type
in interfacePacket<ClientGamePacketListener>
- Specified by:
type
in classBundleDelimiterPacket<ClientGamePacketListener>
-