Uses of Class
io.github.sefiraat.networks.network.stackcaches.QuantumCache
Packages that use QuantumCache
Package
Description
-
Uses of QuantumCache in io.github.sefiraat.networks.slimefun.network
Methods in io.github.sefiraat.networks.slimefun.network that return types with arguments of type QuantumCacheModifier and TypeMethodDescriptionstatic Map<Location,QuantumCache> NetworkQuantumStorage.getCaches()Methods in io.github.sefiraat.networks.slimefun.network with parameters of type QuantumCacheModifier and TypeMethodDescriptionstatic ItemStackNetworkQuantumStorage.getItemStack(QuantumCache cache, me.mrCookieSlime.Slimefun.api.inventory.BlockMenu blockMenu) static ItemStackNetworkQuantumStorage.getItemStack(QuantumCache cache, me.mrCookieSlime.Slimefun.api.inventory.BlockMenu blockMenu, int amount) static voidNetworkQuantumStorage.tryInputItem(Location location, ItemStack[] input, QuantumCache cache) -
Uses of QuantumCache in io.github.sefiraat.networks.utils.datatypes
Fields in io.github.sefiraat.networks.utils.datatypes with type parameters of type QuantumCacheModifier and TypeFieldDescriptionstatic final PersistentDataType<PersistentDataContainer,QuantumCache> PersistentQuantumStorageType.TYPEMethods in io.github.sefiraat.networks.utils.datatypes that return QuantumCacheModifier and TypeMethodDescriptionPersistentQuantumStorageType.fromPrimitive(PersistentDataContainer primitive, PersistentDataAdapterContext context) Methods in io.github.sefiraat.networks.utils.datatypes that return types with arguments of type QuantumCacheMethods in io.github.sefiraat.networks.utils.datatypes with parameters of type QuantumCacheModifier and TypeMethodDescriptionPersistentQuantumStorageType.toPrimitive(QuantumCache complex, PersistentDataAdapterContext context)