Uses of Class
io.github.thebusybiscuit.slimefun4.api.items.ItemGroup
Packages that use ItemGroup
Package
Description
This package contains a few classes that revolve around the API for
SlimefunItem
, such as
ItemSetting
This package contains a few
ItemGroup
variations.This package holds everything connected to the
Research
class.This package holds the core systems of Slimefun, these are not necessarily used as an API
but rather provide the core functionality of this
Plugin
.This package contains the core system for the
SlimefunGuide
.This package holds all core mechanics related to a
MultiBlock
, like that class itself.This package provides the different implementations of our
SlimefunGuide
This package contains the different classes for each
SlimefunItem
This package holds the
SlimefunItem
implementations related to
the AncientAltar
.This package holds implementations of
SlimefunItem
that are related to the ProgrammableAndroid
.This package contains implementations of
SlimefunItem
that are
related to armor, such as the expandable
SlimefunArmorPiece
class for example.This package contains any electric machines related to automatic crafting tables.
This package holds classes related to
SlimefunBackpack
.This package contains a few miscellaneous implementations of
SlimefunItem
which are blocks.This package provides the different implementations of
SlimefunItem
that are related to the CargoNet
, most
notably: Cargo Nodes.This package contains the different implementations of
SlimefunItem
that also implement the interface
EnergyNetComponent
This package holds implementations of
SlimefunItem
that are used in combination with electricity, like the
Multimeter
or the
SolarHelmet
This package contains the different implementations of
AGenerator
.This package contains the different implementations of
SlimefunItem
that are also an
EnergyNetComponent
with the type CONSUMER
.This package contains any electric machines related to growth accelerations.
This package contains any electric machines related to enchanting.
This package contains any electric machines related to
Entity
interactions, most notably
the
AbstractEntityAssembler
.This package contains the different implementations of
Reactor
.This package holds the
ElevatorPlate
and any
related classes to making the elevator work.This package holds implementations of
SlimefunItem
that are related to food.This package holds implementations of any
SlimefunItem
that
deals with the GEOResource
API.This package holds implementations of
SlimefunItem
that are related to the GPSNetwork
.This package holds implementations of
SlimefunItem
that are considered magical items.This package holds any implementation of
SlimefunItem
that is an ancient rune with functionality.This package holds any implementation of
SlimefunItem
that is
considered a "Magical Staff".This package holds any
SlimefunItem
related to the
Talisman
.This package holds implementations of
SlimefunItem
that are
related to healing yourself.This package holds any miscellaneous
SlimefunItem
implementations.This package contains all the different implementations of
MultiBlockMachine
This package holds classes associated with the
IndustrialMiner
.This package holds implementations of
SlimefunItem
that can be encountered in a SeasonalItemGroup
.This package holds implementations of
SlimefunItem
that are related to the Teleporter
.This package holds implementations of
SlimefunItem
that are tools.This package holds implementations of
SlimefunItem
that are weapons, implementations of
SlimefunBow
for example.-
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.api.items
Methods in io.github.thebusybiscuit.slimefun4.api.items that return ItemGroupModifier and TypeMethodDescriptionSlimefunItem.getItemGroup()
This returns theItemGroup
of ourSlimefunItem
, everySlimefunItem
is associated with exactly oneItemGroup
.Methods in io.github.thebusybiscuit.slimefun4.api.items with parameters of type ItemGroupModifier and TypeMethodDescriptionvoid
SlimefunItem.setItemGroup
(ItemGroup itemGroup) This sets theItemGroup
in which thisSlimefunItem
will be displayed.Constructors in io.github.thebusybiscuit.slimefun4.api.items with parameters of type ItemGroupModifierConstructorDescriptionSlimefunItem
(ItemGroup itemGroup, SlimefunItemStack item) This creates a newSlimefunItem
from the given arguments.SlimefunItem
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) This creates a newSlimefunItem
from the given arguments.SlimefunItem
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) This creates a newSlimefunItem
from the given arguments.protected
SlimefunItem
(ItemGroup itemGroup, ItemStack item, String id, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.api.items.groups
Subclasses of ItemGroup in io.github.thebusybiscuit.slimefun4.api.items.groupsModifier and TypeClassDescriptionclass
class
Represents aItemGroup
that cannot be opened until the parent group(s) are fully unlocked.class
class
class
Methods in io.github.thebusybiscuit.slimefun4.api.items.groups that return types with arguments of type ItemGroupModifier and TypeMethodDescriptionLockedItemGroup.getParents()
Gets the list of parent item groups for thisLockedItemGroup
.Methods in io.github.thebusybiscuit.slimefun4.api.items.groups with parameters of type ItemGroupModifier and TypeMethodDescriptionvoid
Adds a parentItemGroup
to thisLockedItemGroup
.void
LockedItemGroup.removeParent
(ItemGroup group) Removes aItemGroup
from the parents of thisLockedItemGroup
. -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.api.researches
Methods in io.github.thebusybiscuit.slimefun4.api.researches with parameters of type ItemGroupModifier and TypeMethodDescriptionvoid
Research.unlockFromGuide
(SlimefunGuideImplementation guide, Player player, PlayerProfile profile, SlimefunItem sfItem, ItemGroup itemGroup, int page) Handle what to do when aPlayer
clicks on an un-researched item in aSlimefunGuideImplementation
. -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.core
Methods in io.github.thebusybiscuit.slimefun4.core that return types with arguments of type ItemGroup -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.core.guide
Methods in io.github.thebusybiscuit.slimefun4.core.guide with parameters of type ItemGroupModifier and TypeMethodDescriptionvoid
This method adds aItemGroup
to thisGuideHistory
.static void
SlimefunGuide.openItemGroup
(PlayerProfile profile, ItemGroup itemGroup, SlimefunGuideMode mode, int selectedPage) void
SlimefunGuideImplementation.openItemGroup
(PlayerProfile profile, ItemGroup group, int page) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.core.multiblocks
Constructors in io.github.thebusybiscuit.slimefun4.core.multiblocks with parameters of type ItemGroupModifierConstructorDescriptionprotected
MultiBlockMachine
(ItemGroup itemGroup, SlimefunItemStack item, ItemStack[] recipe, BlockFace trigger) protected
MultiBlockMachine
(ItemGroup itemGroup, SlimefunItemStack item, ItemStack[] recipe, ItemStack[] machineRecipes, BlockFace trigger) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.guide
Methods in io.github.thebusybiscuit.slimefun4.implementation.guide that return types with arguments of type ItemGroupModifier and TypeMethodDescriptionCheatSheetSlimefunGuide.getVisibleItemGroups
(Player p, PlayerProfile profile) SurvivalSlimefunGuide.getVisibleItemGroups
(Player p, PlayerProfile profile) Methods in io.github.thebusybiscuit.slimefun4.implementation.guide with parameters of type ItemGroupModifier and TypeMethodDescriptionvoid
SurvivalSlimefunGuide.openItemGroup
(PlayerProfile profile, ItemGroup itemGroup, int page) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items with parameters of type ItemGroupModifierConstructorDescriptionEnchantedItem
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) HiddenItem
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) protected
LimitedUseItem
(ItemGroup group, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) RadioactiveItem
(ItemGroup itemGroup, Radioactivity radioactivity, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) This will create a newRadioactiveItem
with the given level ofRadioactivity
RadioactiveItem
(ItemGroup itemGroup, Radioactivity radioactivity, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) This will create a newRadioactiveItem
with the given level ofRadioactivity
protected
SimpleSlimefunItem
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) protected
SimpleSlimefunItem
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) VanillaItem
(ItemGroup itemGroup, ItemStack item, String id, RecipeType recipeType, ItemStack[] recipe) Instantiates a newVanillaItem
with the given arguments. -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.altar
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.altar with parameters of type ItemGroupModifierConstructorDescriptionAncientAltar
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) AncientPedestal
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.androids
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.androids with parameters of type ItemGroupModifierConstructorDescriptionAndroidInterface
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) ButcherAndroid
(ItemGroup itemGroup, int tier, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) FarmerAndroid
(ItemGroup itemGroup, int tier, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) FishermanAndroid
(ItemGroup itemGroup, int tier, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) MinerAndroid
(ItemGroup itemGroup, int tier, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) ProgrammableAndroid
(ItemGroup itemGroup, int tier, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) WoodcutterAndroid
(ItemGroup itemGroup, int tier, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.armor
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.armor with parameters of type ItemGroupModifierConstructorDescriptionElytraCap
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) EnderBoots
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) FarmerShoes
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) HazmatArmorPiece
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, PotionEffect[] effects) LongFallBoots
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, PotionEffect[] effects) Deprecated.In RC-35, marked for removal in RC-36LongFallBoots
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, PotionEffect[] effects, SoundEffect soundEffect) Parachute
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) RainbowArmorPiece
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, DyeColor[] dyeColors) This creates a newRainbowArmorPiece
from the given arguments.SlimefunArmorPiece
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, PotionEffect[] effects) StomperBoots
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters with parameters of type ItemGroupModifierConstructorDescriptionprotected
AbstractAutoCrafter
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) ArmorAutoCrafter
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) EnhancedAutoCrafter
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) protected
SlimefunAutoCrafter
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, RecipeType targetRecipeType) VanillaAutoCrafter
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.backpacks
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.backpacks with parameters of type ItemGroupModifierConstructorDescriptionCooler
(int size, ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) EnderBackpack
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) RestoredBackpack
(ItemGroup itemGroup) This will create a newSlimefunBackpack
with the given arguments.SlimefunBackpack
(int size, ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) SoulboundBackpack
(int size, ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.blocks
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.blocks with parameters of type ItemGroupModifierConstructorDescriptionBlockPlacer
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) BrokenSpawner
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) Composter
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) Crucible
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) EnhancedFurnace
(ItemGroup itemGroup, int speed, int efficiency, int fortune, SlimefunItemStack item, ItemStack[] recipe) HardenedGlass
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) HologramProjector
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) IgnitionChamber
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) OutputChest
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) RainbowBlock
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput, RainbowTickHandler ticker) RepairedSpawner
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) UnplaceableBlock
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) UnplaceableBlock
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) WitherProofBlock
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) WitherProofBlock
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.cargo
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.cargo with parameters of type ItemGroupModifierConstructorDescriptionAdvancedCargoOutputNode
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) CargoConnectorNode
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) CargoInputNode
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) CargoManager
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) CargoOutputNode
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) ReactorAccessPort
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) TrashCan
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.electric
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.electric with parameters of type ItemGroupModifierConstructorDescriptionprotected
AbstractEnergyProvider
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) Capacitor
(ItemGroup itemGroup, int capacity, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) EnergyConnector
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) EnergyRegulator
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets with parameters of type ItemGroupModifierConstructorDescriptionJetBoots
(ItemGroup itemGroup, SlimefunItemStack item, ItemStack[] recipe, double speed, float capacity) Jetpack
(ItemGroup itemGroup, SlimefunItemStack item, ItemStack[] recipe, double thrust, float capacity) Multimeter
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) MultiTool
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, float capacity, String... items) SolarHelmet
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, double defaultChargingLevel) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators with parameters of type ItemGroupModifierConstructorDescriptionBioGenerator
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) CoalGenerator
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) CombustionGenerator
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) LavaGenerator
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) MagnesiumGenerator
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) SolarGenerator
(ItemGroup itemGroup, int dayEnergy, int nightEnergy, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) SolarGenerator
(ItemGroup itemGroup, int dayEnergy, int nightEnergy, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, int capacity) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines with parameters of type ItemGroupModifierConstructorDescriptionAutoAnvil
(ItemGroup itemGroup, int repairFactor, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) AutoBrewer
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) AutoDrier
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) CarbonPress
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) ChargingBench
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) ElectricDustWasher
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) ElectricFurnace
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) ElectricGoldPan
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) ElectricIngotFactory
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) ElectricIngotPulverizer
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) ElectricOreGrinder
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) ElectricPress
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) ElectricSmeltery
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) ElectrifiedCrucible
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) FluidPump
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) FoodComposter
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) FoodFabricator
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) Freezer
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) HeatedPressureChamber
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) Refinery
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.accelerators
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.accelerators with parameters of type ItemGroupModifierConstructorDescriptionprotected
AbstractGrowthAccelerator
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) AnimalGrowthAccelerator
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) protected
CropGrowthAccelerator
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) TreeGrowthAccelerator
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.enchanting
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.enchanting with parameters of type ItemGroupModifierConstructorDescriptionAutoDisenchanter
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) AutoEnchanter
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) BookBinder
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entities
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entities with parameters of type ItemGroupModifierConstructorDescriptionprotected
AbstractEntityAssembler
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) AutoBreeder
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) ExpCollector
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) Deprecated, for removal: This API element is subject to removal in a future version.ExpCollector
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, double range) IronGolemAssembler
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) ProduceCollector
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) WitherAssembler
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors with parameters of type ItemGroupModifierConstructorDescriptionprotected
NetherStarReactor
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) protected
NuclearReactor
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) protected
Reactor
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.elevator
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.elevator with parameters of type ItemGroupModifierConstructorDescriptionElevatorPlate
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.food
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.food with parameters of type ItemGroupModifierConstructorDescriptionBirthdayCake
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) DietCookie
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) FortuneCookie
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) HeavyCream
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) Juice
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) Juice
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) MagicSugar
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) MeatJerky
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) MonsterJerky
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.geo
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.geo with parameters of type ItemGroupModifierConstructorDescriptionGEOMiner
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) GEOScanner
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) OilPump
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) PortableGEOScanner
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.gps
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.gps with parameters of type ItemGroupModifierConstructorDescriptionGPSControlPanel
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) GPSMarkerTool
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) protected
GPSTransmitter
(ItemGroup itemGroup, int tier, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.magical
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.magical with parameters of type ItemGroupModifierConstructorDescriptionBeeWings
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) InfernalBonemeal
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) InfusedHopper
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) InfusedMagnet
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) KnowledgeFlask
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) KnowledgeTome
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) MagicalZombiePills
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) MagicEyeOfEnder
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) SoulboundItem
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType type, ItemStack[] recipe) TelepositionScroll
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.magical.runes
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.magical.runes with parameters of type ItemGroupModifierConstructorDescriptionElementalRune
(ItemGroup itemGroup, SlimefunItemStack item, ItemStack[] recipe) ElementalRune
(ItemGroup itemGroup, SlimefunItemStack item, ItemStack[] recipe, ItemStack recipeResult) EnchantmentRune
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) SoulboundRune
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType type, ItemStack[] recipe) VillagerRune
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.magical.staves
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.magical.staves with parameters of type ItemGroupModifierConstructorDescriptionStormStaff
(ItemGroup group, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) WaterStaff
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) WindStaff
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.magical.talismans
Fields in io.github.thebusybiscuit.slimefun4.implementation.items.magical.talismans declared as ItemGroupConstructors in io.github.thebusybiscuit.slimefun4.implementation.items.magical.talismans with parameters of type ItemGroupModifierConstructorDescriptionprotected
Talisman
(ItemGroup itemGroup, SlimefunItemStack item, ItemStack[] recipe, boolean consumable, boolean cancelEvent, String messageSuffix, int chance, PotionEffect... effects) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.medical
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.medical with parameters of type ItemGroupModifierConstructorDescriptionBandage
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput, int healingLevel) protected
MedicalSupply
(ItemGroup itemGroup, int healAmount, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) Medicine
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) Splint
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) Vitamins
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.misc
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.misc with parameters of type ItemGroupModifierConstructorDescriptionAlloyIngot
(ItemGroup itemGroup, SlimefunItemStack item, ItemStack[] recipe) BasicCircuitBoard
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) CoolantCell
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) CoolantCell
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) GoldIngot
(ItemGroup itemGroup, int caratRating, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) OrganicFertilizer
(ItemGroup itemGroup, SlimefunItemStack item, SlimefunItemStack ingredient) OrganicFood
(ItemGroup itemGroup, SlimefunItemStack item, Material ingredient) SteelThruster
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) StrangeNetherGoo
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) SyntheticEmerald
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks with parameters of type ItemGroupModifierConstructorDescriptionArmorForge
(ItemGroup itemGroup, SlimefunItemStack item) AutomatedPanningMachine
(ItemGroup itemGroup, SlimefunItemStack item) Compressor
(ItemGroup itemGroup, SlimefunItemStack item) EnhancedCraftingTable
(ItemGroup itemGroup, SlimefunItemStack item) GrindStone
(ItemGroup itemGroup, SlimefunItemStack item) Juicer
(ItemGroup itemGroup, SlimefunItemStack item) MagicWorkbench
(ItemGroup itemGroup, SlimefunItemStack item) MakeshiftSmeltery
(ItemGroup itemGroup, SlimefunItemStack item) OreCrusher
(ItemGroup itemGroup, SlimefunItemStack item) OreWasher
(ItemGroup itemGroup, SlimefunItemStack item) PressureChamber
(ItemGroup itemGroup, SlimefunItemStack item) Smeltery
(ItemGroup itemGroup, SlimefunItemStack item) TableSaw
(ItemGroup group, SlimefunItemStack item) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.miner
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.miner with parameters of type ItemGroupModifierConstructorDescriptionAdvancedIndustrialMiner
(ItemGroup itemGroup, SlimefunItemStack item) IndustrialMiner
(ItemGroup itemGroup, SlimefunItemStack item, Material baseMaterial, boolean silkTouch, int range) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.seasonal
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.seasonal with parameters of type ItemGroupModifierConstructorDescriptionChristmasPresent
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack... gifts) EasterEgg
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput, ItemStack... gifts) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.teleporter
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.teleporter with parameters of type ItemGroupModifierConstructorDescriptionprotected
AbstractTeleporterPlate
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) PersonalActivationPlate
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) PortableTeleporter
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) SharedActivationPlate
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) Teleporter
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) TeleporterPylon
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.tools
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.tools with parameters of type ItemGroupModifierConstructorDescriptionClimbingPick
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) ExplosivePickaxe
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) ExplosiveShovel
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) ExplosiveTool
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) GoldPan
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) GrapplingHook
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) LumberAxe
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) NetherGoldPan
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) PickaxeOfContainment
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) PickaxeOfTheSeeker
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) PickaxeOfVeinMining
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) PortableCrafter
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) PortableDustbin
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) SmeltersPickaxe
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) TapeMeasure
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in io.github.thebusybiscuit.slimefun4.implementation.items.weapons
Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.weapons with parameters of type ItemGroupModifierConstructorDescriptionExplosiveBow
(ItemGroup itemGroup, SlimefunItemStack item, ItemStack[] recipe) IcyBow
(ItemGroup itemGroup, SlimefunItemStack item, ItemStack[] recipe) SeismicAxe
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) protected
SlimefunBow
(ItemGroup itemGroup, SlimefunItemStack item, ItemStack[] recipe) SwordOfBeheading
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) VampireBlade
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) -
Uses of ItemGroup in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems
Constructors in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems with parameters of type ItemGroupModifierConstructorDescriptionprotected
AContainer
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) protected
AContainer
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) protected
AGenerator
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe)