()
| 51 | private Texture globalTexture = null; |
| 52 | |
| 53 | public Random getRandom() { |
| 54 | return random; |
| 55 | } |
| 56 | |
| 57 | static public int highestBiome(long biome) { |
| 58 | return (int) (Math.log(Long.highestOneBit(biome)) / Math.log(2)); |
no outgoing calls
no test coverage detected