Package com.deco2800.game.physics
Class PhysicsLayer
java.lang.Object
com.deco2800.game.physics.PhysicsLayer
public class PhysicsLayer
extends java.lang.Object
-
Field Summary
-
Method Summary
Modifier and Type Method Description static boolean
contains(short filterBits, short layer)
-
Field Details
-
NONE
public static final short NONE- See Also:
- Constant Field Values
-
DEFAULT
public static final short DEFAULT- See Also:
- Constant Field Values
-
PLAYER
public static final short PLAYER- See Also:
- Constant Field Values
-
OBSTACLE
public static final short OBSTACLE- See Also:
- Constant Field Values
-
NPC
public static final short NPC- See Also:
- Constant Field Values
-
METEORITE
public static final short METEORITE- See Also:
- Constant Field Values
-
WALL
public static final short WALL- See Also:
- Constant Field Values
-
CEILING
public static final short CEILING- See Also:
- Constant Field Values
-
PLAYERCOLLIDER
public static final short PLAYERCOLLIDER- See Also:
- Constant Field Values
-
WEAPON
public static final short WEAPON- See Also:
- Constant Field Values
-
ALL
public static final short ALL- See Also:
- Constant Field Values
-
MAGMA
public static final short MAGMA- See Also:
- Constant Field Values
-
-
Method Details
-
contains
public static boolean contains(short filterBits, short layer)
-