Package net.aufdemrand.denizen.npc.speech

Examples of net.aufdemrand.denizen.npc.speech.DenizenSpeechController


        for (dEntity talker : talkers.filter(dEntity.class)) {

            Entity entity = talker.getBukkitEntity();
            if (entity != null) {
                context.setTalker(entity);
                new DenizenSpeechController(entity).speak(context);
            }
            else {
                dB.echoDebug(scriptEntry, "Chat Talker is not spawned! Cannot talk.");
            }
View Full Code Here

TOP

Related Classes of net.aufdemrand.denizen.npc.speech.DenizenSpeechController

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.