From 162807b39b55cb2ceb340fa73d551ab5c462d2c8 Mon Sep 17 00:00:00 2001 From: md_5 Date: Thu, 25 Oct 2018 20:40:35 +1100 Subject: Remove some draft API designations --- src/main/java/org/bukkit/block/Sign.java | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'src/main/java/org/bukkit/block/Sign.java') diff --git a/src/main/java/org/bukkit/block/Sign.java b/src/main/java/org/bukkit/block/Sign.java index 0cbdd39a..9e7717ca 100644 --- a/src/main/java/org/bukkit/block/Sign.java +++ b/src/main/java/org/bukkit/block/Sign.java @@ -38,26 +38,22 @@ public interface Sign extends BlockState { /** * Marks whether this sign can be edited by players. *
- * This is a special value, which is not persisted. It should only be if a - * placed sign is manipulated during the BlockPlaceEvent. Behaviour outside - * of this event is undefined. + * This is a special value, which is not persisted. It should only be set if + * a placed sign is manipulated during the BlockPlaceEvent. Behaviour + * outside of this event is undefined. * * @return if this sign is currently editable - * @deprecated draft API */ - @Deprecated public boolean isEditable(); /** * Marks whether this sign can be edited by players. *
- * This is a special value, which is not persisted. It should only be if a - * placed sign is manipulated during the BlockPlaceEvent. Behaviour outside - * of this event is undefined. + * This is a special value, which is not persisted. It should only be set if + * a placed sign is manipulated during the BlockPlaceEvent. Behaviour + * outside of this event is undefined. * * @param editable if this sign is currently editable - * @deprecated draft API */ - @Deprecated public void setEditable(boolean editable); } -- cgit v1.2.3