public class ImanitySpigot extends Object
Modifier and Type | Field and Description |
---|---|
static ImanitySpigot |
INSTANCE |
Constructor and Description |
---|
ImanitySpigot() |
Modifier and Type | Method and Description |
---|---|
void |
addReloadListener(String name,
Runnable runnable) |
ImanitySpigotWorldConfig |
getOrCreateWorldConfig(String worldName) |
ImanitySpigotWorldConfig |
getOrNullWorldConfig(String worldName) |
ImanitySpigotWorldConfig |
getWorldConfig(String worldName) |
Collection<ImanitySpigotWorldConfig> |
getWorldConfigs() |
void |
initialize() |
boolean |
isTracked(Entity entity) |
void |
reload() |
void |
removeReloadListener(String name) |
public static final ImanitySpigot INSTANCE
public void initialize()
public ImanitySpigotWorldConfig getWorldConfig(String worldName)
public ImanitySpigotWorldConfig getOrCreateWorldConfig(String worldName)
public ImanitySpigotWorldConfig getOrNullWorldConfig(String worldName)
public Collection<ImanitySpigotWorldConfig> getWorldConfigs()
public void reload()
public void removeReloadListener(String name)
public boolean isTracked(Entity entity)
Copyright © 2022. All rights reserved.