Uses of Class
com.ranull.graves.integration.FurnitureEngine
Packages that use FurnitureEngine
Package
Description
-
Uses of FurnitureEngine in com.ranull.graves.listener.integration.furnitureengine
Fields in com.ranull.graves.listener.integration.furnitureengine declared as FurnitureEngineModifier and TypeFieldDescriptionprivate final FurnitureEngine
FurnitureBreakListener.furnitureEngine
Deprecated.private final FurnitureEngine
FurnitureInteractListener.furnitureEngine
Deprecated.Constructors in com.ranull.graves.listener.integration.furnitureengine with parameters of type FurnitureEngineModifierConstructorDescriptionFurnitureBreakListener
(FurnitureEngine furnitureEngine) Deprecated.Plugin no longer exists externally Constructs a new FurnitureBreakListener with the specified FurnitureEngine instance.FurnitureInteractListener
(Graves plugin, FurnitureEngine furnitureEngine) Deprecated.Plugin no longer exists externally Constructs a new FurnitureInteractListener with the specified Graves plugin and FurnitureEngine instance. -
Uses of FurnitureEngine in com.ranull.graves.manager
Fields in com.ranull.graves.manager declared as FurnitureEngineModifier and TypeFieldDescriptionprivate FurnitureEngine
IntegrationManager.furnitureEngine
Deprecated.Plugin no longer exists externally Integration with FurnitureEngine, another plugin for furniture management.Methods in com.ranull.graves.manager that return FurnitureEngineModifier and TypeMethodDescriptionIntegrationManager.getFurnitureEngine()
Deprecated.Plugin no longer exists externally Returns the instance of the FurnitureEngine integration, if it is loaded.