Package net.minecraft.util.function
Interface BooleanBiFunction
public interface BooleanBiFunction
-
Field Summary
Fields Modifier and Type Field Description static BooleanBiFunction
AND
static BooleanBiFunction
CAUSED_BY
static BooleanBiFunction
CAUSES
static BooleanBiFunction
FALSE
static BooleanBiFunction
FIRST
static BooleanBiFunction
NOT_AND
static BooleanBiFunction
NOT_FIRST
static BooleanBiFunction
NOT_OR
static BooleanBiFunction
NOT_SAME
static BooleanBiFunction
NOT_SECOND
static BooleanBiFunction
ONLY_FIRST
static BooleanBiFunction
ONLY_SECOND
static BooleanBiFunction
OR
static BooleanBiFunction
SAME
static BooleanBiFunction
SECOND
static BooleanBiFunction
TRUE
-
Method Summary
Modifier and Type Method Description boolean
apply(boolean bool, boolean bool2)
-
Field Details
-
FALSE
-
NOT_OR
-
ONLY_SECOND
-
NOT_FIRST
-
ONLY_FIRST
-
NOT_SECOND
-
NOT_SAME
-
NOT_AND
-
AND
-
SAME
-
SECOND
-
CAUSES
-
FIRST
-
CAUSED_BY
-
OR
-
TRUE
-
-
Method Details
-
apply
boolean apply(boolean bool, boolean bool2)
-