Uses of Class
edu.uky.cs.nil.tt.Database.WorldEntry
Packages that use Database.WorldEntry
Package
Description
Tandem Tales is a platform that enables short, paired storytelling
exercises between two agents over a network.
-
Uses of Database.WorldEntry in edu.uky.cs.nil.tt
Methods in edu.uky.cs.nil.tt that return Database.WorldEntryModifier and TypeMethodDescriptionDatabase.getRandomWorld()Returns a randomly chosenlistedworld entry.Returns the entry for the world model with the given name or null if the database has no world model with that name.Database.requireWorld(String name) Returns the entry for the world model with the given name or throws an exception if no such entry exists.