Uses of Class
me.mrCookieSlime.CSCoreLibPlugin.Configuration.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
Modifier 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
Modifier and TypeMethodDescriptionvoid
RainbowTickHandler.tick
(Block b, SlimefunItem item, Config data) -
Uses of Config in io.github.thebusybiscuit.slimefun4.implementation.items.androids
-
Uses of Config in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters
Modifier and TypeMethodDescriptionprotected void
This method performs one tick for theAbstractAutoCrafter
. -
Uses of Config in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators
-
Uses of Config in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors
Modifier and TypeMethodDescriptionint
Reactor.getGeneratedOutput
(Location l, Config data) boolean
Reactor.willExplode
(Location l, Config data) -
Uses of Config in me.mrCookieSlime.Slimefun.api
Modifier and TypeClassDescriptionclass
This class is used to speed up parsing of aJsonObject
that is stored at a givenLocation
.Modifier and TypeMethodDescriptionstatic Config
BlockStorage.getChunkInfo
(World world, int x, int z) static Config
BlockStorage.getLocationInfo
(Location l) Modifier and TypeMethodDescriptionBlockStorage.getRawStorage()
BlockStorage.getRawStorage
(World world) -
Uses of Config in me.mrCookieSlime.Slimefun.Objects.handlers
Modifier 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