Package net.minecraft.util.function
Interface BooleanBiFunction
public interface BooleanBiFunction
-
Field Summary
Fields Modifier and Type Field Description static BooleanBiFunctionANDstatic BooleanBiFunctionCAUSED_BYstatic BooleanBiFunctionCAUSESstatic BooleanBiFunctionFALSEstatic BooleanBiFunctionFIRSTstatic BooleanBiFunctionNOT_ANDstatic BooleanBiFunctionNOT_FIRSTstatic BooleanBiFunctionNOT_ORstatic BooleanBiFunctionNOT_SAMEstatic BooleanBiFunctionNOT_SECONDstatic BooleanBiFunctionONLY_FIRSTstatic BooleanBiFunctionONLY_SECONDstatic BooleanBiFunctionORstatic BooleanBiFunctionSAMEstatic BooleanBiFunctionSECONDstatic BooleanBiFunctionTRUE -
Method Summary
Modifier and Type Method Description booleanapply(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)
-