Pulling all pending Bukkit-JavaDoc changes
By: Edmond Poon <sagaciouszzzz@gmail.com>
This commit is contained in:
@@ -27,6 +27,7 @@ public class TripwireHook extends SimpleAttachableMaterialData implements Redsto
|
||||
|
||||
/**
|
||||
* Test if tripwire is connected
|
||||
*
|
||||
* @return true if connected, false if not
|
||||
*/
|
||||
public boolean isConnected() {
|
||||
@@ -35,6 +36,7 @@ public class TripwireHook extends SimpleAttachableMaterialData implements Redsto
|
||||
|
||||
/**
|
||||
* Set tripwire connection state
|
||||
*
|
||||
* @param connected - true if connected, false if not
|
||||
*/
|
||||
public void setConnected(boolean connected) {
|
||||
@@ -47,6 +49,7 @@ public class TripwireHook extends SimpleAttachableMaterialData implements Redsto
|
||||
|
||||
/**
|
||||
* Test if hook is currently activated
|
||||
*
|
||||
* @return true if activated, false if not
|
||||
*/
|
||||
public boolean isActivated() {
|
||||
@@ -55,6 +58,7 @@ public class TripwireHook extends SimpleAttachableMaterialData implements Redsto
|
||||
|
||||
/**
|
||||
* Set hook activated state
|
||||
*
|
||||
* @param act - true if activated, false if not
|
||||
*/
|
||||
public void setActivated(boolean act) {
|
||||
|
||||
Reference in New Issue
Block a user