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
ConstructorDescriptionNetherGoldPan
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Method Summary
Modifier and TypeMethodDescriptionprotected Set<GoldPanDrop>
This method returns the targetGoldPanDrops
for thisGoldPan
.Deprecated.Methods inherited from class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan
getDisplayRecipes, getItemHandler, getLabelLocalPath, getRandomOutput, isValidInput, isValidInputMaterial, onEntityInteract, postRegister, updateRandomizer
Methods inherited from class io.github.thebusybiscuit.slimefun4.implementation.items.SimpleSlimefunItem
preRegister
Methods 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, warn
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.github.thebusybiscuit.slimefun4.core.attributes.ItemAttribute
getId
Methods inherited from interface io.github.thebusybiscuit.slimefun4.core.attributes.Placeable
useVanillaBlockBreaking
Methods 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:
getInputMaterial
in classGoldPan
-
getInputMaterials
Description copied from class:GoldPan
- Overrides:
getInputMaterials
in classGoldPan
- Returns:
- The
Set
ofMaterials
thisGoldPan
can be used on.
-
getGoldPanDrops
Description copied from class:GoldPan
This method returns the targetGoldPanDrops
for thisGoldPan
.- Overrides:
getGoldPanDrops
in classGoldPan
- Returns:
- The
Set
ofGoldPanDrops
thisGoldPan
can drop.
-