public final class CraftRecipeRequestMessage extends Object implements com.flowpowered.network.Message
| Constructor and Description |
|---|
CraftRecipeRequestMessage(int windowId,
int recipeId,
boolean makeAll) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getRecipeId() |
int |
getWindowId() |
int |
hashCode() |
boolean |
isMakeAll() |
String |
toString() |
public CraftRecipeRequestMessage(int windowId,
int recipeId,
boolean makeAll)
public int getWindowId()
public int getRecipeId()
public boolean isMakeAll()
public boolean equals(Object o)
public int hashCode()
Copyright © 2021. All rights reserved.