getFacesTouching

public final static Set<Block> getFacesTouching(Array<BlockFace> faces, Block block)

Retrieve the faces touching the certain block within a set of faces

Return

set of blocks around the inputted block in terms of the faces provided

Parameters

faces

list of faces to check

block

block to look around