implements Packet<ClientGamePacketListener>
| aez | |
| net.minecraft.network.protocol.game.ClientboundMerchantOffersPacket | |
| net.minecraft.class_3943 | |
| net.minecraft.network.packet.s2c.play.SetTradeOffersS2CPacket |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public static final StreamCodec<RegistryFriendlyByteBuf, ClientboundMerchantOffersPacket> |
| ||||||||
| private final int |
| ||||||||
| private final MerchantOffers |
| ||||||||
| private final int |
| ||||||||
| private final int |
| ||||||||
| private final boolean |
| ||||||||
| private final boolean |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (int syncId, MerchantOffers offers, int levelProgress, int experience, boolean leveled, boolean refreshable) |
| private | (RegistryFriendlyByteBuf buf) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private void |
| ||||||||
| public PacketType<ClientboundMerchantOffersPacket> |
| ||||||||
| public void |
| ||||||||
| public int |
| ||||||||
| public MerchantOffers |
| ||||||||
| public int |
| ||||||||
| public int |
| ||||||||
| public boolean |
| ||||||||
| public boolean |
|