Interface RecipeDisplayItem
- All Superinterfaces:
ItemAttribute
- All Known Implementing Classes:
AbstractEnergyProvider
,AdvancedIndustrialMiner
,AGenerator
,ArmorForge
,AutoDrier
,AutomatedPanningMachine
,BioGenerator
,ButcherAndroid
,CarbonPress
,ClimbingPick
,CoalGenerator
,CombustionGenerator
,Composter
,Compressor
,Crucible
,ElectricGoldPan
,ElectricIngotFactory
,ElectricIngotPulverizer
,ElectricOreGrinder
,ElectricPress
,EnhancedCraftingTable
,FarmerAndroid
,FishermanAndroid
,FoodComposter
,Freezer
,GEOMiner
,GoldPan
,GrindStone
,IndustrialMiner
,Juicer
,LavaGenerator
,MagicWorkbench
,MagnesiumGenerator
,MakeshiftSmeltery
,MinerAndroid
,MultiBlockMachine
,NetherGoldPan
,NetherStarReactor
,NuclearReactor
,OilPump
,OreCrusher
,OreWasher
,PressureChamber
,ProduceCollector
,ProgrammableAndroid
,Reactor
,Refinery
,Smeltery
,TableSaw
,WoodcutterAndroid
This interface, when attache to a
SlimefunItem
class will make additional items
appear in the SlimefunGuide
.
These additional items can be used represent recipes or resources that are associated
with this SlimefunItem
.
You can find a few examples below.- Author:
- TheBusyBiscuit
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThis is the list of items to display alongside thisSlimefunItem
.default String
default String
Methods inherited from interface io.github.thebusybiscuit.slimefun4.core.attributes.ItemAttribute
getId
-
Method Details
-
getDisplayRecipes
This is the list of items to display alongside thisSlimefunItem
. Note that these items will be filled in from top to bottom first. So if you want it to express a recipe, add your inputItemStack
and then your outputItemStack
.- Returns:
- The recipes to display in the
SlimefunGuide
-
getLabelLocalPath
-
getRecipeSectionLabel
-