Closed jdrueckert closed 2 years ago
Contributes to https://github.com/MovingBlocks/Terasology/issues/4981
Use initialization in construct() consistently throughout behavior actions
@Override public void construct(Actor actor) { if (world == null) { world = CoreRegistry.get(WorldProvider.class); } }
CheckAttackStopAction
FlexibleMovement as a replacement for PathFinding
Contributes to https://github.com/MovingBlocks/Terasology/issues/4981
What this PR does
Use initialization in construct() consistently throughout behavior actions
Additional chores
CheckAttackStopAction
action