Package org.bukkit.block.data.type
Interface RedstoneWire
- All Superinterfaces:
- AnaloguePowerable,- BlockData,- Cloneable
'north', 'east', 'south', 'west' represent the types of connections this
 redstone wire has to adjacent blocks.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumThe way in which a redstone wire can connect to an adjacent block face.
- 
Method SummaryModifier and TypeMethodDescriptionGets all of this faces which may be set on this block.Checks the type of connection on the specified face.voidsetFace(@NotNull BlockFace face, @NotNull RedstoneWire.Connection connection) Sets the type of connection on the specified face.Methods inherited from interface org.bukkit.block.data.AnaloguePowerablegetMaximumPower, getPower, setPowerMethods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getLightEmission, getMaterial, getPistonMoveReaction, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, requiresCorrectToolForDrops
- 
Method Details- 
getFaceChecks the type of connection on the specified face.- Parameters:
- face- to check
- Returns:
- connection type
 
- 
setFacevoid setFace(@NotNull @NotNull BlockFace face, @NotNull @NotNull RedstoneWire.Connection connection) Sets the type of connection on the specified face.- Parameters:
- face- to set
- connection- the connection type
 
- 
getAllowedFacesGets all of this faces which may be set on this block.- Returns:
- all allowed faces
 
 
-