Uses of Enum Class
net.minecraft.network.play.server.SRecipeBookPacket.State
-
Uses of SRecipeBookPacket.State in net.minecraft.item.crafting
Modifier and TypeMethodDescriptionprivate void
ServerRecipeBook.sendRecipes
(SRecipeBookPacket.State p_194081_1_, ServerPlayerEntity p_194081_2_, List<ResourceLocation> p_194081_3_) -
Uses of SRecipeBookPacket.State in net.minecraft.network.play.server
Modifier and TypeMethodDescriptionSRecipeBookPacket.getState()
static SRecipeBookPacket.State
Returns the enum constant of this class with the specified name.static SRecipeBookPacket.State[]
SRecipeBookPacket.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionSRecipeBookPacket
(SRecipeBookPacket.State p_i242083_1_, Collection<ResourceLocation> p_i242083_2_, Collection<ResourceLocation> p_i242083_3_, RecipeBookStatus p_i242083_4_)