Pulling all pending Bukkit-JavaDoc changes
By: Edmond Poon <sagaciouszzzz@gmail.com>
This commit is contained in:
@@ -21,6 +21,7 @@ public class Tripwire extends MaterialData {
|
||||
|
||||
/**
|
||||
* Test if tripwire is currently activated
|
||||
*
|
||||
* @return true if activated, false if not
|
||||
*/
|
||||
public boolean isActivated() {
|
||||
@@ -29,6 +30,7 @@ public class Tripwire extends MaterialData {
|
||||
|
||||
/**
|
||||
* Set tripwire activated state
|
||||
*
|
||||
* @param act - true if activated, false if not
|
||||
*/
|
||||
public void setActivated(boolean act) {
|
||||
@@ -41,6 +43,7 @@ public class Tripwire extends MaterialData {
|
||||
|
||||
/**
|
||||
* Test if object triggering this tripwire directly
|
||||
*
|
||||
* @return true if object activating tripwire, false if not
|
||||
*/
|
||||
public boolean isObjectTriggering() {
|
||||
@@ -49,6 +52,7 @@ public class Tripwire extends MaterialData {
|
||||
|
||||
/**
|
||||
* Set object triggering state for this tripwire
|
||||
*
|
||||
* @param trig - true if object activating tripwire, false if not
|
||||
*/
|
||||
public void setObjectTriggering(boolean trig) {
|
||||
|
||||
Reference in New Issue
Block a user