implements Packet<ClientGamePacketListener>
| aes | |
| net.minecraft.network.protocol.game.ClientboundRecipePacket | |
| net.minecraft.class_2713 | |
| net.minecraft.network.packet.s2c.play.UnlockRecipesS2CPacket | |
| net.minecraft.src.C_5098_ | |
| net.minecraft.network.protocol.game.PacketPlayOutRecipes |
Field summary
| Modifier and Type | Field | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final StreamCodec<FriendlyByteBuf, ClientboundRecipePacket> |
| ||||||||||
| private final ClientboundRecipePacket$State |
| ||||||||||
| private final List<ResourceLocation> |
| ||||||||||
| private final List<ResourceLocation> |
| ||||||||||
| private final RecipeBookSettings |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (ClientboundRecipePacket$State action, Collection<ResourceLocation> recipeIdsToChange, Collection<ResourceLocation> recipeIdsToInit, RecipeBookSettings options) |
| private | (FriendlyByteBuf buf) |
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private void |
| ||||||||||
| public PacketType<ClientboundRecipePacket> |
| ||||||||||
| public void |
| ||||||||||
| public List<ResourceLocation> |
| ||||||||||
| public List<ResourceLocation> |
| ||||||||||
| public RecipeBookSettings |
| ||||||||||
| public ClientboundRecipePacket$State |
|