C - The cell typepublic interface DofusMap<C extends MapCell>
| Modifier and Type | Method and Description |
|---|---|
Dimensions |
dimensions()
Get the map dimensions
|
C |
get(@IndexFor(value="this") int id)
Get a cell by its id
|
@LengthOf(value="this") int |
size()
Get the map size (the number of cells)
|
@Pure @LengthOf(value="this") @LengthOf(value="this") int size()
C get(@IndexFor(value="this") int id)
id - The cell id@Pure Dimensions dimensions()
Copyright © 2022. All rights reserved.