public static interface NucleusRTPService.RTPOptions
Modifier and Type | Interface and Description |
---|---|
static interface |
NucleusRTPService.RTPOptions.Builder |
Modifier and Type | Method and Description |
---|---|
int |
maxHeight()
The maximum height for the RTP.
|
int |
maxRadius()
The maximum radius for the RTP.
|
int |
minHeight()
The minimum height for the RTP.
|
int |
minRadius()
The minimum radius for the RTP.
|
java.util.Set<org.spongepowered.api.world.biome.BiomeType> |
prohibitedBiomes()
A set of biomes that RTP should not teleport a player into.
|
int maxRadius()
int minRadius()
int minHeight()
int maxHeight()
java.util.Set<org.spongepowered.api.world.biome.BiomeType> prohibitedBiomes()