Uses of Class
com.xebisco.yield.ComponentBehavior
Packages that use ComponentBehavior
Package
Description
-
Uses of ComponentBehavior in com.xebisco.yield
Subclasses of ComponentBehavior in com.xebisco.yieldModifier and TypeClassDescriptionclassAbstract class representing a renderable component in the application.final classThe AnimationPlayer class is a component behavior that handles the playing of animations by updating the texture rectangle with the current frame.classThe AudioPlayer class is a component behavior that allows for playing, pausing, and manipulating audio clips in a Yield application.classThis class represents an empty renderable object.classRectangleMeshclass extendsAbstractRenderableand represents a rectangle mesh object.classTextMeshclass extendsAbstractRenderableand represents a text mesh object.Methods in com.xebisco.yield with type parameters of type ComponentBehaviorModifier and TypeMethodDescription<T extends ComponentBehavior>
TReturns a component of the specified type attached to the entity this behavior is attached to.<T extends ComponentBehavior>
TReturns a component of the specified type and index attached to the entity this behavior is attached to.<T extends ComponentBehavior>
TGets the first component of the specified type.<T extends ComponentBehavior>
TGets the component of the specified type at the specified renderIndex.Methods in com.xebisco.yield that return ComponentBehaviorModifier and TypeMethodDescriptionEntity2D.components()Gets the array of components that this entity manages.Sets the entity this behavior is attached to.ComponentBehavior.setRenderIndex(int index) Sets the render index of the entity this behavior is attached to.Methods in com.xebisco.yield that return types with arguments of type ComponentBehaviorModifier and TypeMethodDescriptionClass<? extends ComponentBehavior>ComponentCreation.componentClass()This function returns the class of a component's behavior.Methods in com.xebisco.yield with parameters of type ComponentBehaviorModifier and TypeMethodDescriptionvoidComponentModifier.modify(ComponentBehavior component) Modifies the behavior of a component.Constructor parameters in com.xebisco.yield with type arguments of type ComponentBehaviorModifierConstructorDescriptionComponentCreation(Class<? extends ComponentBehavior> componentClass) Constructs a new ComponentCreation with the given component class and a null modifier.ComponentCreation(Class<? extends ComponentBehavior> componentClass, ComponentModifier componentModifier) Constructs a new ComponentCreation with the given component class and modifier. -
Uses of ComponentBehavior in com.xebisco.yield.physics
Subclasses of ComponentBehavior in com.xebisco.yield.physics -
Uses of ComponentBehavior in com.xebisco.yield.physics.colliders
Subclasses of ComponentBehavior in com.xebisco.yield.physics.collidersModifier and TypeClassDescriptionclassclassclassclass -
Uses of ComponentBehavior in com.xebisco.yield.physics.joints
Subclasses of ComponentBehavior in com.xebisco.yield.physics.joints -
Uses of ComponentBehavior in com.xebisco.yield.texture
Subclasses of ComponentBehavior in com.xebisco.yield.textureModifier and TypeClassDescriptionclassA subclass ofRectangleMeshthat adds the ability to apply a texture to the mesh.