Uses of Class
org.collebol.client.gui.graphics.ui.Component
Packages that use Component
Package
Description
-
Uses of Component in org.collebol.client.event.client.field
Methods in org.collebol.client.event.client.field that return ComponentMethods in org.collebol.client.event.client.field that return types with arguments of type ComponentConstructors in org.collebol.client.event.client.field with parameters of type ComponentModifierConstructorDescriptionClientFieldSubHoverEvent(Vector2D position, Field parent, Component child, int childID, boolean entered) -
Uses of Component in org.collebol.client.gui.graphics.renderer.ui
Methods in org.collebol.client.gui.graphics.renderer.ui with type parameters of type ComponentModifier and TypeMethodDescriptionUIRenderer.renderComponent(T cls, int id) UIRenderer.renderSubComponent(T cls, int id, int fieldId) -
Uses of Component in org.collebol.client.gui.graphics.ui
Methods in org.collebol.client.gui.graphics.ui with type parameters of type ComponentModifier and TypeMethodDescriptionComponentHandler.getComponents(T cls) <T extends Component>
voidComponentHandler.registerNewComponent(T component) Methods in org.collebol.client.gui.graphics.ui that return ComponentModifier and TypeMethodDescriptionComponentHandler.getComponent(Class<? extends Component> cls, int id) Methods in org.collebol.client.gui.graphics.ui that return types with arguments of type ComponentModifier and TypeMethodDescriptionComponentHandler.getComponents()ComponentHandler.getComponents(T cls) ComponentHandler.getComponentsMap()ComponentHandler.getComponentsMap()Method parameters in org.collebol.client.gui.graphics.ui with type arguments of type ComponentModifier and TypeMethodDescriptionComponentHandler.getComponent(Class<? extends Component> cls, int id) -
Uses of Component in org.collebol.client.gui.graphics.ui.component
Subclasses of Component in org.collebol.client.gui.graphics.ui.component -
Uses of Component in org.collebol.client.math
Methods in org.collebol.client.math that return types with arguments of type ComponentModifier and TypeMethodDescriptionComponentCalculator.checkIfSubComponent(Field parent, Vector2D position) Checks if there is a subcomponent of the given parent below the mouse.ComponentCalculator.getComponentUnderMouse(Vector2D position, EJGEngine instance) Checks if there is a component below of the mouse.