Commit bb9bd18
committed
Cleanup, fully implement ExprName, many docs, some other improvements
- allows stateful property handlers
- removes use of AnyNamed
- removes NameHandler in favor of just using ExpressionPropertyHandler
- Avoid exposing silly cast to users when possible in PropertyBaseExpression
- fix issue with handling DELETE and RESET changers in PropertyBaseExpression
- add support for default toString impl in PropertyBaseExpression1 parent 7d15cea commit bb9bd18
25 files changed
Lines changed: 1764 additions & 1182 deletions
File tree
- src/main/java
- ch/njol/skript
- aliases
- classes
- data
- config
- expressions
- lang/function
- util/slot
- org/skriptlang/skript
- bukkit/base/types
- common
- expressions
- types
- lang
- properties
- script
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
52 | | - | |
53 | | - | |
| 51 | + | |
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
| |||
1611 | 1609 | | |
1612 | 1610 | | |
1613 | 1611 | | |
1614 | | - | |
1615 | 1612 | | |
1616 | 1613 | | |
1617 | 1614 | | |
1618 | 1615 | | |
1619 | 1616 | | |
1620 | | - | |
1621 | | - | |
1622 | | - | |
1623 | | - | |
1624 | | - | |
1625 | | - | |
1626 | 1617 | | |
1627 | 1618 | | |
1628 | 1619 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
477 | 478 | | |
478 | 479 | | |
479 | 480 | | |
480 | | - | |
| 481 | + | |
481 | 482 | | |
482 | 483 | | |
483 | 484 | | |
484 | 485 | | |
485 | 486 | | |
486 | | - | |
| 487 | + | |
487 | 488 | | |
488 | 489 | | |
489 | 490 | | |
| |||
492 | 493 | | |
493 | 494 | | |
494 | 495 | | |
495 | | - | |
| 496 | + | |
496 | 497 | | |
497 | 498 | | |
498 | 499 | | |
499 | 500 | | |
500 | | - | |
| 501 | + | |
501 | 502 | | |
502 | 503 | | |
503 | 504 | | |
| |||
0 commit comments