Interface MultipleFacing

All Superinterfaces:
BlockData, Cloneable
All Known Subinterfaces:
Fence, Fire, GlassPane, GlowLichen, ResinClump, SculkVein, Tripwire

public interface MultipleFacing extends BlockData
This class encompasses the 'north', 'east', 'south', 'west', 'up', 'down' boolean flags which are used to set which faces of the block textures are displayed on.
Some blocks may not be able to have faces on all directions, use getAllowedFaces() to get all possible faces for this block. It is not valid to call any methods on non-allowed faces.