public interface HandledObjects
ObjectGame
Modifier and Type | Method and Description |
---|---|
<I> Iterable<I> |
get(Class<I> type)
Get all objects of this type.
|
ObjectGame |
get(Integer id)
Get the object from its id.
|
Iterable<ObjectGame> |
values()
Get all objects.
|
ObjectGame get(Integer id)
id
- The object id.LionEngineException
- If no object found with this id.ObjectGame.getId()
<I> Iterable<I> get(Class<I> type)
I
- The object interface type.type
- The expected type.Iterable<ObjectGame> values()
Copyright © 2016 Byron 3D Games Studio. All rights reserved.