Class ClientboundClearTitlesPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundClearTitlesPacket
- All Implemented Interfaces:
 Packet<ClientGamePacketListener>
public class ClientboundClearTitlesPacket
extends Object
implements Packet<ClientGamePacketListener>
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionClientboundClearTitlesPacket(boolean p_178781_) ClientboundClearTitlesPacket(FriendlyByteBuf p_178779_)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ClientGamePacketListener p_178787_) booleanvoidwrite(FriendlyByteBuf p_178783_) 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, nextProtocol 
- 
Field Details
- 
resetTimes
private final boolean resetTimes 
 - 
 - 
Constructor Details
- 
ClientboundClearTitlesPacket
public ClientboundClearTitlesPacket(boolean p_178781_)  - 
ClientboundClearTitlesPacket
 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfacePacket<ClientGamePacketListener>
 - 
handle
- Specified by:
 handlein interfacePacket<ClientGamePacketListener>
 - 
shouldResetTimes
public boolean shouldResetTimes() 
 -