Class CondIsInOpenWater
java.lang.Object
ch.njol.skript.lang.TriggerItem
ch.njol.skript.lang.Statement
ch.njol.skript.lang.Condition
ch.njol.skript.conditions.base.PropertyCondition<org.bukkit.entity.Entity>
org.skriptlang.skript.bukkit.fishing.elements.CondIsInOpenWater
- All Implemented Interfaces:
Debuggable
,SyntaxElement
,Predicate<org.bukkit.entity.Entity>
,Conditional<org.bukkit.event.Event>
@Name("Is Fish Hook in Open Water")
@Description({"Checks whether the fish hook is in open water.","Open water is defined by a 5x4x5 area of water, air and lily pads. If in open water, treasure items may be caught."})
@Examples({"on fish catch:","\tif fish hook is in open water:","\t\tsend \"You will catch a shark soon!\""})
@Events("Fishing")
@Since("2.10")
public class CondIsInOpenWater
extends ch.njol.skript.conditions.base.PropertyCondition<org.bukkit.entity.Entity>
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.njol.skript.conditions.base.PropertyCondition
ch.njol.skript.conditions.base.PropertyCondition.PropertyType
Nested classes/interfaces inherited from class ch.njol.skript.lang.Condition
Condition.ConditionType
Nested classes/interfaces inherited from interface org.skriptlang.skript.lang.condition.Conditional
Conditional.Operator
-
Field Summary
Fields inherited from class ch.njol.skript.conditions.base.PropertyCondition
DEFAULT_PRIORITY
Fields inherited from class ch.njol.skript.lang.TriggerItem
parent
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.njol.skript.conditions.base.PropertyCondition
and, check, getPatterns, getPropertyType, init, negate, or, register, register, register, register, setExpr, test, toString, toString
Methods inherited from class ch.njol.skript.lang.Condition
evaluate, getSyntaxTypeName, isNegated, parse, run, setNegated
Methods inherited from class ch.njol.skript.lang.TriggerItem
debug, executionIntent, getActualNext, getIndentation, getNext, getParent, getTrigger, setNext, setParent, toString, walk, walk
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.skriptlang.skript.lang.condition.Conditional
evaluate, evaluateAnd, evaluateAnd, evaluateAnd, evaluateAnd, evaluateNot, evaluateNot, evaluateOr, evaluateOr, evaluateOr, evaluateOr
Methods inherited from interface ch.njol.skript.lang.Debuggable
toString
Methods inherited from interface ch.njol.skript.lang.SyntaxElement
getParser
-
Constructor Details
-
CondIsInOpenWater
public CondIsInOpenWater()
-
-
Method Details
-
check
public boolean check(org.bukkit.entity.Entity entity) - Specified by:
check
in classch.njol.skript.conditions.base.PropertyCondition<org.bukkit.entity.Entity>
-
getPropertyName
- Specified by:
getPropertyName
in classch.njol.skript.conditions.base.PropertyCondition<org.bukkit.entity.Entity>
-