Type Definition minecraft_json::minecraft::data::conditions::PredicatesOrEntity[][src]

type PredicatesOrEntity = Either<Vec<String>, Box<Entity>>;
Expand description

Either a list of predicates, or an entity.