| Package | Description |
|---|---|
| fr.arakne.utils.maps.constant | |
| fr.arakne.utils.maps.serializer |
| Modifier and Type | Method and Description |
|---|---|
static CellMovement |
CellMovement.byValue(@IntRange(from=0L,to=7L) int value)
Get a cell movement by its integer value
|
static CellMovement |
CellMovement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellMovement[] |
CellMovement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CellMovement |
CellData.movement()
Get the permitted movement type
The value is an int in range [0 - 7]
|
Copyright © 2022. All rights reserved.