Uses of Class
org.reprogle.honeypot.common.storagemanager.HoneypotBlockObject
Packages that use HoneypotBlockObject
Package
Description
-
Uses of HoneypotBlockObject in org.reprogle.honeypot.common.storagemanager
Methods in org.reprogle.honeypot.common.storagemanager that return HoneypotBlockObjectModifier and TypeMethodDescriptionHoneypotPlayerHistoryObject.getHoneypot()Get the Honeypot they brokeHoneypotBlockManager.getHoneypotBlock(org.bukkit.block.Block block) Get the Honeypot Block object from Cache or the DBstatic HoneypotBlockObjectCacheManager.isInCache(HoneypotBlockObject block) Determines if the Honeypot is in the cache or notMethods in org.reprogle.honeypot.common.storagemanager that return types with arguments of type HoneypotBlockObjectModifier and TypeMethodDescriptionHoneypotBlockManager.getAllHoneypots()Get allHoneypotBlockObjectin the DBstatic List<HoneypotBlockObject>CacheManager.getCache()Gets the entire cache list for further processing if necessaryMethods in org.reprogle.honeypot.common.storagemanager with parameters of type HoneypotBlockObjectModifier and TypeMethodDescriptionvoidHoneypotPlayerHistoryManager.addPlayerHistory(org.bukkit.entity.Player p, HoneypotBlockObject b) Add an entry to the player history tablestatic voidCacheManager.addToCache(HoneypotBlockObject block) Adds aHoneypotBlockObjectto the cachestatic HoneypotBlockObjectCacheManager.isInCache(HoneypotBlockObject block) Determines if the Honeypot is in the cache or notstatic booleanCacheManager.removeFromCache(HoneypotBlockObject block) Removes a block from the cache.Constructors in org.reprogle.honeypot.common.storagemanager with parameters of type HoneypotBlockObjectModifierConstructorDescriptionHoneypotPlayerHistoryObject(String dateTime, String player, String UUID, HoneypotBlockObject hbo) Constructor for creating a history entryHoneypotPlayerHistoryObject(String dateTime, org.bukkit.entity.Player player, HoneypotBlockObject hbo) Constructor for creating a history entry -
Uses of HoneypotBlockObject in org.reprogle.honeypot.common.storagemanager.sqlite
Methods in org.reprogle.honeypot.common.storagemanager.sqlite that return types with arguments of type HoneypotBlockObjectModifier and TypeMethodDescriptionDatabase.getAllHoneypots()Get all the Honeypot blocks in the DBMethods in org.reprogle.honeypot.common.storagemanager.sqlite with parameters of type HoneypotBlockObjectModifier and TypeMethodDescriptionvoidDatabase.addPlayerHistory(org.bukkit.entity.Player p, HoneypotBlockObject block) Add a player to the history database