接口 TestBlock
'mode' indicates what mode this test block is in.
-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明getMode()
Gets the value of the 'mode' property.void
setMode
(@NotNull TestBlock.Mode mode) Sets the value of the 'mode' 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
-
方法详细资料
-
getMode
Gets the value of the 'mode' property.- 返回:
- the 'mode' value
-
setMode
Sets the value of the 'mode' property.- 参数:
mode
- the new 'mode' value
-