Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.generator |
Classes to facilitate
world generation
implementation. |
org.bukkit.structure |
Classes related to creating or using
structures without creating Structure
blocks in the world. |
Modifier and Type | Interface and Description |
---|---|
interface |
World
Represents a world, which may contain entities, chunks and blocks
|
Modifier and Type | Interface and Description |
---|---|
interface |
LimitedRegion
A limited region is used in world generation for features which are
going over a chunk.
|
Modifier and Type | Method and Description |
---|---|
void |
Structure.place(RegionAccessor regionAccessor,
BlockVector location,
boolean includeEntities,
StructureRotation structureRotation,
Mirror mirror,
int palette,
float integrity,
Random random)
Place a structure in the world.
|
Copyright © 2022. All rights reserved.