接口 Vault
- 所有超级接口:
BlockData
,Cloneable
,Directional
'vault_state' indicates the current operational phase of the vault block.
'ominous' indicates if the block has ominous effects.
'ominous' indicates if the block has ominous effects.
-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明已过时, 待删除: 此 API 元素将从以后的版本中删除。Gets the value of the 'vault_state' property.boolean
Gets the value of the 'ominous' property.void
setOminous
(boolean ominous) Sets the value of the 'ominous' property.void
已过时, 待删除: 此 API 元素将从以后的版本中删除。void
setVaultState
(@NotNull Vault.State state) Sets the value of the 'vault_state' property.从接口继承的方法 org.bukkit.block.data.BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
从接口继承的方法 org.bukkit.block.data.Directional
getFaces, getFacing, setFacing
-
方法详细资料
-
getVaultState
Gets the value of the 'vault_state' property.- 返回:
- the 'vault_state' value
-
getTrialSpawnerState
已过时, 待删除: 此 API 元素将从以后的版本中删除。seegetVaultState()
Gets the value of the 'vault_state' property.- 返回:
- the 'vault_state' value
-
setVaultState
Sets the value of the 'vault_state' property.- 参数:
state
- the new 'vault_state' value
-
setTrialSpawnerState
@Deprecated(since="1.21.3", forRemoval=true) void setTrialSpawnerState(@NotNull @NotNull Vault.State state) 已过时, 待删除: 此 API 元素将从以后的版本中删除。Sets the value of the 'vault_state' property.- 参数:
state
- the new 'vault_state' value
-
isOminous
boolean isOminous()Gets the value of the 'ominous' property.- 返回:
- the 'ominous' value
-
setOminous
void setOminous(boolean ominous) Sets the value of the 'ominous' property.- 参数:
ominous
- the new 'ominous' value
-
getVaultState()