[][src]Trait screeps::constants::LookConstant

pub unsafe trait LookConstant {
    type Item;
    fn convert_and_check_items(reference: Value) -> Vec<Self::Item>;
fn look_code(&self) -> Look; }

Associated Types

type Item

Loading content...

Required methods

fn convert_and_check_items(reference: Value) -> Vec<Self::Item>

fn look_code(&self) -> Look

Loading content...

Implementors

impl LookConstant for CONSTRUCTION_SITES[src]

type Item = ConstructionSite

impl LookConstant for CREEPS[src]

type Item = Creep

impl LookConstant for ENERGY[src]

type Item = Resource

impl LookConstant for FLAGS[src]

type Item = Flag

impl LookConstant for MINERALS[src]

type Item = Mineral

impl LookConstant for NUKES[src]

type Item = Nuke

impl LookConstant for POWER_CREEPS[src]

type Item = PowerCreep

impl LookConstant for RESOURCES[src]

type Item = Resource

impl LookConstant for SOURCES[src]

type Item = Source

impl LookConstant for STRUCTURES[src]

type Item = Structure

impl LookConstant for TERRAIN[src]

type Item = Terrain

impl LookConstant for TOMBSTONES[src]

type Item = Tombstone

Loading content...