Class ShapelessCraftingRecipeDisplay
java.lang.Object
com.github.retrooper.packetevents.protocol.recipe.display.RecipeDisplay<ShapelessCraftingRecipeDisplay>
com.github.retrooper.packetevents.protocol.recipe.display.ShapelessCraftingRecipeDisplay
-
Field Summary
Fields inherited from class com.github.retrooper.packetevents.protocol.recipe.display.RecipeDisplay
type
-
Constructor Summary
ConstructorDescriptionShapelessCraftingRecipeDisplay
(List<SlotDisplay<?>> ingredients, SlotDisplay<?> result, SlotDisplay<?> craftingStation) -
Method Summary
Modifier and TypeMethodDescriptionboolean
SlotDisplay
<?> List
<SlotDisplay<?>> SlotDisplay
<?> int
hashCode()
read
(PacketWrapper<?> wrapper) void
setCraftingStation
(SlotDisplay<?> craftingStation) void
setIngredients
(List<SlotDisplay<?>> ingredients) void
setResult
(SlotDisplay<?> result) toString()
static void
write
(PacketWrapper<?> wrapper, ShapelessCraftingRecipeDisplay display) Methods inherited from class com.github.retrooper.packetevents.protocol.recipe.display.RecipeDisplay
getType, write
-
Constructor Details
-
ShapelessCraftingRecipeDisplay
public ShapelessCraftingRecipeDisplay(List<SlotDisplay<?>> ingredients, SlotDisplay<?> result, SlotDisplay<?> craftingStation)
-
-
Method Details