Package-level declarations

Types

Link copied to clipboard
interface LevelInterface

This is the interface used in the API and exposes functions that use mostly generic classes to apply and modify the main functions of LevelledMobs.

Link copied to clipboard

Welcome to the LevelInterface(2), this class is a 'global' interface for LM itself AND other plugins to apply and modify the main functions of LevelledMobs.

Link copied to clipboard
class LevelledMobs : JavaPlugin

This is the main class of the plugin. Bukkit will call onLoad and onEnable on startup, and onDisable on shutdown.

Link copied to clipboard

Interace used for wrapping LivingEntity to provide additions common commands and information

Link copied to clipboard

This class contains methods used by the main class.