Class ClientboundBundlePacket
java.lang.Object
net.minecraft.network.protocol.BundlePacket<ClientGamePacketListener>
net.minecraft.network.protocol.game.ClientboundBundlePacket
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
-
Constructor Summary
ConstructorsConstructorDescriptionClientboundBundlePacket(Iterable<Packet<? super ClientGamePacketListener>> packets) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ClientGamePacketListener listener) Passes this Packet on to the PacketListener for processing.type()Methods inherited from class BundlePacket
subPacketsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Packet
isSkippable, isTerminal
-
Constructor Details
-
ClientboundBundlePacket
-
-
Method Details
-
type
- Specified by:
typein interfacePacket<ClientGamePacketListener>- Specified by:
typein classBundlePacket<ClientGamePacketListener>
-
handle
Description copied from interface:PacketPasses this Packet on to the PacketListener for processing.
-