Uses of Class
dev.cwhead.GravesX.integration.Nexo
Packages that use Nexo
-
Uses of Nexo in com.ranull.graves.manager
Fields in com.ranull.graves.manager declared as NexoModifier and TypeFieldDescriptionprivate NexoIntegrationManager.nexoIntegration with Nexo, a plugin for custom items and resource packs.Methods in com.ranull.graves.manager that return Nexo -
Uses of Nexo in dev.cwhead.GravesX.listener.integration.nexo
Fields in dev.cwhead.GravesX.listener.integration.nexo declared as NexoModifier and TypeFieldDescriptionprivate final NexoEntityDamageListener.nexoprivate final NexoHangingBreakListener.nexoprivate final NexoPlayerInteractEntityListener.nexoConstructors in dev.cwhead.GravesX.listener.integration.nexo with parameters of type NexoModifierConstructorDescriptionEntityDamageListener(Nexo nexo) Constructs a new EntityDamageListener with the specified Nexo instance.HangingBreakListener(Nexo nexo) Constructs a new HangingBreakListener with the specified Nexo instance.PlayerInteractEntityListener(Graves plugin, Nexo nexo) Constructs a new PlayerInteractEntityListener with the specified Graves and Nexo instances.