net.minecraft.network.protocol.game

public class ClientboundUpdateAdvancementsPacket

implements Packet<ClientGamePacketListener>

zg
net.minecraft.network.protocol.game.ClientboundUpdateAdvancementsPacket
net.minecraft.class_2779
net.minecraft.network.packet.s2c.play.AdvancementUpdateS2CPacket
net.minecraft.src.C_5136_
net.minecraft.network.protocol.game.PacketPlayOutAdvancements

Field summary

Modifier and TypeField
private final boolean
a
reset
field_12718
clearCurrent
f_133554_
private final Map<ResourceLocation, Advancement$Builder>
b
added
field_12717
toEarn
f_133555_
private final Set<ResourceLocation>
c
removed
field_12715
toRemove
f_133556_
private final Map<ResourceLocation, AdvancementProgress>
d
progress
field_12716
toSetProgress
f_133557_

Constructor summary

ModifierConstructor
public (boolean clearCurrent, Collection<Advancement> toEarn, Set<ResourceLocation> toRemove, Map<ResourceLocation, AdvancementProgress> toSetProgress)
public (FriendlyByteBuf buf)

Method summary

Modifier and TypeMethod
public void
a(ss arg0)
write(FriendlyByteBuf arg0)
method_11052(class_2540 arg0)
write(PacketByteBuf arg0)
m_5779_(C_4983_ arg0)
public void
a(ve arg0)
handle(ClientGamePacketListener arg0)
method_11925(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
m_5797_(C_5031_ arg0)
public Map<ResourceLocation, Advancement$Builder>
a()
getAdded()
method_11928()
getAdvancementsToEarn()
m_133570_()
public Set<ResourceLocation>
c()
getRemoved()
method_11926()
getAdvancementIdsToRemove()
m_133573_()
public Map<ResourceLocation, AdvancementProgress>
d()
getProgress()
method_11927()
getAdvancementsToProgress()
m_133574_()
public boolean
e()
shouldReset()
method_11924()
shouldClearCurrent()
m_133575_()