Package net.minecraft.util.math.shapes
Interface IBooleanFunction
-
public interface IBooleanFunction
-
-
Field Summary
Fields Modifier and Type Field Description static IBooleanFunction
AND
static IBooleanFunction
CAUSED_BY
static IBooleanFunction
CAUSES
static IBooleanFunction
FALSE
static IBooleanFunction
FIRST
static IBooleanFunction
NOT_AND
static IBooleanFunction
NOT_FIRST
static IBooleanFunction
NOT_OR
static IBooleanFunction
NOT_SAME
static IBooleanFunction
NOT_SECOND
static IBooleanFunction
ONLY_FIRST
static IBooleanFunction
ONLY_SECOND
static IBooleanFunction
OR
static IBooleanFunction
SAME
static IBooleanFunction
SECOND
static IBooleanFunction
TRUE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
apply(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
-
-