client: object composition directional access bitmask

This commit is contained in:
tomcylke
2021-09-09 14:08:10 -04:00
parent df0b7d9404
commit 0cb2dea4d9
10 changed files with 470 additions and 39 deletions

View File

@@ -73,4 +73,10 @@ public interface ObjectComposition extends ParamHolder
* @throws NullPointerException if {@link #getImpostorIds()} is null
*/
ObjectComposition getImpostor();
/**
* Get the bitmask that contains information on which directions you can interact
* with this object from.
*/
int getAccessBitMask();
}