Uses of Enum Class
org.bukkit.block.data.type.RedstoneWire.Connection
Package
Description
Specific BlockData classes relevant to only a given block or set of blocks.
-
Uses of RedstoneWire.Connection in org.bukkit.block.data.type
Modifier and TypeMethodDescriptionChecks the type of connection on the specified face.static RedstoneWire.Connection
Returns the enum constant of this class with the specified name.static RedstoneWire.Connection[]
RedstoneWire.Connection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
RedstoneWire.setFace
(@NotNull BlockFace face, @NotNull RedstoneWire.Connection connection) Sets the type of connection on the specified face.