Class GraphicsObjects


  • public class GraphicsObjects
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphicsObjects()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GraphicsObjectQuery query()
      Searches for GraphicsObjects and caches them for the current tick.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphicsObjects

        public GraphicsObjects()
    • Method Detail

      • query

        public GraphicsObjectQuery query()
        Searches for GraphicsObjects and caches them for the current tick. If the tick has changed, it updates the cached objects.
        Returns:
        a GraphicsObjectQuery containing the cached GraphicsObjects.