-
Notifications
You must be signed in to change notification settings - Fork 0
EYES.src.utility.Map.py
jaxsen edited this page Jul 7, 2023
·
3 revisions
| Variable | Type | Description |
|---|---|---|
color |
ColorGroup | ColorGroup to select from |
min_x |
Integer | Left Border |
max_x |
Integer | Right Border |
min_z |
Integer | Bottom Border |
max_z |
Integer | Top Border |
| Borders have a -1 to 1 range |
| Variable | Type | Description |
|---|---|---|
nodes |
List of MapNodes | MapNodes for this Map |
fuzz |
Integer | Amount of fuzz to apply to the MapNodes |
weight |
Integer | Chance of accepting fuzz |
name |
String | The name of the Map |
debug |
Notifier | The jxndbg Debugger |