|
Genisys
Genisys API 1.9.3
A server software for Minecraft: Pocket Edition with many features
|
Public Member Functions | |
| buildCraftingDataCache () | |
| getCraftingDataPacket () | |
| sort (Item $i1, Item $i2) | |
| getRecipe (UUID $id) | |
| getRecipes () | |
| getRecipesByResult (Item $item) | |
| getFurnaceRecipes () | |
| matchFurnaceRecipe (Item $input) | |
| matchBrewingRecipe (Item $input, Item $potion) | |
| registerShapelessRecipe (ShapelessRecipe $recipe) | |
| registerFurnaceRecipe (FurnaceRecipe $recipe) | |
| registerBrewingRecipe (BrewingRecipe $recipe) | |
| matchRecipe (ShapelessRecipe $recipe) | |
| registerRecipe (Recipe $recipe) | |
Data Fields | |
| $recipes = [] | |
| $furnaceRecipes = [] | |
| $brewingRecipes = [] | |
Protected Member Functions | |
| registerBrewingStand () | |
Protected Attributes | |
| $recipeLookup = [] | |
| buildCraftingDataCache | ( | ) |
Rebuilds the cached CraftingDataPacket.
| getCraftingDataPacket | ( | ) |
Returns a CraftingDataPacket for sending to players. Rebuilds the cache if it is outdated.
| getFurnaceRecipes | ( | ) |
| getRecipes | ( | ) |
| Item | $input | |
| Item | $potion |
| matchFurnaceRecipe | ( | Item | $input | ) |
| Item | $input |
| matchRecipe | ( | ShapelessRecipe | $recipe | ) |
| ShapelessRecipe | $recipe |
| registerBrewingRecipe | ( | BrewingRecipe | $recipe | ) |
| BrewingRecipe | $recipe |
| registerFurnaceRecipe | ( | FurnaceRecipe | $recipe | ) |
| FurnaceRecipe | $recipe |
| registerShapelessRecipe | ( | ShapelessRecipe | $recipe | ) |
| ShapelessRecipe | $recipe |