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 SlimefunItemThis package contains all variations of
ItemHandler that
can be assigned to a SlimefunItemThis 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 intThis returns the currently stored charge at a givenLocation.intEnergyNetProvider.getGeneratedOutput(Location l, Config data) This method returns how much energy thisEnergyNetProviderprovides to theEnergyNet.default booleanEnergyNetProvider.willExplode(Location l, Config data) This method returns whether the givenLocationis 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 TypeMethodDescriptionvoidRainbowTickHandler.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 voidThis 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 TypeMethodDescriptionintReactor.getGeneratedOutput(Location l, Config data) booleanReactor.willExplode(Location l, Config data) -
Uses of Config in me.mrCookieSlime.Slimefun.api
Subclasses of Config in me.mrCookieSlime.Slimefun.apiModifier and TypeClassDescriptionclassThis class is used to speed up parsing of aJsonObjectthat is stored at a givenLocation.Methods in me.mrCookieSlime.Slimefun.api that return ConfigModifier and TypeMethodDescriptionstatic ConfigBlockStorage.getChunkInfo(World world, int x, int z) static ConfigBlockStorage.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 voidBlockTicker.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