Uses of Class
com.xzavier0722.mc.plugin.slimefun4.storage.controller.ASlimefunDataContainer
Packages that use ASlimefunDataContainer
Package
Description
This package contains all variations of
ItemAttribute that
can be assigned to a SlimefunItemThis package contains the different implementations of
AGenerator.This package contains the different implementations of
Reactor.-
Uses of ASlimefunDataContainer in com.xzavier0722.mc.plugin.slimefun4.storage.controller
Modifier and TypeClassDescriptionclassSlimefunBlockData是 Slimefun 中机器等方块类物品的数据存储容器。classclassMethods in com.xzavier0722.mc.plugin.slimefun4.storage.controller with parameters of type ASlimefunDataContainerModifier and TypeMethodDescriptionvoidBlockDataController.loadDataAsync(ASlimefunDataContainer container, IAsyncReadCallback<ASlimefunDataContainer> callback) voidBlockDataController.move(ASlimefunDataContainer data, org.bukkit.Location target) Move block data to specific locationMethod parameters in com.xzavier0722.mc.plugin.slimefun4.storage.controller with type arguments of type ASlimefunDataContainerModifier and TypeMethodDescriptionvoidBlockDataController.loadDataAsync(ASlimefunDataContainer container, IAsyncReadCallback<ASlimefunDataContainer> callback) Constructors in com.xzavier0722.mc.plugin.slimefun4.storage.controller with parameters of type ASlimefunDataContainerModifierConstructorDescriptionBlockDataConfigWrapper(ASlimefunDataContainer blockData) Deprecated. -
Uses of ASlimefunDataContainer in com.xzavier0722.mc.plugin.slimefun4.storage.util
Methods in com.xzavier0722.mc.plugin.slimefun4.storage.util that return ASlimefunDataContainerModifier and TypeMethodDescriptionstatic ASlimefunDataContainerStorageCacheUtils.getDataContainer(org.bukkit.Location l) Methods in com.xzavier0722.mc.plugin.slimefun4.storage.util with parameters of type ASlimefunDataContainerModifier and TypeMethodDescriptionstatic voidStorageCacheUtils.executeAfterLoad(ASlimefunDataContainer data, Runnable execute, boolean runOnMainThread) static voidStorageCacheUtils.move(ASlimefunDataContainer data, org.bukkit.Location to) static voidStorageCacheUtils.requestLoad(ASlimefunDataContainer data) -
Uses of ASlimefunDataContainer in io.github.thebusybiscuit.slimefun4.core.attributes
Methods in io.github.thebusybiscuit.slimefun4.core.attributes with parameters of type ASlimefunDataContainerModifier and TypeMethodDescriptiondefault intEnergyNetComponent.getCharge(org.bukkit.Location l, ASlimefunDataContainer data) default longEnergyNetComponent.getChargeLong(org.bukkit.Location l, ASlimefunDataContainer data) This returns the currently stored charge at a givenLocation.default intEnergyNetProvider.getGeneratedOutput(org.bukkit.Location l, ASlimefunDataContainer data) This method returns how much energy thisEnergyNetProviderprovides to theEnergyNet.default longEnergyNetProvider.getGeneratedOutputLong(org.bukkit.Location l, ASlimefunDataContainer data) This method returns how much energy thisEnergyNetProviderprovides to theEnergyNet.default booleanEnergyNetProvider.willExplode(org.bukkit.Location l, ASlimefunDataContainer data) This method returns whether the givenLocationis going to explode on the next tick. -
Uses of ASlimefunDataContainer in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators with parameters of type ASlimefunDataContainerModifier and TypeMethodDescriptionintSolarGenerator.getGeneratedOutput(org.bukkit.Location l, ASlimefunDataContainer data) -
Uses of ASlimefunDataContainer in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors with parameters of type ASlimefunDataContainerModifier and TypeMethodDescriptionintReactor.getGeneratedOutput(org.bukkit.Location l, ASlimefunDataContainer data) booleanReactor.willExplode(org.bukkit.Location l, ASlimefunDataContainer data) -
Uses of ASlimefunDataContainer in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems
Methods in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems with parameters of type ASlimefunDataContainerModifier and TypeMethodDescriptionintAGenerator.getGeneratedOutput(org.bukkit.Location l, ASlimefunDataContainer data)