Class WrapperPlayClientCraftRecipeRequest

java.lang.Object
com.github.retrooper.packetevents.wrapper.PacketWrapper<WrapperPlayClientCraftRecipeRequest>
com.github.retrooper.packetevents.wrapper.play.client.WrapperPlayClientCraftRecipeRequest

public class WrapperPlayClientCraftRecipeRequest extends PacketWrapper<WrapperPlayClientCraftRecipeRequest>
  • Constructor Details

    • WrapperPlayClientCraftRecipeRequest

      public WrapperPlayClientCraftRecipeRequest(PacketReceiveEvent event)
    • WrapperPlayClientCraftRecipeRequest

      public WrapperPlayClientCraftRecipeRequest(int windowId, int recipeId, boolean makeAll)
    • WrapperPlayClientCraftRecipeRequest

      public WrapperPlayClientCraftRecipeRequest(int windowId, RecipeDisplayId recipeId, boolean makeAll)
    • WrapperPlayClientCraftRecipeRequest

      public WrapperPlayClientCraftRecipeRequest(int windowId, String recipeKey, boolean makeAll)
    • WrapperPlayClientCraftRecipeRequest

      public WrapperPlayClientCraftRecipeRequest(int windowId, ResourceLocation recipeKey, boolean makeAll)
  • Method Details