Class ClientboundRecipePacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundRecipePacket
- All Implemented Interfaces:
- Packet<ClientGamePacketListener>
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final RecipeBookSettingsprivate final List<ResourceLocation>private final ClientboundRecipePacket.Stateprivate final List<ResourceLocation>
- 
Constructor SummaryConstructorsConstructorDescriptionClientboundRecipePacket(FriendlyByteBuf p_179162_) ClientboundRecipePacket(ClientboundRecipePacket.State p_132855_, Collection<ResourceLocation> p_132856_, Collection<ResourceLocation> p_132857_, RecipeBookSettings p_132858_) 
- 
Method SummaryModifier and TypeMethodDescriptiongetState()voidhandle(ClientGamePacketListener p_132864_) voidwrite(FriendlyByteBuf p_132867_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.PacketisSkippable, nextProtocol
- 
Field Details- 
state
- 
recipes
- 
toHighlight
- 
bookSettings
 
- 
- 
Constructor Details- 
ClientboundRecipePacketpublic ClientboundRecipePacket(ClientboundRecipePacket.State p_132855_, Collection<ResourceLocation> p_132856_, Collection<ResourceLocation> p_132857_, RecipeBookSettings p_132858_) 
- 
ClientboundRecipePacket
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ClientGamePacketListener>
 
- 
handle- Specified by:
- handlein interface- Packet<ClientGamePacketListener>
 
- 
getRecipes
- 
getHighlights
- 
getBookSettings
- 
getState
 
-