implements Packet<ClientGamePacketListener>
| afz | |
| 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 Type | Field | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final StreamCodec<RegistryFriendlyByteBuf, ClientboundUpdateAdvancementsPacket> | 
  | ||||||||||
| private final boolean | 
  | ||||||||||
| private final List<AdvancementHolder> | 
  | ||||||||||
| private final Set<ResourceLocation> | 
  | ||||||||||
| private final Map<ResourceLocation, AdvancementProgress> | 
  | 
Constructor summary
| Modifier | Constructor | 
|---|---|
| public | (boolean clearCurrent, Collection<AdvancementHolder> toEarn, Set<ResourceLocation> toRemove, Map<ResourceLocation, AdvancementProgress> toSetProgress) | 
| private | (RegistryFriendlyByteBuf buf) | 
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private void | 
  | ||||||||||
| public PacketType<ClientboundUpdateAdvancementsPacket> | 
  | ||||||||||
| public void | 
  | ||||||||||
| public List<AdvancementHolder> | 
  | ||||||||||
| public Set<ResourceLocation> | 
  | ||||||||||
| public Map<ResourceLocation, AdvancementProgress> | 
  | ||||||||||
| public boolean | 
  |