咳……又是自己摸索……1 U; M' o: ]9 m, V* }5 ]. k
sel = SwarmUtils.getSelector("FoodSpace", "seedFood");
6 k& K1 U6 Y8 i# J8 B worldRaster.setButton$Client$Message(1, modelSwarm.getFood(), sel);$ D) w! _' H* h- T" l& [1 |
8 d" G; h3 W3 v4 Z# f5 g
其中FoodSpace的seedFood函数:8 I- ^- i- u' x J& [
public Object seedFood(int x, int y) {; w; I7 v9 Z0 s' M7 i6 q2 m
putValue$atX$Y(1, x, y);
i! ?! W7 K1 w. h: Z return this;3 @4 G7 E8 u$ g* f8 R) n$ V, N7 m
} |