All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.rsmod.game.pathfinder.flag.BlockAccessFlag.kt Maven / Gradle / Ivy

The newest version!
package org.rsmod.game.pathfinder.flag

/**
 * @author Kris | 15/01/2022
 */
public object BlockAccessFlag {

    public const val BLOCK_NORTH: Int = 0x1
    public const val BLOCK_EAST: Int = 0x2
    public const val BLOCK_SOUTH: Int = 0x4
    public const val BLOCK_WEST: Int = 0x8
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy