| Modifier and Type | Method and Description |
|---|---|
CloudLevel |
CloudServer.getDefaultLevel() |
CloudLevel |
CloudServer.getLevel(String id) |
CloudLevel |
CloudServer.getLevelByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
Set<CloudLevel> |
CloudServer.getLevels() |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudServer.setDefaultLevel(CloudLevel level) |
boolean |
CloudServer.unloadLevel(CloudLevel level) |
boolean |
CloudServer.unloadLevel(CloudLevel level,
boolean forceUnload) |
| Modifier and Type | Method and Description |
|---|---|
CloudLevel |
CloudBlock.getLevel() |
| Constructor and Description |
|---|
CloudBlock(CloudLevel level,
com.nukkitx.math.vector.Vector3i position,
org.cloudburstmc.api.block.BlockState[] states) |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
BlockBehaviorRedstoneWire.canConnectUpwardsTo(CloudLevel level,
com.nukkitx.math.vector.Vector3i pos) |
| Modifier and Type | Method and Description |
|---|---|
CloudLevel |
BaseBlockEntity.getLevel() |
| Modifier and Type | Field and Description |
|---|---|
protected CloudLevel |
BaseEntity.level |
| Modifier and Type | Method and Description |
|---|---|
CloudLevel |
BaseEntity.getLevel() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BaseEntity.switchLevel(CloudLevel targetLevel) |
| Modifier and Type | Method and Description |
|---|---|
CloudLevel |
LevelManager.getDefaultLevel() |
CloudLevel |
EnumLevel.getLevel() |
CloudLevel |
LevelManager.getLevel(String id) |
CloudLevel |
LevelManager.getLevelByName(String name) |
static CloudLevel |
EnumLevel.getOtherNetherPair(CloudLevel current) |
| Modifier and Type | Method and Description |
|---|---|
Set<CloudLevel> |
LevelManager.getLevels() |
CompletableFuture<CloudLevel> |
LevelBuilder.load() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LevelManager.deregister(CloudLevel level) |
boolean |
LevelManager.deregister(CloudLevel level,
boolean force) |
static CloudLevel |
EnumLevel.getOtherNetherPair(CloudLevel current) |
void |
LevelManager.register(CloudLevel level) |
void |
LevelManager.setDefaultLevel(CloudLevel level) |
| Constructor and Description |
|---|
Explosion(CloudLevel level,
com.nukkitx.math.vector.Vector3f center,
double size,
org.cloudburstmc.api.entity.Entity what) |
| Constructor and Description |
|---|
ChunkBuilder(int x,
int z,
CloudLevel level) |
| Constructor and Description |
|---|
LevelChunkManager(CloudLevel level) |
LevelChunkManager(CloudLevel level,
LevelProvider provider) |
| Modifier and Type | Field and Description |
|---|---|
protected CloudLevel |
FloatingTextParticle.level |
| Constructor and Description |
|---|
FloatingTextParticle(CloudLevel level,
com.nukkitx.math.vector.Vector3f pos,
String title) |
FloatingTextParticle(CloudLevel level,
com.nukkitx.math.vector.Vector3f pos,
String title,
String text) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CloudPlayer.switchLevel(CloudLevel level) |
| Constructor and Description |
|---|
BlockUpdateScheduler(CloudLevel level,
long currentTick) |
| Constructor and Description |
|---|
LevelTimings(CloudLevel level) |
Copyright © 2021. All rights reserved.