Class NoSort
- java.lang.Object
-
- com.bombinggames.wurfelengine.core.sorting.AbstractSorter
-
- com.bombinggames.wurfelengine.core.sorting.NoSort
-
public class NoSort extends AbstractSorter
-
-
Field Summary
-
Fields inherited from class com.bombinggames.wurfelengine.core.sorting.AbstractSorter
camera, iteratorCache
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createDepthList(java.util.LinkedList<AbstractGameObject> depthlist)
Sorts the list of game objects.void
renderSorted()
Renders in sorted order-
Methods inherited from class com.bombinggames.wurfelengine.core.sorting.AbstractSorter
bakeIteratorCache, getTopLevel, handleMessage, updateCacheIfOutdated
-
-
-
-
Constructor Detail
-
NoSort
public NoSort(Camera camera)
-
-
Method Detail
-
createDepthList
public void createDepthList(java.util.LinkedList<AbstractGameObject> depthlist)
Description copied from class:AbstractSorter
Sorts the list of game objects.- Specified by:
createDepthList
in classAbstractSorter
-
renderSorted
public void renderSorted()
Description copied from class:AbstractSorter
Renders in sorted order- Specified by:
renderSorted
in classAbstractSorter
-
-