Uses of Interface
com.blackrook.engine.EngineResource
Packages that use EngineResource
-
Uses of EngineResource in com.blackrook.engine
Classes in com.blackrook.engine with type parameters of type EngineResourceModifier and TypeClassDescriptionstatic classEngineResourceSet.ResourceSet<R extends EngineResource>Mapping of name-to-resource and id-to-resource.Methods in com.blackrook.engine with type parameters of type EngineResourceModifier and TypeMethodDescription<T extends EngineResource>
voidEngineResourceSet.addResource(T resource) <T extends EngineResource>
TEngine.getResource(Class<T> clazz, String name) Creates or gets an engine resource by class and name.<T extends EngineResource>
TEngineResourceSet.getResource(Class<T> clazz, String id) Returns a resource of a particular type and id.<T extends EngineResource>
EngineResourceSet.ResourceSet<T> Engine.getResourceSet(Class<T> clazz) Creates or gets an engine resource set by class.<T extends EngineResource>
EngineResourceSet.ResourceSet<T> EngineResourceSet.getResourceSet(Class<T> clazz) Returns the resource list that stores a set of resources.Methods in com.blackrook.engine with parameters of type EngineResourceModifier and TypeMethodDescriptionintEngineResourceSet.ResourceSet.getAfterIndexValue(String indexName, Number value, R[] out) Gets all objects that are after an index value.intEngineResourceSet.ResourceSet.getAfterIndexValue(String indexName, Number value, R[] out, int offset) Gets all objects that are after an index value.intEngineResourceSet.ResourceSet.getBeforeIndexValue(String indexName, Number value, R[] out) Gets all objects that are before an index value.intEngineResourceSet.ResourceSet.getBeforeIndexValue(String indexName, Number value, R[] out, int offset) Gets all objects that are before an index value.intEngineResourceSet.ResourceSet.getByIndex(String indexName, Number value, R[] out) Gets all objects that match an index value.intEngineResourceSet.ResourceSet.getByIndex(String indexName, Number value, R[] out, int offset) Gets all objects that match an index value.intGets resources by a tag name.intGets resources by a tag name.