public class PartedArea
extends java.lang.Object
修飾子とタイプ | クラスと説明 |
---|---|
static class |
PartedArea.AreaStatus |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
approached() |
boolean |
containAny(java.util.Collection<? extends rescuecore2.standard.entities.StandardEntity> collect)
collectionの中身の一つでもあればTrue
|
boolean |
containAtLeastOne(java.util.Collection<? extends rescuecore2.worldmodel.EntityID> collect)
collectionの中身の一つでもあればTrue
|
boolean |
contains(rescuecore2.worldmodel.EntityID id)
EntityIDを含んでいるかどうか
|
java.util.Set<rescuecore2.worldmodel.EntityID> |
getContentBuildingsID() |
int |
getId() |
java.awt.geom.Point2D |
getPoints() |
PartedArea.AreaStatus |
getStatus() |
int |
getVolume() |
boolean |
isApproached() |
boolean |
isReached() |
boolean |
isStateChanged() |
void |
reached() |
void |
setStatus(PartedArea.AreaStatus status) |
int |
size() |
public boolean contains(rescuecore2.worldmodel.EntityID id)
public boolean containAny(java.util.Collection<? extends rescuecore2.standard.entities.StandardEntity> collect)
public boolean containAtLeastOne(java.util.Collection<? extends rescuecore2.worldmodel.EntityID> collect)
public int size()
public java.util.Set<rescuecore2.worldmodel.EntityID> getContentBuildingsID()
public boolean isApproached()
public void approached()
public void reached()
public boolean isReached()
public java.awt.geom.Point2D getPoints()
public int getId()
public int getVolume()
public void setStatus(PartedArea.AreaStatus status)
public PartedArea.AreaStatus getStatus()
public boolean isStateChanged()