Skip navigation links
B C D E F G H I K L M N O P R S T 

B

BooleanGameRule - Class in org.cloudburstmc.api.level.gamerule
 

C

COMMAND_BLOCK_OUTPUT - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 
COMMAND_BLOCKS_ENABLED - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 
createPlugin(Injector, PluginDescription) - Method in interface org.cloudburstmc.api.plugin.PluginLoader
 

D

Dependency - Annotation Type in org.cloudburstmc.api.plugin
 
deregisterLoader(Class<T>) - Method in interface org.cloudburstmc.api.plugin.PluginManager
 
DO_DAYLIGHT_CYCLE - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 
DO_ENTITY_DROPS - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 
DO_FIRE_TICK - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 
DO_IMMEDIATE_RESPAWN - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 
DO_INSOMNIA - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 
DO_MOB_LOOT - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 
DO_MOB_SPAWNING - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 
DO_TILE_DROPS - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 
DO_WEATHER_CYCLE - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 
DROWNING_DAMAGE - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 

E

EXPERIMENTAL_GAME_PLAY - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 

F

FALL_DAMAGE - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 
FIRE_DAMAGE - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 
FloatGameRule - Class in org.cloudburstmc.api.level.gamerule
 
fromInstance(Object) - Method in interface org.cloudburstmc.api.plugin.PluginManager
 
fromString(String) - Method in interface org.cloudburstmc.api.registry.GameRuleRegistry
 
FUNCTION_COMMAND_LIMIT - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 

G

GameRule<T extends Comparable<T>> - Interface in org.cloudburstmc.api.level.gamerule
 
GameRuleRegistry - Interface in org.cloudburstmc.api.registry
 
GameRules - Class in org.cloudburstmc.api.level.gamerule
 
getAllPlugins() - Method in interface org.cloudburstmc.api.plugin.PluginManager
 
getAuthors() - Method in interface org.cloudburstmc.api.plugin.PluginDescription
The author of this plugin.
getDataDirectory() - Method in interface org.cloudburstmc.api.plugin.PluginContainer
 
getDefaultValue() - Method in class org.cloudburstmc.api.level.gamerule.BooleanGameRule
 
getDefaultValue() - Method in class org.cloudburstmc.api.level.gamerule.FloatGameRule
 
getDefaultValue() - Method in interface org.cloudburstmc.api.level.gamerule.GameRule
 
getDefaultValue() - Method in class org.cloudburstmc.api.level.gamerule.IntegerGameRule
 
getDependencies() - Method in interface org.cloudburstmc.api.plugin.PluginDescription
The array of plugin IDs that this plugin requires in order to function fully.
getDescription() - Method in interface org.cloudburstmc.api.plugin.PluginContainer
 
getDescription() - Method in interface org.cloudburstmc.api.plugin.PluginDescription
 
getGameRuleRegistry() - Method in interface org.cloudburstmc.api.Server
 
getId() - Method in interface org.cloudburstmc.api.plugin.PluginDependency
 
getId() - Method in interface org.cloudburstmc.api.plugin.PluginDescription
The ID for this plugin.
getImplementationVersion() - Method in interface org.cloudburstmc.api.Server
 
getLogger() - Method in interface org.cloudburstmc.api.plugin.PluginContainer
 
getName() - Method in class org.cloudburstmc.api.level.gamerule.BooleanGameRule
 
getName() - Method in class org.cloudburstmc.api.level.gamerule.FloatGameRule
 
getName() - Method in interface org.cloudburstmc.api.level.gamerule.GameRule
 
getName() - Method in class org.cloudburstmc.api.level.gamerule.IntegerGameRule
 
getName() - Method in interface org.cloudburstmc.api.plugin.PluginDescription
 
getName() - Method in interface org.cloudburstmc.api.Server
 
getPath() - Method in interface org.cloudburstmc.api.plugin.PluginDescription
The path where the plugin is located on the file system.
getPathMatcher() - Method in interface org.cloudburstmc.api.plugin.PluginLoader
 
getPlugin() - Method in interface org.cloudburstmc.api.plugin.PluginContainer
 
getPlugin(String) - Method in interface org.cloudburstmc.api.plugin.PluginManager
Checks if the given plugin is loaded and returns it when applicable
getPluginLoader() - Method in interface org.cloudburstmc.api.plugin.PluginDescription
 
getPluginManager() - Method in interface org.cloudburstmc.api.Server
 
getRuleNames() - Method in interface org.cloudburstmc.api.registry.GameRuleRegistry
 
getRules() - Method in interface org.cloudburstmc.api.registry.GameRuleRegistry
 
getUrl() - Method in interface org.cloudburstmc.api.plugin.PluginDescription
Plugin's website specified in the plugin.yml.
getValueClass() - Method in class org.cloudburstmc.api.level.gamerule.BooleanGameRule
 
getValueClass() - Method in class org.cloudburstmc.api.level.gamerule.FloatGameRule
 
getValueClass() - Method in interface org.cloudburstmc.api.level.gamerule.GameRule
 
getValueClass() - Method in class org.cloudburstmc.api.level.gamerule.IntegerGameRule
 
getVersion() - Method in interface org.cloudburstmc.api.plugin.PluginDependency
 
getVersion() - Method in interface org.cloudburstmc.api.plugin.PluginDescription
The version of this plugin.
getVersion() - Method in interface org.cloudburstmc.api.Server
 

H

hashCode() - Method in class org.cloudburstmc.api.level.gamerule.BooleanGameRule
 
hashCode() - Method in class org.cloudburstmc.api.level.gamerule.FloatGameRule
 
hashCode() - Method in class org.cloudburstmc.api.level.gamerule.IntegerGameRule
 

I

IntegerGameRule - Class in org.cloudburstmc.api.level.gamerule
 
isLoaded(String) - Method in interface org.cloudburstmc.api.plugin.PluginManager
Checks if the given plugin is enabled or not
isOptional() - Method in interface org.cloudburstmc.api.plugin.PluginDependency
 
isRunning() - Method in interface org.cloudburstmc.api.Server
 

K

KEEP_INVENTORY - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 

L

loadPlugin(Path) - Method in interface org.cloudburstmc.api.plugin.PluginLoader
 

M

MAX_COMMAND_CHAIN_LENGTH - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 
MOB_GRIEFING - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 

N

NATURAL_REGENERATION - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 

O

of(String) - Static method in class org.cloudburstmc.api.level.gamerule.BooleanGameRule
 
of(String, boolean) - Static method in class org.cloudburstmc.api.level.gamerule.BooleanGameRule
 
of(String) - Static method in class org.cloudburstmc.api.level.gamerule.FloatGameRule
 
of(String, float) - Static method in class org.cloudburstmc.api.level.gamerule.FloatGameRule
 
of(String) - Static method in class org.cloudburstmc.api.level.gamerule.IntegerGameRule
 
of(String, int) - Static method in class org.cloudburstmc.api.level.gamerule.IntegerGameRule
 
org.cloudburstmc.api - package org.cloudburstmc.api
 
org.cloudburstmc.api.level.gamerule - package org.cloudburstmc.api.level.gamerule
 
org.cloudburstmc.api.plugin - package org.cloudburstmc.api.plugin
 
org.cloudburstmc.api.registry - package org.cloudburstmc.api.registry
 

P

parse(String) - Method in class org.cloudburstmc.api.level.gamerule.BooleanGameRule
 
parse(String) - Method in class org.cloudburstmc.api.level.gamerule.FloatGameRule
 
parse(String) - Method in interface org.cloudburstmc.api.level.gamerule.GameRule
 
parse(String) - Method in class org.cloudburstmc.api.level.gamerule.IntegerGameRule
 
Plugin - Annotation Type in org.cloudburstmc.api.plugin
 
PluginContainer - Interface in org.cloudburstmc.api.plugin
 
PluginDependency - Interface in org.cloudburstmc.api.plugin
 
PluginDescription - Interface in org.cloudburstmc.api.plugin
 
PluginException - Exception in org.cloudburstmc.api.plugin
 
PluginException() - Constructor for exception org.cloudburstmc.api.plugin.PluginException
 
PluginException(String) - Constructor for exception org.cloudburstmc.api.plugin.PluginException
 
PluginException(String, Throwable) - Constructor for exception org.cloudburstmc.api.plugin.PluginException
 
PluginException(Throwable) - Constructor for exception org.cloudburstmc.api.plugin.PluginException
 
PluginException(String, Throwable, boolean, boolean) - Constructor for exception org.cloudburstmc.api.plugin.PluginException
 
PluginLoader - Interface in org.cloudburstmc.api.plugin
 
PluginManager - Interface in org.cloudburstmc.api.plugin
 
PVP - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 

R

RANDOM_TICK_SPEED - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 
register(GameRule<T>) - Method in interface org.cloudburstmc.api.registry.GameRuleRegistry
 
registerLoader(Class<T>, T) - Method in interface org.cloudburstmc.api.plugin.PluginManager
 

S

SEND_COMMAND_FEEDBACK - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 
Server - Interface in org.cloudburstmc.api
 
SHOW_COORDINATES - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 
SHOW_DEATH_MESSAGES - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 
shutdown() - Method in interface org.cloudburstmc.api.Server
 
SPAWN_RADIUS - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 

T

TNT_EXPLODES - Static variable in class org.cloudburstmc.api.level.gamerule.GameRules
 
toString() - Method in class org.cloudburstmc.api.level.gamerule.BooleanGameRule
 
toString() - Method in class org.cloudburstmc.api.level.gamerule.FloatGameRule
 
toString() - Method in class org.cloudburstmc.api.level.gamerule.IntegerGameRule
 
B C D E F G H I K L M N O P R S T 
Skip navigation links

Copyright © 2020. All rights reserved.