net.badbird5907.lightning.event.EventPriority Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Lightning Show documentation
Show all versions of Lightning Show documentation
A lightning fast and lightweight event bus
The newest version!
package net.badbird5907.lightning.event;
public class EventPriority {
public static final int
HIGHEST = 200,
HIGH = 100,
NORMAL = 0,
LOW = -100,
LOWEST = -200;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy