implements Packet<ClientPlayPacketListener>
| net.minecraft.network.protocol.game.ClientboundUpdateAdvancementsPacket | |
| net.minecraft.class_2779 | |
| net.minecraft.network.packet.s2c.play.AdvancementUpdateS2CPacket |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| public static final PacketCodec<RegistryByteBuf, AdvancementUpdateS2CPacket> |
|
||||||
| private final boolean |
|
||||||
| private final List<AdvancementEntry> |
|
||||||
| private final Set<Identifier> |
|
||||||
| private final Map<Identifier, AdvancementProgress> |
|
||||||
| private final boolean |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (boolean clearCurrent, Collection<AdvancementEntry> toEarn, Set<Identifier> toRemove, Map<Identifier, AdvancementProgress> toSetProgress, boolean showToast) |
| private | (RegistryByteBuf buf) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| private void |
|
||||||
| public PacketType<AdvancementUpdateS2CPacket> |
|
||||||
| public void |
|
||||||
| public List<AdvancementEntry> |
|
||||||
| public Set<Identifier> |
|
||||||
| public Map<Identifier, AdvancementProgress> |
|
||||||
| public boolean |
|
||||||
| public boolean |
|
||||||
| public void |
|
||||||
| private static void |
|