Class PhysicsLayer

java.lang.Object
com.deco2800.game.physics.PhysicsLayer

public class PhysicsLayer
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static short ALL  
    static short CEILING  
    static short DEFAULT  
    static short MAGMA  
    static short METEORITE  
    static short NONE  
    static short NPC  
    static short OBSTACLE  
    static short PLAYER  
    static short PLAYERCOLLIDER  
    static short WALL  
    static short WEAPON  
  • Method Summary

    Modifier and Type Method Description
    static boolean contains​(short filterBits, short layer)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait