Uses of Class
me.mrCookieSlime.CSCoreLibPlugin.Configuration.Config
Packages that use Config
Package
Description
This package contains all variations of
ItemAttribute
that
can be assigned to a SlimefunItem
This package contains all variations of
ItemHandler
that
can be assigned to a SlimefunItem
This package holds implementations of
SlimefunItem
that are related to the ProgrammableAndroid
.This package contains any electric machines related to automatic crafting tables.
This package contains the different implementations of
AGenerator
.This package contains the different implementations of
Reactor
.-
Uses of Config in io.github.thebusybiscuit.slimefun4.core.attributes
Methods in io.github.thebusybiscuit.slimefun4.core.attributes with parameters of type ConfigModifier and TypeMethodDescriptiondefault int
This returns the currently stored charge at a givenLocation
.int
EnergyNetProvider.getGeneratedOutput
(Location l, Config data) This method returns how much energy thisEnergyNetProvider
provides to theEnergyNet
.default boolean
EnergyNetProvider.willExplode
(Location l, Config data) This method returns whether the givenLocation
is going to explode on the next tick. -
Uses of Config in io.github.thebusybiscuit.slimefun4.core.handlers
Methods in io.github.thebusybiscuit.slimefun4.core.handlers with parameters of type ConfigModifier and TypeMethodDescriptionvoid
RainbowTickHandler.tick
(Block b, SlimefunItem item, Config data) -
Uses of Config in io.github.thebusybiscuit.slimefun4.implementation.items.androids
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.androids with parameters of type Config -
Uses of Config in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters with parameters of type ConfigModifier and TypeMethodDescriptionprotected void
This method performs one tick for theAbstractAutoCrafter
. -
Uses of Config in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators with parameters of type Config -
Uses of Config in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors with parameters of type ConfigModifier and TypeMethodDescriptionint
Reactor.getGeneratedOutput
(Location l, Config data) boolean
Reactor.willExplode
(Location l, Config data) -
Uses of Config in me.mrCookieSlime.Slimefun.api
Subclasses of Config in me.mrCookieSlime.Slimefun.apiModifier and TypeClassDescriptionclass
This class is used to speed up parsing of aJsonObject
that is stored at a givenLocation
.Methods in me.mrCookieSlime.Slimefun.api that return ConfigModifier and TypeMethodDescriptionstatic Config
BlockStorage.getChunkInfo
(World world, int x, int z) static Config
BlockStorage.getLocationInfo
(Location l) Methods in me.mrCookieSlime.Slimefun.api that return types with arguments of type ConfigModifier and TypeMethodDescriptionBlockStorage.getRawStorage()
BlockStorage.getRawStorage
(World world) -
Uses of Config in me.mrCookieSlime.Slimefun.Objects.handlers
Methods in me.mrCookieSlime.Slimefun.Objects.handlers with parameters of type ConfigModifier and TypeMethodDescriptionabstract void
BlockTicker.tick
(Block b, SlimefunItem item, Config data) This method is called every tick for every block -
Uses of Config in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems
Methods in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems with parameters of type Config