Class ClientboundSetActionBarTextPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundSetActionBarTextPacket
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
public class ClientboundSetActionBarTextPacket
extends Object
implements Packet<ClientGamePacketListener>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionClientboundSetActionBarTextPacket(Component p_179203_)
ClientboundSetActionBarTextPacket(FriendlyByteBuf p_179201_)
-
Method Summary
Modifier and TypeMethodDescriptiongetText()
void
handle(ClientGamePacketListener p_179209_)
void
write(FriendlyByteBuf p_179205_)
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
-
Field Details
-
text
-
-
Constructor Details
-
ClientboundSetActionBarTextPacket
-
ClientboundSetActionBarTextPacket
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientGamePacketListener>
-
handle
- Specified by:
handle
in interfacePacket<ClientGamePacketListener>
-
getText
-