Uses of Class
net.minecraft.network.play.server.SRecipeBookPacket.State
-
Packages that use SRecipeBookPacket.State Package Description net.minecraft.item.crafting net.minecraft.network.play.server -
-
Uses of SRecipeBookPacket.State in net.minecraft.item.crafting
Methods in net.minecraft.item.crafting with parameters of type SRecipeBookPacket.State Modifier and Type Method Description private void
ServerRecipeBook. sendRecipes(SRecipeBookPacket.State p_194081_1_, ServerPlayerEntity p_194081_2_, java.util.List<ResourceLocation> p_194081_3_)
-
Uses of SRecipeBookPacket.State in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as SRecipeBookPacket.State Modifier and Type Field Description private SRecipeBookPacket.State
SRecipeBookPacket. state
Methods in net.minecraft.network.play.server that return SRecipeBookPacket.State Modifier and Type Method Description SRecipeBookPacket.State
SRecipeBookPacket. getState()
static SRecipeBookPacket.State
SRecipeBookPacket.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SRecipeBookPacket.State[]
SRecipeBookPacket.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.network.play.server with parameters of type SRecipeBookPacket.State Constructor Description SRecipeBookPacket(SRecipeBookPacket.State p_i242083_1_, java.util.Collection<ResourceLocation> p_i242083_2_, java.util.Collection<ResourceLocation> p_i242083_3_, RecipeBookStatus p_i242083_4_)
-