Class Result
java.lang.Object
de.redstoneworld.redrestrictionhelper.analyze.Result
-
Constructor Summary
ConstructorsConstructorDescriptionResult(boolean allowed) Result(boolean allowed, List<AllowReasons> allowReasons) Result(boolean allowed, List<AllowReasons> allowReasons, long timeOfCheck) -
Method Summary
Modifier and TypeMethodDescriptionlongboolean
-
Constructor Details
-
Result
-
Result
-
Result
public Result(boolean allowed)
-
-
Method Details
-
isAllowed
public boolean isAllowed() -
getAllowReasons
-
getTimeOfCheck
public long getTimeOfCheck()
-