文件名称:giant-snail-open:Java类使游戏开发更加愉快
文件大小:48KB
文件格式:ZIP
更新时间:2024-06-07 05:42:32
Java
巨型蜗牛打开 用法 位数组 // Determine which of the buildings in the town are shops. The other ones are houses. final int buildingTypes = BitArray . ShortGenerator . generateRandomArray(town . size, town . shopCount); // Loop over the buildings, and place them. for ( int buildingIdentifier = 0 ; town . size != buildingIdentifier; buildingIdentifier ++ ) { if ( BitArray . getBit(buildingTypes, buildingIdenti