All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.badbird5907.lightning.event.EventPriority Maven / Gradle / Ivy

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