Package com.jeff_media.jefflib
Class BlockUtils.Predicates
java.lang.Object
com.jeff_media.jefflib.BlockUtils.Predicates
- Enclosing class:
- BlockUtils
Some predefined Block Predicates
-
Field Summary
FieldsModifier and TypeFieldDescriptionRepresents AIR and CAVE_AIRRepresents all burnable blocksRepresents all blocks affected by gravityRepresents all interactable blocksRepresents all blocks not affected by gravityRepresents all blocks except AIR and CAVE_AIRRepresents all non-burnable blocksRepresents all non-interactable blocksRepresents all non-occluding blocksRepresents all non-solid blocksRepresents all occluding blocksRepresents all solid blocks -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AIR
Represents AIR and CAVE_AIR -
NOT_AIR
Represents all blocks except AIR and CAVE_AIR -
SOLID
Represents all solid blocks -
NOT_SOLID
Represents all non-solid blocks -
GRAVITY
Represents all blocks affected by gravity -
NO_GRAVITY
Represents all blocks not affected by gravity -
BURNABLE
Represents all burnable blocks -
NOT_BURNABLE
Represents all non-burnable blocks -
INTERACTABLE
Represents all interactable blocks -
NOT_INTERACTABLE
Represents all non-interactable blocks -
OCCLUDING
Represents all occluding blocks -
NOT_OCCLUDING
Represents all non-occluding blocks
-
-
Constructor Details
-
Predicates
public Predicates()
-