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 ClientboundRecipePacket.State
ClientboundRecipePacket.state
Methods 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 p_132855_, Collection<ResourceLocation> p_132856_, Collection<ResourceLocation> p_132857_, RecipeBookSettings p_132858_)
-
Uses of ClientboundRecipePacket.State in net.minecraft.stats
Methods in net.minecraft.stats with parameters of type ClientboundRecipePacket.StateModifier and TypeMethodDescriptionprivate void
ServerRecipeBook.sendRecipes(ClientboundRecipePacket.State p_12802_, ServerPlayer p_12803_, List<ResourceLocation> p_12804_)