public interface Handlables
Featurable
Modifier and Type | Method and Description |
---|---|
<I> Iterable<I> |
get(Class<I> type)
Get all featurables of this type.
|
Featurable |
get(Integer id)
Get the featurable from its ID.
|
Iterable<Featurable> |
values()
Get all featurables.
|
Featurable get(Integer id)
id
- The featurable ID.LionEngineException
- If no featurable found with this ID.<I> Iterable<I> get(Class<I> type)
I
- The featurable interface type.type
- The expected type.Iterable<Featurable> values()
Copyright © 2017 Byron 3D Games Studio. All rights reserved.