Class SRecipeBookPacket
java.lang.Object
net.minecraft.network.play.server.SRecipeBookPacket
- All Implemented Interfaces:
IPacket<IClientPlayNetHandler>
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate RecipeBookStatus
private List<ResourceLocation>
private SRecipeBookPacket.State
private List<ResourceLocation>
-
Constructor Summary
ConstructorDescriptionSRecipeBookPacket
(SRecipeBookPacket.State p_i242083_1_, Collection<ResourceLocation> p_i242083_2_, Collection<ResourceLocation> p_i242083_3_, RecipeBookStatus p_i242083_4_) -
Method Summary
Modifier and TypeMethodDescriptiongetState()
void
handle
(IClientPlayNetHandler p_148833_1_) void
read
(PacketBuffer p_148837_1_) void
write
(PacketBuffer p_148840_1_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.IPacket
isSkippable
-
Field Details
-
state
-
recipes
-
toHighlight
-
bookSettings
-
-
Constructor Details
-
SRecipeBookPacket
public SRecipeBookPacket() -
SRecipeBookPacket
public SRecipeBookPacket(SRecipeBookPacket.State p_i242083_1_, Collection<ResourceLocation> p_i242083_2_, Collection<ResourceLocation> p_i242083_3_, RecipeBookStatus p_i242083_4_)
-
-
Method Details
-
handle
- Specified by:
handle
in interfaceIPacket<IClientPlayNetHandler>
-
read
- Specified by:
read
in interfaceIPacket<IClientPlayNetHandler>
- Throws:
IOException
-
write
- Specified by:
write
in interfaceIPacket<IClientPlayNetHandler>
- Throws:
IOException
-
getRecipes
-
getHighlights
-
getBookSettings
-
getState
-