Uses of Class
edu.uky.cs.nil.tt.world.AssetBuilder
Packages that use AssetBuilder
Package
Description
Story
worlds define the objects, concepts, and actions that
exist in a story, and story world models define the logic
for when actions can happen, how actions change the current state of world,
when endings happen, etc.-
Uses of AssetBuilder in edu.uky.cs.nil.tt.world
Constructors in edu.uky.cs.nil.tt.world with parameters of type AssetBuilderModifierConstructorDescriptionLogicalWorld(AssetBuilder builder) Constructs a logical world model from the assets defined in an asset builder.World(AssetBuilder builder) Constructs a story world from the assets defined in an asset builder.WorldModel(AssetBuilder builder) Constructs a story world model from the assets defined in an asset builder.