Uses of Enum Class
net.minecraft.network.protocol.game.ClientboundRecipePacket.State
Packages that use ClientboundRecipePacket.State
-
Uses of ClientboundRecipePacket.State in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as ClientboundRecipePacket.StateModifier and TypeFieldDescriptionprivate final ClientboundRecipePacket.StateClientboundRecipePacket.stateMethods in net.minecraft.network.protocol.game that return ClientboundRecipePacket.StateModifier 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.Constructors in net.minecraft.network.protocol.game with parameters of type ClientboundRecipePacket.StateModifierConstructorDescriptionClientboundRecipePacket(ClientboundRecipePacket.State state, Collection<ResourceLocation> recipes, Collection<ResourceLocation> toHighlight, RecipeBookSettings bookSettings) -
Uses of ClientboundRecipePacket.State in net.minecraft.stats
Methods in net.minecraft.stats with parameters of type ClientboundRecipePacket.StateModifier and TypeMethodDescriptionprivate voidServerRecipeBook.sendRecipes(ClientboundRecipePacket.State state, ServerPlayer player, List<ResourceLocation> recipes)