Index
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
-
TextMeshclass extendsAbstractRenderableand 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
texturerecord component. - texture() - Method in class com.xebisco.yield.texture.TexturedRectangleMesh
-
Returns the
AbstractTextureobject 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
Textureclass 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
Textureobject from an image reference and size. - Texture(String, TextureFilter, TextureManager, FileIOManager) - Constructor for class com.xebisco.yield.texture.Texture
-
Constructs a new
Textureobject 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
RectangleMeshthat 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
TextureManagerinstance. - textureManager() - Method in class com.xebisco.yield.OnDemandTexture
-
Returns the
OnDemandTexture.ReturnTextureManagerinstance. - 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
TextureManagerresponsible for loading and unloading textures. - textureManager() - Method in class com.xebisco.yield.texture.Texture
-
Returns the
TextureManagerresponsible for loading and unloading textures. - TextureManager - Interface in com.xebisco.yield.manager
-
The
TextureManagerinterface 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
toprecord 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
Transform2Dinstance. - Transform2D(Transform2D) - Constructor for class com.xebisco.yield.Transform2D
-
Constructs a new
Transform2Dinstance 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
Transform2Dposition 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
Vector2Dvalue to it. - type() - Method in class com.xebisco.yield.physics.PhysicsBody
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form