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>> p_265231_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ClientGamePacketListener p_265490_) Passes this Packet on to the PacketListener for processing.type()
Methods inherited from class net.minecraft.network.protocol.BundlePacket
subPackets
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
-
ClientboundBundlePacket
-
-
Method Details
-
type
- Specified by:
type
in interfacePacket<ClientGamePacketListener>
- Specified by:
type
in classBundlePacket<ClientGamePacketListener>
-
handle
Description copied from interface:Packet
Passes this Packet on to the PacketListener for processing.
-