Uses of Enum Class
net.minecraft.network.play.server.SRecipeBookPacket.State
Packages that use SRecipeBookPacket.State
-
Uses of SRecipeBookPacket.State in net.minecraft.item.crafting
Methods in net.minecraft.item.crafting with parameters of type SRecipeBookPacket.StateModifier and TypeMethodDescriptionprivate voidServerRecipeBook.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
Fields in net.minecraft.network.play.server declared as SRecipeBookPacket.StateMethods in net.minecraft.network.play.server that return SRecipeBookPacket.StateModifier and TypeMethodDescriptionSRecipeBookPacket.getState()static SRecipeBookPacket.StateReturns 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.Constructors in net.minecraft.network.play.server with parameters of type SRecipeBookPacket.StateModifierConstructorDescriptionSRecipeBookPacket(SRecipeBookPacket.State p_i242083_1_, Collection<ResourceLocation> p_i242083_2_, Collection<ResourceLocation> p_i242083_3_, RecipeBookStatus p_i242083_4_)