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