Package com.blackrook.engine
package com.blackrook.engine
Contains the main parts of the engine.
-
ClassDescriptionThe main engine, created as the centerpoint of the communication between components or as a main mediator between system components.Configuration for the Engine, which declares basic principles for its application setup.The manager that can call and get/set elements available to the console.Mapping for console commands to methods.Mapping for console variables to methods.Main file system tree for Engine applications.Some kind of logger for logging messages.A logger driver that outputs to Standard Out.A logging output driver that outputs messages to a log when it receives a set of inputs.A logging driver that writes to a text file.Logger interface for all log writing.Logging levels.A standard logger for outputting to a print stream.Describes a resource descriptor that the engine stores and indexes in its resource banks.The thing that holds and manages all engine resources (by class).EngineResourceSet.ResourceSet<R extends EngineResource>Mapping of name-to-resource and id-to-resource.Index type.Value getter thing for ease of use.An update thread class that updates all updatable objects on a set interval.Engine utility class.