Index

A B C D E F G H I J K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

T

tags() - Method in class com.xebisco.yield.Entity2D
Gets the array of tags that describe this entity.
tags() - Method in class com.xebisco.yield.Entity2DPrefab
The function returns an array of strings representing tags.
targetSleepTime() - Method in class com.xebisco.yield.ContextTime
Gets the target sleep time.
text() - Method in class com.xebisco.yield.rendering.Paint
Returns the text to be displayed.
TEXT - Enum constant in enum class com.xebisco.yield.rendering.Form
Represents a text form.
TextMesh - Class in com.xebisco.yield
TextMesh class extends AbstractRenderable and represents a text mesh object.
TextMesh() - Constructor for class com.xebisco.yield.TextMesh
Constructs a new TextMesh.
texture() - Method in record class com.xebisco.yield.font.FontCharacter
Returns the value of the texture record component.
texture() - Method in class com.xebisco.yield.texture.TexturedRectangleMesh
Returns the AbstractTexture object applied to the mesh.
texture(String) - Method in class com.xebisco.yield.ComponentBehavior
Returns a texture loaded on demand from the specified path with a default linear filter.
texture(String, TextureFilter) - Method in class com.xebisco.yield.ComponentBehavior
Returns a texture loaded on demand from the specified path and filter.
Texture - Class in com.xebisco.yield.texture
The Texture class represents an image texture and provides methods for processing and manipulating it.
Texture(Object, Vector2D, String, TextureFilter, TextureManager, FileIOManager) - Constructor for class com.xebisco.yield.texture.Texture
Constructs a new Texture object from an image reference and size.
Texture(String, TextureFilter, TextureManager, FileIOManager) - Constructor for class com.xebisco.yield.texture.Texture
Constructs a new Texture object from a file path and texture filter.
TEXTURE_MANAGER - Enum constant in enum class com.xebisco.yield.platform.ApplicationModule
Represents the Texture Manager module.
TexturedRectangleMesh - Class in com.xebisco.yield.texture
A subclass of RectangleMesh that adds the ability to apply a texture to the mesh.
TexturedRectangleMesh() - Constructor for class com.xebisco.yield.texture.TexturedRectangleMesh
Constructs a new TexturedRectangleMesh.
TextureFilter - Enum Class in com.xebisco.yield.texture
Enum representing different texture filtering methods.
textureManager() - Method in interface com.xebisco.yield.OnDemandTexture.ReturnTextureManager
Returns the TextureManager instance.
textureManager() - Method in class com.xebisco.yield.OnDemandTexture
textureManager() - Method in record class com.xebisco.yield.platform.ApplicationPlatform
Get the texture manager instance.
textureManager() - Method in class com.xebisco.yield.texture.SpritesheetTexture
Returns the TextureManager responsible for loading and unloading textures.
textureManager() - Method in class com.xebisco.yield.texture.Texture
Returns the TextureManager responsible for loading and unloading textures.
TextureManager - Interface in com.xebisco.yield.manager
The TextureManager interface should be implemented by the specific platform running the application, it contains function for manipulation image files.
thread() - Method in class com.xebisco.yield.Context
Returns the thread that is running this context.
tick(ContextTime) - Method in class com.xebisco.yield.AbstractBehavior
Updates the behavior each frame.
timeScale() - Method in class com.xebisco.yield.ContextTime
Gets the current timescale.
timeScale(double) - Method in class com.xebisco.yield.ContextTime
Sets the timescale.
timeSinceStart() - Method in class com.xebisco.yield.ContextTime
Gets the time since the start of the context in nanoseconds.
timeToWait() - Method in class com.xebisco.yield.ChangeSceneTransition
 
title() - Method in class com.xebisco.yield.PlatformInit
Gets the initial window title.
toAddEntities() - Method in class com.xebisco.yield.Entity2DContainer
Returns the set of entities to be added to the container.
toChange() - Method in class com.xebisco.yield.AnimationPlayer
Returns the time since the last frame change.
toImmutableVector2D(Vec2) - Static method in class com.xebisco.yield.physics.Utils
 
top() - Method in record class com.xebisco.yield.font.FontCharacter
Returns the value of the top record component.
toRemoveEntities() - Method in class com.xebisco.yield.Entity2DContainer
Returns the set of entities to be removed from the container.
toString() - Method in record class com.xebisco.yield.Axis
Returns a string representation of this record class.
toString() - Method in class com.xebisco.yield.Color
 
toString() - Method in record class com.xebisco.yield.font.FontCharacter
Returns a string representation of this record class.
toString() - Method in record class com.xebisco.yield.platform.ApplicationPlatform
Returns a string representation of this record class.
toString() - Method in record class com.xebisco.yield.utils.Pair
Returns a string representation of this record class.
toString() - Method in class com.xebisco.yield.Vector2D
 
toSwitchAnimation() - Method in class com.xebisco.yield.AnimationPlayer
Returns the animation that will be played after the current animation finishes.
toVec2(Vector2D) - Static method in class com.xebisco.yield.physics.Utils
 
toVector2D(Vec2) - Static method in class com.xebisco.yield.physics.Utils
 
transform() - Method in class com.xebisco.yield.ComponentBehavior
Returns the transform of the entity this behavior is attached to.
transform() - Method in class com.xebisco.yield.Entity2D
Gets the transformations applied to this entity.
Transform2D - Class in com.xebisco.yield
A class representing the transformation of a 2D object.
Transform2D() - Constructor for class com.xebisco.yield.Transform2D
Constructs a new Transform2D instance.
Transform2D(Transform2D) - Constructor for class com.xebisco.yield.Transform2D
Constructs a new Transform2D instance from another Transform2D instance.
transformation() - Method in class com.xebisco.yield.rendering.Paint
Returns the transformation to be applied to the object before drawing.
translate(double, double) - Method in class com.xebisco.yield.Transform2D
Translates the Transform2D position by a given x and y value.
translate(Vector2D) - Method in class com.xebisco.yield.Transform2D
Translates the position of the object by adding a Vector2D value to it.
type() - Method in class com.xebisco.yield.physics.PhysicsBody
 
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form