Class WoodcutterAndroid
java.lang.Object
io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
io.github.thebusybiscuit.slimefun4.implementation.items.androids.ProgrammableAndroid
io.github.thebusybiscuit.slimefun4.implementation.items.androids.WoodcutterAndroid
- All Implemented Interfaces:
ItemAttribute,Placeable,RecipeDisplayItem,InventoryBlock
-
Field Summary
Fields inherited from class io.github.thebusybiscuit.slimefun4.implementation.items.androids.ProgrammableAndroid
fuelTypes, textureFields inherited from class io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
addon, disenchantable, enchantable, hidden, recipeOutput, useableInWorkbench -
Constructor Summary
ConstructorsConstructorDescriptionWoodcutterAndroid(ItemGroup itemGroup, int tier, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanThis returns theAndroidTypethat is associated with thisProgrammableAndroid.Methods inherited from class io.github.thebusybiscuit.slimefun4.implementation.items.androids.ProgrammableAndroid
addItems, attack, depositItems, dig, editInstruction, farm, fish, getDisplayRecipes, getFuelSource, getInputSlots, getLabelLocalPath, getOutputSlots, getScript, getTier, getValidScriptInstructions, move, moveAndDig, openScript, openScriptDownloader, openScriptEditor, preRegister, refuel, registerFuelType, rotate, setScript, tickMethods inherited from class io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
addItemHandler, addItemSetting, addOfficialWikipage, callItemHandler, canUse, equals, error, getAddon, getBlockTicker, getById, getByItem, getDrops, getDrops, getHandlers, getId, getItem, getItemGroup, getItemName, getItemSetting, getItemSettings, getOptionalById, getOptionalByItem, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, hashCode, hasResearch, info, isDisabled, isDisabledIn, isDisenchantable, isEnchantable, isHidden, isItem, isItemStackImmutable, isTicking, isUseableInWorkbench, load, postRegister, register, sendDeprecationWarning, setHidden, setItemGroup, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warnMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces.InventoryBlock
createPreset, createPresetMethods inherited from interface io.github.thebusybiscuit.slimefun4.core.attributes.ItemAttribute
getIdMethods inherited from interface io.github.thebusybiscuit.slimefun4.core.attributes.Placeable
useVanillaBlockBreakingMethods inherited from interface io.github.thebusybiscuit.slimefun4.core.attributes.RecipeDisplayItem
getRecipeSectionLabel
-
Constructor Details
-
WoodcutterAndroid
@ParametersAreNonnullByDefault public WoodcutterAndroid(ItemGroup itemGroup, int tier, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe)
-
-
Method Details
-
getAndroidType
Description copied from class:ProgrammableAndroidThis returns theAndroidTypethat is associated with thisProgrammableAndroid.- Overrides:
getAndroidTypein classProgrammableAndroid- Returns:
- The type of this
ProgrammableAndroid
-
chopTree
- Overrides:
chopTreein classProgrammableAndroid
-