Uses of Class
com.xzavier0722.mc.plugin.slimefun4.storage.controller.SlimefunUniversalData
Packages that use SlimefunUniversalData
Package
Description
This package holds implementations of
SlimefunItem
that are related to the ProgrammableAndroid
.-
Uses of SlimefunUniversalData in com.xzavier0722.mc.plugin.slimefun4.storage.controller
Methods in com.xzavier0722.mc.plugin.slimefun4.storage.controller that return SlimefunUniversalDataModifier and TypeMethodDescriptionBlockDataController.createUniversalData
(String sfId) 创建一个新的 Slimefun 通用数据
提供一个可供读写的 KV 存储 MapBlockDataController.createUniversalData
(UUID uuid, String sfId) 创建一个新的 Slimefun 通用数据 提供一个可供读写的 KV 存储 MapBlockDataController.getUniversalData
(UUID uuid) 从数据库中获取SlimefunUniversalData
BlockDataController.getUniversalDataFromCache
(UUID uuid) 从缓存中获取SlimefunUniversalData
Methods in com.xzavier0722.mc.plugin.slimefun4.storage.controller with parameters of type SlimefunUniversalDataModifier and TypeMethodDescriptionvoid
BlockDataController.loadUniversalData
(SlimefunUniversalData uniData) void
BlockDataController.loadUniversalDataAsync
(SlimefunUniversalData uniData, IAsyncReadCallback<SlimefunUniversalData> callback) void
BlockDataController.saveUniversalInventory
(SlimefunUniversalData universalData) Method parameters in com.xzavier0722.mc.plugin.slimefun4.storage.controller with type arguments of type SlimefunUniversalDataModifier and TypeMethodDescriptionvoid
BlockDataController.loadUniversalDataAsync
(SlimefunUniversalData uniData, IAsyncReadCallback<SlimefunUniversalData> callback) -
Uses of SlimefunUniversalData in com.xzavier0722.mc.plugin.slimefun4.storage.util
Methods in com.xzavier0722.mc.plugin.slimefun4.storage.util with parameters of type SlimefunUniversalDataModifier and TypeMethodDescriptionstatic void
StorageCacheUtils.executeAfterLoad
(SlimefunUniversalData data, Runnable execute, boolean runOnMainThread) -
Uses of SlimefunUniversalData in io.github.thebusybiscuit.slimefun4.implementation.items.androids
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.androids with parameters of type SlimefunUniversalDataModifier and TypeMethodDescriptionprotected void
ProgrammableAndroid.tick
(org.bukkit.block.Block b, SlimefunUniversalData data) -
Uses of SlimefunUniversalData in me.mrCookieSlime.Slimefun.Objects.handlers
Methods in me.mrCookieSlime.Slimefun.Objects.handlers with parameters of type SlimefunUniversalDataModifier and TypeMethodDescriptionvoid
BlockTicker.tick
(org.bukkit.block.Block b, SlimefunItem item, SlimefunUniversalData data) This method is called every tick for every block