Uses of Enum Class
net.minecraft.network.protocol.game.ClientboundRecipePacket.State
-
Uses of ClientboundRecipePacket.State in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final ClientboundRecipePacket.State
ClientboundRecipePacket.state
Modifier and TypeMethodDescriptionClientboundRecipePacket.getState()
Returns the enum constant of this class with the specified name.static ClientboundRecipePacket.State[]
ClientboundRecipePacket.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionClientboundRecipePacket
(ClientboundRecipePacket.State p_132855_, Collection<ResourceLocation> p_132856_, Collection<ResourceLocation> p_132857_, RecipeBookSettings p_132858_) -
Uses of ClientboundRecipePacket.State in net.minecraft.stats
Modifier and TypeMethodDescriptionprivate void
ServerRecipeBook.sendRecipes
(ClientboundRecipePacket.State p_12802_, ServerPlayer p_12803_, List<ResourceLocation> p_12804_)