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