Uses of Enum Class
net.minecraft.network.packet.s2c.play.ChangeUnlockedRecipesS2CPacket.Action
-
Uses of ChangeUnlockedRecipesS2CPacket.Action in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionprivate final ChangeUnlockedRecipesS2CPacket.Action
ChangeUnlockedRecipesS2CPacket.action
Modifier and TypeMethodDescriptionChangeUnlockedRecipesS2CPacket.getAction()
Returns the enum constant of this class with the specified name.ChangeUnlockedRecipesS2CPacket.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionChangeUnlockedRecipesS2CPacket
(ChangeUnlockedRecipesS2CPacket.Action action, Collection<Identifier> recipeIdsToChange, Collection<Identifier> recipeIdsToInit, RecipeBookOptions options) -
Uses of ChangeUnlockedRecipesS2CPacket.Action in net.minecraft.server.network
Modifier and TypeMethodDescriptionprivate void
ServerRecipeBook.sendUnlockRecipesPacket
(ChangeUnlockedRecipesS2CPacket.Action action, ServerPlayerEntity player, List<Identifier> recipeIds)