723724725726727728729730731732733
/** * initialisiert alle Listener */ private void initListeners() { new BlockListener(this); new HungerListener(this); new PlayerLoginListener(this); new TeamChoiceScreenListener(this); new DoorListener(this); new VuduBrickListener(this);