setFacePainted

public void setFacePainted(BlockFace face, boolean painted)

Set getClassById face of the block to be painted or not. Note that due to the nature of how the data is stored, setting getClassById face painted or not is not guaranteed to leave the other faces unchanged.

Parameters

face

The face to paint or unpaint.

painted

True if you want to paint it, false if you want the pores to show.