Uses of Class
net.minecraft.network.packet.s2c.play.UnlockRecipesS2CPacket.Action
Package | Description |
---|---|
net.minecraft.network.packet.s2c.play | |
net.minecraft.server.network |
-
Uses of UnlockRecipesS2CPacket.Action in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as UnlockRecipesS2CPacket.Action Modifier and Type Field Description private UnlockRecipesS2CPacket.Action
UnlockRecipesS2CPacket. action
Methods in net.minecraft.network.packet.s2c.play that return UnlockRecipesS2CPacket.Action Modifier and Type Method Description UnlockRecipesS2CPacket.Action
UnlockRecipesS2CPacket. getAction()
static UnlockRecipesS2CPacket.Action
UnlockRecipesS2CPacket.Action. valueOf(String name)
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.Action Constructor Description UnlockRecipesS2CPacket(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.Action Modifier and Type Method Description private void
ServerRecipeBook. sendUnlockRecipesPacket(UnlockRecipesS2CPacket.Action action, ServerPlayerEntity player, List<Identifier> recipeIds)