Uses of Enum
net.minecraft.network.packet.s2c.play.UnlockRecipesS2CPacket.Action
Packages that use UnlockRecipesS2CPacket.Action
-
Uses of UnlockRecipesS2CPacket.Action in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as UnlockRecipesS2CPacket.ActionModifier and TypeFieldDescriptionprivate UnlockRecipesS2CPacket.Action
UnlockRecipesS2CPacket.action
Methods in net.minecraft.network.packet.s2c.play that return UnlockRecipesS2CPacket.ActionModifier and TypeMethodDescriptionUnlockRecipesS2CPacket.getAction()
Returns the enum constant of this type with the specified name.static UnlockRecipesS2CPacket.Action[]
UnlockRecipesS2CPacket.Action.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.network.packet.s2c.play with parameters of type UnlockRecipesS2CPacket.ActionModifierConstructorDescriptionUnlockRecipesS2CPacket(UnlockRecipesS2CPacket.Action action, Collection<Identifier> recipeIdsToChange, Collection<Identifier> recipeIdsToInit, RecipeBookOptions options)
-
Uses of UnlockRecipesS2CPacket.Action in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type UnlockRecipesS2CPacket.ActionModifier and TypeMethodDescriptionprivate void
ServerRecipeBook.sendUnlockRecipesPacket(UnlockRecipesS2CPacket.Action action, ServerPlayerEntity player, List<Identifier> recipeIds)