BlockData
, Cloneable
, Directional
, FaceAttachable
, Powerable
public interface Switch extends Directional, FaceAttachable, Powerable
Modifier and Type | Interface | Description |
---|---|---|
static class |
Switch.Face |
Deprecated.
|
FaceAttachable.AttachedFace
Modifier and Type | Method | Description |
---|---|---|
@NotNull Switch.Face |
getFace() |
Deprecated.
|
void |
setFace(@NotNull Switch.Face face) |
Deprecated.
|
clone, getAsString, getAsString, getMaterial, matches, merge
getFaces, getFacing, setFacing
getAttachedFace, setAttachedFace
isPowered, setPowered
@NotNull @Deprecated @NotNull Switch.Face getFace()
FaceAttachable.getAttachedFace()
@Deprecated void setFace(@NotNull @NotNull Switch.Face face)
FaceAttachable.getAttachedFace()
face
- the new 'face' valueCopyright © 2020. All rights reserved.