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
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionClientboundSetActionBarTextPacket(Component p_179203_) ClientboundSetActionBarTextPacket(FriendlyByteBuf p_179201_)  - 
Method Summary
Modifier and TypeMethodDescriptiongetText()voidhandle(ClientGamePacketListener p_179209_) voidwrite(FriendlyByteBuf p_179205_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.Packet
isSkippable 
- 
Field Details
- 
text
 
 - 
 - 
Constructor Details
- 
ClientboundSetActionBarTextPacket
 - 
ClientboundSetActionBarTextPacket
 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfacePacket<ClientGamePacketListener>
 - 
handle
- Specified by:
 handlein interfacePacket<ClientGamePacketListener>
 - 
getText
 
 -