Class VisualManagerImpl<T,S extends Storage<T>>
java.lang.Object
com.jozufozu.flywheel.impl.visualization.manager.VisualManagerImpl<T,S>
- All Implemented Interfaces:
VisualManager<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGet the number of game objects that are currently being visualized.voidvoidprocessQueue(float partialTick) voidvoidqueueRemove(T obj) voidqueueUpdate(T obj) tickPlan()
-
Constructor Details
-
VisualManagerImpl
-
-
Method Details
-
getStorage
-
getVisualCount
public int getVisualCount()Description copied from interface:VisualManagerGet the number of game objects that are currently being visualized.- Specified by:
getVisualCountin interfaceVisualManager<T>- Returns:
- The visual count.
-
queueAdd
- Specified by:
queueAddin interfaceVisualManager<T>
-
queueRemove
- Specified by:
queueRemovein interfaceVisualManager<T>
-
queueUpdate
- Specified by:
queueUpdatein interfaceVisualManager<T>
-
invalidate
public void invalidate() -
processQueue
public void processQueue(float partialTick) -
framePlan
-
tickPlan
-