Package net.minecraft.util.math.shapes
Interface IBooleanFunction
-
public interface IBooleanFunction
-
-
Field Summary
Fields Modifier and Type Field Description static IBooleanFunctionANDstatic IBooleanFunctionCAUSED_BYstatic IBooleanFunctionCAUSESstatic IBooleanFunctionFALSEstatic IBooleanFunctionFIRSTstatic IBooleanFunctionNOT_ANDstatic IBooleanFunctionNOT_FIRSTstatic IBooleanFunctionNOT_ORstatic IBooleanFunctionNOT_SAMEstatic IBooleanFunctionNOT_SECONDstatic IBooleanFunctionONLY_FIRSTstatic IBooleanFunctionONLY_SECONDstatic IBooleanFunctionORstatic IBooleanFunctionSAMEstatic IBooleanFunctionSECONDstatic IBooleanFunctionTRUE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapply(boolean p_apply_1_, boolean p_apply_2_)
-
-
-
Field Detail
-
FALSE
static final IBooleanFunction FALSE
-
NOT_OR
static final IBooleanFunction NOT_OR
-
ONLY_SECOND
static final IBooleanFunction ONLY_SECOND
-
NOT_FIRST
static final IBooleanFunction NOT_FIRST
-
ONLY_FIRST
static final IBooleanFunction ONLY_FIRST
-
NOT_SECOND
static final IBooleanFunction NOT_SECOND
-
NOT_SAME
static final IBooleanFunction NOT_SAME
-
NOT_AND
static final IBooleanFunction NOT_AND
-
AND
static final IBooleanFunction AND
-
SAME
static final IBooleanFunction SAME
-
SECOND
static final IBooleanFunction SECOND
-
CAUSES
static final IBooleanFunction CAUSES
-
FIRST
static final IBooleanFunction FIRST
-
CAUSED_BY
static final IBooleanFunction CAUSED_BY
-
OR
static final IBooleanFunction OR
-
TRUE
static final IBooleanFunction TRUE
-
-