Package ch.njol.skript.util
Interface Container<T>
- All Known Implementing Classes:
 ItemType,SkriptQueue
public interface Container<T>
Represents a class which is a container, i.e. something like a collection.
If this is used, a
If this is used, a
Container.ContainerType annotation must be added to the implementing class which holds the class instance the containser holds.- 
Nested Class Summary
Nested Classes - 
Method Summary
 
- 
Method Details
- 
containerIterator
- Returns:
 - All element within this container in no particular order
 
 
 -