Class NetherGoldPan
java.lang.Object
io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
io.github.thebusybiscuit.slimefun4.implementation.items.SimpleSlimefunItem<ItemUseHandler>
io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan
io.github.thebusybiscuit.slimefun4.implementation.items.tools.NetherGoldPan
- All Implemented Interfaces:
ItemAttribute,Placeable,RecipeDisplayItem
The
NetherGoldPan is a variant of the regular GoldPan
which can be used on Soul Sand.- Author:
- TheBusyBiscuit, svr333, JustAHuman
-
Field Summary
Fields inherited from class io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
addon, disenchantable, enchantable, hidden, recipeOutput, useableInWorkbench -
Constructor Summary
ConstructorsConstructorDescriptionNetherGoldPan(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Method Summary
Modifier and TypeMethodDescriptionprotected Set<GoldPanDrop>This method returns the targetGoldPanDropsfor thisGoldPan.Deprecated.Methods inherited from class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan
getDisplayRecipes, getItemHandler, getLabelLocalPath, getRandomOutput, isValidInput, isValidInputMaterial, onEntityInteract, postRegister, updateRandomizerMethods inherited from class io.github.thebusybiscuit.slimefun4.implementation.items.SimpleSlimefunItem
preRegisterMethods 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, 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 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
-
NetherGoldPan
@ParametersAreNonnullByDefault public NetherGoldPan(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe)
-
-
Method Details
-
getInputMaterial
Deprecated.- Overrides:
getInputMaterialin classGoldPan
-
getInputMaterials
Description copied from class:GoldPan- Overrides:
getInputMaterialsin classGoldPan- Returns:
- The
SetofMaterialsthisGoldPancan be used on.
-
getGoldPanDrops
Description copied from class:GoldPanThis method returns the targetGoldPanDropsfor thisGoldPan.- Overrides:
getGoldPanDropsin classGoldPan- Returns:
- The
SetofGoldPanDropsthisGoldPancan drop.
-