类 StructureType
java.lang.Object
org.bukkit.generator.structure.StructureType
- 所有已实现的接口:
Keyed
,RegistryAware
Represent a StructureType of a
Structure
.
Listed structure types are present in the default server. Depending on the
server there might be additional structure types present (for example
structure types added by data packs), which can be received via
Registry.STRUCTURE_TYPE
.-
字段概要
字段修饰符和类型字段说明static final StructureType
static final StructureType
static final StructureType
static final StructureType
static final StructureType
static final StructureType
static final StructureType
static final StructureType
static final StructureType
static final StructureType
static final StructureType
static final StructureType
static final StructureType
static final StructureType
static final StructureType
static final StructureType
-
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 org.bukkit.registry.RegistryAware
getKeyOrNull, getKeyOrThrow, isRegistered
-
字段详细资料
-
BURIED_TREASURE
-
DESERT_PYRAMID
-
END_CITY
-
FORTRESS
-
IGLOO
-
JIGSAW
-
JUNGLE_TEMPLE
-
MINESHAFT
-
NETHER_FOSSIL
-
OCEAN_MONUMENT
-
OCEAN_RUIN
-
RUINED_PORTAL
-
SHIPWRECK
-
STRONGHOLD
-
SWAMP_HUT
-
WOODLAND_MANSION
-
-
构造器详细资料
-
StructureType
public StructureType()
-
-
方法详细资料
-
getKey
已过时。A key might not always be present, useRegistryAware.getKeyOrThrow()
instead.返回用于此对象的命名空间标识符.原文:Return the namespaced identifier for this object.
-
RegistryAware.getKeyOrThrow()
instead.