Class PlaceholderResult<T>
java.lang.Object
com.github.darksoulq.abyssallib.server.placeholder.PlaceholderResult<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> PlaceholderResult<T> empty()static <T> PlaceholderResult<T> static <T> PlaceholderResult<T> error(net.kyori.adventure.text.Component error) net.kyori.adventure.text.ComponentgetError()getValue()booleanisEmpty()booleanisError()static <T> PlaceholderResult<T> success(T value)
-
Method Details
-
success
-
error
-
error
-
empty
-
getValue
-
getError
public net.kyori.adventure.text.Component getError() -
isError
public boolean isError() -
isEmpty
public boolean isEmpty()
-