TinyLifeWeb/docs/api/TinyLife.Skills.FoodType.ContainerType.yml

1038 lines
36 KiB
YAML
Raw Normal View History

2022-05-24 13:36:05 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.Skills.FoodType.ContainerType
commentId: T:TinyLife.Skills.FoodType.ContainerType
id: FoodType.ContainerType
parent: TinyLife.Skills
children:
2022-07-28 14:58:38 +02:00
- TinyLife.Skills.FoodType.ContainerType.#ctor(System.String,System.Boolean,System.Func{System.Int32,TinyLife.Objects.FurnitureType},System.Func{System.Boolean,TinyLife.Objects.FurnitureType},System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion})
2022-07-04 16:50:43 +02:00
- TinyLife.Skills.FoodType.ContainerType.GetDefaultTexture(TinyLife.Skills.FoodType)
2022-07-28 14:58:38 +02:00
- TinyLife.Skills.FoodType.ContainerType.GetEmpty(System.Boolean)
2022-05-24 13:36:05 +02:00
- TinyLife.Skills.FoodType.ContainerType.GetFilled(System.Int32)
- TinyLife.Skills.FoodType.ContainerType.Glass
- TinyLife.Skills.FoodType.ContainerType.IsDrink
- TinyLife.Skills.FoodType.ContainerType.Mug
- TinyLife.Skills.FoodType.ContainerType.Name
- TinyLife.Skills.FoodType.ContainerType.Plate
langs:
- csharp
- vb
name: FoodType.ContainerType
nameWithType: FoodType.ContainerType
fullName: TinyLife.Skills.FoodType.ContainerType
type: Class
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ContainerType
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 636
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: A container type is a set of information for a <xref href="TinyLife.Skills.FoodType" data-throw-if-not-resolved="false"></xref> that determines what <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref> is constructed to hold the food type.
2022-05-24 13:36:05 +02:00
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public class FoodType.ContainerType
content.vb: Public Class FoodType.ContainerType
2022-05-24 13:36:05 +02:00
inheritance:
- System.Object
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.Skills.FoodType.ContainerType.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Skills.FoodType.ContainerType.Plate
commentId: F:TinyLife.Skills.FoodType.ContainerType.Plate
id: Plate
parent: TinyLife.Skills.FoodType.ContainerType
langs:
- csharp
- vb
name: Plate
nameWithType: FoodType.ContainerType.Plate
fullName: TinyLife.Skills.FoodType.ContainerType.Plate
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Plate
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 641
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: A plate, which additionally functions as a platter if the serving size is more than 1.
2022-05-24 13:36:05 +02:00
example: []
syntax:
content: public static readonly FoodType.ContainerType Plate
return:
type: TinyLife.Skills.FoodType.ContainerType
content.vb: Public Shared ReadOnly Plate As FoodType.ContainerType
- uid: TinyLife.Skills.FoodType.ContainerType.Glass
commentId: F:TinyLife.Skills.FoodType.ContainerType.Glass
id: Glass
parent: TinyLife.Skills.FoodType.ContainerType
langs:
- csharp
- vb
name: Glass
nameWithType: FoodType.ContainerType.Glass
fullName: TinyLife.Skills.FoodType.ContainerType.Glass
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Glass
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 648
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: A glass, for protein shakes and water.
2022-05-24 13:36:05 +02:00
example: []
syntax:
content: public static readonly FoodType.ContainerType Glass
return:
type: TinyLife.Skills.FoodType.ContainerType
content.vb: Public Shared ReadOnly Glass As FoodType.ContainerType
- uid: TinyLife.Skills.FoodType.ContainerType.Mug
commentId: F:TinyLife.Skills.FoodType.ContainerType.Mug
id: Mug
parent: TinyLife.Skills.FoodType.ContainerType
langs:
- csharp
- vb
name: Mug
nameWithType: FoodType.ContainerType.Mug
fullName: TinyLife.Skills.FoodType.ContainerType.Mug
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mug
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 655
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: A mug, for drinks like coffee.
2022-05-24 13:36:05 +02:00
example: []
syntax:
content: public static readonly FoodType.ContainerType Mug
return:
type: TinyLife.Skills.FoodType.ContainerType
content.vb: Public Shared ReadOnly Mug As FoodType.ContainerType
- uid: TinyLife.Skills.FoodType.ContainerType.Name
commentId: F:TinyLife.Skills.FoodType.ContainerType.Name
id: Name
parent: TinyLife.Skills.FoodType.ContainerType
langs:
- csharp
- vb
name: Name
nameWithType: FoodType.ContainerType.Name
fullName: TinyLife.Skills.FoodType.ContainerType.Name
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 663
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: The name of this container type.
2022-05-24 13:36:05 +02:00
example: []
syntax:
content: public readonly string Name
return:
type: System.String
content.vb: Public ReadOnly Name As String
- uid: TinyLife.Skills.FoodType.ContainerType.IsDrink
commentId: F:TinyLife.Skills.FoodType.ContainerType.IsDrink
id: IsDrink
parent: TinyLife.Skills.FoodType.ContainerType
langs:
- csharp
- vb
name: IsDrink
nameWithType: FoodType.ContainerType.IsDrink
fullName: TinyLife.Skills.FoodType.ContainerType.IsDrink
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsDrink
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 667
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: Whether the container type contains a drink (and should play a drinking sound rather than an eating sound).
2022-05-24 13:36:05 +02:00
example: []
syntax:
content: public readonly bool IsDrink
return:
type: System.Boolean
content.vb: Public ReadOnly IsDrink As Boolean
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Skills.FoodType.ContainerType.#ctor(System.String,System.Boolean,System.Func{System.Int32,TinyLife.Objects.FurnitureType},System.Func{System.Boolean,TinyLife.Objects.FurnitureType},System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion})
commentId: M:TinyLife.Skills.FoodType.ContainerType.#ctor(System.String,System.Boolean,System.Func{System.Int32,TinyLife.Objects.FurnitureType},System.Func{System.Boolean,TinyLife.Objects.FurnitureType},System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion})
id: '#ctor(System.String,System.Boolean,System.Func{System.Int32,TinyLife.Objects.FurnitureType},System.Func{System.Boolean,TinyLife.Objects.FurnitureType},System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion})'
2022-05-24 13:36:05 +02:00
parent: TinyLife.Skills.FoodType.ContainerType
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: ContainerType(string, bool, Func<int, FurnitureType>, Func<bool, FurnitureType>, Func<FoodType, TextureRegion>)
nameWithType: FoodType.ContainerType.ContainerType(string, bool, Func<int, FurnitureType>, Func<bool, FurnitureType>, Func<FoodType, TextureRegion>)
fullName: TinyLife.Skills.FoodType.ContainerType.ContainerType(string, bool, System.Func<int, TinyLife.Objects.FurnitureType>, System.Func<bool, TinyLife.Objects.FurnitureType>, System.Func<TinyLife.Skills.FoodType, MLEM.Textures.TextureRegion>)
2022-05-24 13:36:05 +02:00
type: Constructor
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 681
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: Creates a new container type with the given settings.
2022-05-24 13:36:05 +02:00
example: []
syntax:
2022-07-28 14:58:38 +02:00
content: public ContainerType(string name, bool isDrink, Func<int, FurnitureType> filled, Func<bool, FurnitureType> empty, Func<FoodType, TextureRegion> texture)
2022-05-24 13:36:05 +02:00
parameters:
- id: name
type: System.String
description: The name of this container type.
- id: isDrink
type: System.Boolean
description: Whether the container type contains a drink (and should play a drinking sound rather than an eating sound).
- id: filled
type: System.Func{System.Int32,TinyLife.Objects.FurnitureType}
description: A function that returns the <xref href="TinyLife.Objects.FurnitureType" data-throw-if-not-resolved="false"></xref> for this container type, based on the serving size.
- id: empty
2022-07-28 14:58:38 +02:00
type: System.Func{System.Boolean,TinyLife.Objects.FurnitureType}
description: A function that returns the <xref href="TinyLife.Objects.FurnitureType" data-throw-if-not-resolved="false"></xref> that should be used when this container is empty, based on whether the original container held multiple servings or not.
2022-05-24 13:36:05 +02:00
- id: texture
type: System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion}
description: A function that returns the texture to use for a <xref href="TinyLife.Skills.FoodType" data-throw-if-not-resolved="false"></xref> that is stored in this container.
2022-07-28 14:58:38 +02:00
content.vb: Public Sub New(name As String, isDrink As Boolean, filled As Func(Of Integer, FurnitureType), empty As Func(Of Boolean, FurnitureType), texture As Func(Of FoodType, TextureRegion))
2022-05-24 13:36:05 +02:00
overload: TinyLife.Skills.FoodType.ContainerType.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb: FoodType.ContainerType.New(String, Boolean, Func(Of Integer, FurnitureType), Func(Of Boolean, FurnitureType), Func(Of FoodType, TextureRegion))
fullName.vb: TinyLife.Skills.FoodType.ContainerType.New(String, Boolean, System.Func(Of Integer, TinyLife.Objects.FurnitureType), System.Func(Of Boolean, TinyLife.Objects.FurnitureType), System.Func(Of TinyLife.Skills.FoodType, MLEM.Textures.TextureRegion))
name.vb: New(String, Boolean, Func(Of Integer, FurnitureType), Func(Of Boolean, FurnitureType), Func(Of FoodType, TextureRegion))
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Skills.FoodType.ContainerType.GetFilled(System.Int32)
commentId: M:TinyLife.Skills.FoodType.ContainerType.GetFilled(System.Int32)
id: GetFilled(System.Int32)
parent: TinyLife.Skills.FoodType.ContainerType
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: GetFilled(int)
nameWithType: FoodType.ContainerType.GetFilled(int)
fullName: TinyLife.Skills.FoodType.ContainerType.GetFilled(int)
2022-05-24 13:36:05 +02:00
type: Method
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFilled
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 694
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: Returns the <xref href="TinyLife.Objects.FurnitureType" data-throw-if-not-resolved="false"></xref> for this container type, based on the serving size.
2022-05-24 13:36:05 +02:00
example: []
syntax:
content: public virtual FurnitureType GetFilled(int servingSize)
parameters:
- id: servingSize
type: System.Int32
description: The serving size to use.
return:
type: TinyLife.Objects.FurnitureType
description: The furniture for this container type.
content.vb: Public Overridable Function GetFilled(servingSize As Integer) As FurnitureType
overload: TinyLife.Skills.FoodType.ContainerType.GetFilled*
2023-03-30 18:07:55 +02:00
nameWithType.vb: FoodType.ContainerType.GetFilled(Integer)
fullName.vb: TinyLife.Skills.FoodType.ContainerType.GetFilled(Integer)
name.vb: GetFilled(Integer)
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Skills.FoodType.ContainerType.GetEmpty(System.Boolean)
commentId: M:TinyLife.Skills.FoodType.ContainerType.GetEmpty(System.Boolean)
id: GetEmpty(System.Boolean)
2022-05-24 13:36:05 +02:00
parent: TinyLife.Skills.FoodType.ContainerType
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: GetEmpty(bool)
nameWithType: FoodType.ContainerType.GetEmpty(bool)
fullName: TinyLife.Skills.FoodType.ContainerType.GetEmpty(bool)
2022-05-24 13:36:05 +02:00
type: Method
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEmpty
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 703
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: Returns the <xref href="TinyLife.Objects.FurnitureType" data-throw-if-not-resolved="false"></xref> that should be used when this container is empty.
2022-05-24 13:36:05 +02:00
example: []
syntax:
2022-07-28 14:58:38 +02:00
content: public virtual FurnitureType GetEmpty(bool heldMultiple)
parameters:
- id: heldMultiple
type: System.Boolean
description: Whether the original container held multiple servings, or just one.
2022-05-24 13:36:05 +02:00
return:
type: TinyLife.Objects.FurnitureType
description: The furniture to use when this container is empty.
2022-07-28 14:58:38 +02:00
content.vb: Public Overridable Function GetEmpty(heldMultiple As Boolean) As FurnitureType
2022-05-24 13:36:05 +02:00
overload: TinyLife.Skills.FoodType.ContainerType.GetEmpty*
2023-03-30 18:07:55 +02:00
nameWithType.vb: FoodType.ContainerType.GetEmpty(Boolean)
fullName.vb: TinyLife.Skills.FoodType.ContainerType.GetEmpty(Boolean)
name.vb: GetEmpty(Boolean)
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Skills.FoodType.ContainerType.GetDefaultTexture(TinyLife.Skills.FoodType)
commentId: M:TinyLife.Skills.FoodType.ContainerType.GetDefaultTexture(TinyLife.Skills.FoodType)
id: GetDefaultTexture(TinyLife.Skills.FoodType)
2022-05-24 13:36:05 +02:00
parent: TinyLife.Skills.FoodType.ContainerType
langs:
- csharp
- vb
2022-07-04 16:50:43 +02:00
name: GetDefaultTexture(FoodType)
nameWithType: FoodType.ContainerType.GetDefaultTexture(FoodType)
fullName: TinyLife.Skills.FoodType.ContainerType.GetDefaultTexture(TinyLife.Skills.FoodType)
2022-05-24 13:36:05 +02:00
type: Method
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2022-07-04 16:50:43 +02:00
id: GetDefaultTexture
2022-05-24 13:36:05 +02:00
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 712
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: Returns the texture to use for the given <xref href="TinyLife.Skills.FoodType" data-throw-if-not-resolved="false"></xref>.
2022-05-24 13:36:05 +02:00
example: []
syntax:
2022-07-04 16:50:43 +02:00
content: public virtual TextureRegion GetDefaultTexture(FoodType type)
2022-05-24 13:36:05 +02:00
parameters:
- id: type
type: TinyLife.Skills.FoodType
description: The food type whose texture to return.
return:
type: MLEM.Textures.TextureRegion
description: The texture that the given food type should be drawn with.
2022-07-04 16:50:43 +02:00
content.vb: Public Overridable Function GetDefaultTexture(type As FoodType) As TextureRegion
overload: TinyLife.Skills.FoodType.ContainerType.GetDefaultTexture*
2022-05-24 13:36:05 +02:00
references:
- uid: TinyLife.Skills.FoodType
commentId: T:TinyLife.Skills.FoodType
parent: TinyLife.Skills
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.html
2022-05-24 13:36:05 +02:00
name: FoodType
nameWithType: FoodType
fullName: TinyLife.Skills.FoodType
- uid: TinyLife.Objects.Furniture
commentId: T:TinyLife.Objects.Furniture
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
2022-05-24 13:36:05 +02:00
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- uid: TinyLife.Skills
commentId: N:TinyLife.Skills
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2022-05-24 13:36:05 +02:00
name: TinyLife.Skills
nameWithType: TinyLife.Skills
fullName: TinyLife.Skills
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Skills
name: Skills
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Skills
name: Skills
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.html
2022-05-24 13:36:05 +02:00
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
2022-05-24 13:36:05 +02:00
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
2022-05-24 13:36:05 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2022-05-24 13:36:05 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2022-05-24 13:36:05 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
2022-05-24 13:36:05 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2022-05-24 13:36:05 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2022-05-24 13:36:05 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-05-24 13:36:05 +02:00
name: GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
2022-05-24 13:36:05 +02:00
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-05-24 13:36:05 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-05-24 13:36:05 +02:00
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-05-24 13:36:05 +02:00
name: GetType()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
2022-05-24 13:36:05 +02:00
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-05-24 13:36:05 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-05-24 13:36:05 +02:00
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-05-24 13:36:05 +02:00
name: MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
2022-05-24 13:36:05 +02:00
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-05-24 13:36:05 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-05-24 13:36:05 +02:00
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
2022-05-24 13:36:05 +02:00
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2022-05-24 13:36:05 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2022-05-24 13:36:05 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-05-24 13:36:05 +02:00
name: ToString()
2023-03-30 18:07:55 +02:00
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
2022-05-24 13:36:05 +02:00
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-05-24 13:36:05 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-05-24 13:36:05 +02:00
- name: (
- name: )
- uid: TinyLife.Skills.FoodType.ContainerType.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name: JsonCopy<ContainerType>(ContainerType)
nameWithType: Extensions.JsonCopy<FoodType.ContainerType>(FoodType.ContainerType)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Skills.FoodType.ContainerType>(TinyLife.Skills.FoodType.ContainerType)
nameWithType.vb: Extensions.JsonCopy(Of FoodType.ContainerType)(FoodType.ContainerType)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Skills.FoodType.ContainerType)(TinyLife.Skills.FoodType.ContainerType)
name.vb: JsonCopy(Of ContainerType)(ContainerType)
2022-05-24 13:36:05 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Skills.FoodType.ContainerType)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- uid: TinyLife.Skills.FoodType.ContainerType
name: ContainerType
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.ContainerType.html
2023-03-30 18:07:55 +02:00
- name: '>'
2022-05-24 13:36:05 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Skills.FoodType.ContainerType
name: ContainerType
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.ContainerType.html
2022-05-24 13:36:05 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Skills.FoodType.ContainerType)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2022-05-24 13:36:05 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- uid: TinyLife.Skills.FoodType.ContainerType
name: ContainerType
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.ContainerType.html
2023-03-30 18:07:55 +02:00
- name: )
- name: (
- uid: TinyLife.Skills.FoodType.ContainerType
name: ContainerType
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.ContainerType.html
2022-05-24 13:36:05 +02:00
- name: )
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2022-05-24 13:36:05 +02:00
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Objects
name: Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Objects
name: Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.html
2022-05-24 13:36:05 +02:00
- uid: System
commentId: N:System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2022-05-24 13:36:05 +02:00
name: System
nameWithType: System
fullName: System
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2022-05-24 13:36:05 +02:00
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2022-05-24 13:36:05 +02:00
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
- name: T
- name: )
2022-05-24 13:36:05 +02:00
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html
2022-05-24 13:36:05 +02:00
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2022-05-24 13:36:05 +02:00
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Skills.FoodType.ContainerType
commentId: T:TinyLife.Skills.FoodType.ContainerType
parent: TinyLife.Skills
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.html
2022-05-24 13:36:05 +02:00
name: FoodType.ContainerType
nameWithType: FoodType.ContainerType
fullName: TinyLife.Skills.FoodType.ContainerType
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife.Skills.FoodType
name: FoodType
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Skills.FoodType.ContainerType
name: ContainerType
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.ContainerType.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife.Skills.FoodType
name: FoodType
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Skills.FoodType.ContainerType
name: ContainerType
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.ContainerType.html
2022-05-24 13:36:05 +02:00
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
2022-05-24 13:36:05 +02:00
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Objects.FurnitureType
commentId: T:TinyLife.Objects.FurnitureType
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.FurnitureType.html
2022-05-24 13:36:05 +02:00
name: FurnitureType
nameWithType: FurnitureType
fullName: TinyLife.Objects.FurnitureType
- uid: TinyLife.Skills.FoodType.ContainerType.#ctor*
commentId: Overload:TinyLife.Skills.FoodType.ContainerType.#ctor
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.ContainerType.html#TinyLife_Skills_FoodType_ContainerType__ctor_System_String_System_Boolean_System_Func_System_Int32_TinyLife_Objects_FurnitureType__System_Func_System_Boolean_TinyLife_Objects_FurnitureType__System_Func_TinyLife_Skills_FoodType_MLEM_Textures_TextureRegion__
2022-05-24 13:36:05 +02:00
name: ContainerType
nameWithType: FoodType.ContainerType.ContainerType
fullName: TinyLife.Skills.FoodType.ContainerType.ContainerType
2023-03-30 18:07:55 +02:00
nameWithType.vb: FoodType.ContainerType.New
fullName.vb: TinyLife.Skills.FoodType.ContainerType.New
name.vb: New
2022-05-24 13:36:05 +02:00
- uid: System.Func{System.Int32,TinyLife.Objects.FurnitureType}
commentId: T:System.Func{System.Int32,TinyLife.Objects.FurnitureType}
parent: System
definition: System.Func`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
name: Func<int, FurnitureType>
nameWithType: Func<int, FurnitureType>
fullName: System.Func<int, TinyLife.Objects.FurnitureType>
nameWithType.vb: Func(Of Integer, FurnitureType)
fullName.vb: System.Func(Of Integer, TinyLife.Objects.FurnitureType)
name.vb: Func(Of Integer, FurnitureType)
2022-05-24 13:36:05 +02:00
spec.csharp:
- uid: System.Func`2
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
2022-05-24 13:36:05 +02:00
- name: <
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: int
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Objects.FurnitureType
name: FurnitureType
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.FurnitureType.html
2022-05-24 13:36:05 +02:00
- name: '>'
spec.vb:
- uid: System.Func`2
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: (
- name: Of
- name: " "
2022-05-24 13:36:05 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: Integer
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Objects.FurnitureType
name: FurnitureType
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.FurnitureType.html
2022-05-24 13:36:05 +02:00
- name: )
2022-07-28 14:58:38 +02:00
- uid: System.Func{System.Boolean,TinyLife.Objects.FurnitureType}
commentId: T:System.Func{System.Boolean,TinyLife.Objects.FurnitureType}
2022-05-24 13:36:05 +02:00
parent: System
2022-07-28 14:58:38 +02:00
definition: System.Func`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
name: Func<bool, FurnitureType>
nameWithType: Func<bool, FurnitureType>
fullName: System.Func<bool, TinyLife.Objects.FurnitureType>
2022-07-28 14:58:38 +02:00
nameWithType.vb: Func(Of Boolean, FurnitureType)
2023-03-30 18:07:55 +02:00
fullName.vb: System.Func(Of Boolean, TinyLife.Objects.FurnitureType)
2022-07-28 14:58:38 +02:00
name.vb: Func(Of Boolean, FurnitureType)
2022-05-24 13:36:05 +02:00
spec.csharp:
2022-07-28 14:58:38 +02:00
- uid: System.Func`2
2022-05-24 13:36:05 +02:00
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
2022-05-24 13:36:05 +02:00
- name: <
2022-07-28 14:58:38 +02:00
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2022-07-28 14:58:38 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Objects.FurnitureType
name: FurnitureType
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.FurnitureType.html
2022-05-24 13:36:05 +02:00
- name: '>'
spec.vb:
2022-07-28 14:58:38 +02:00
- uid: System.Func`2
2022-05-24 13:36:05 +02:00
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: (
- name: Of
- name: " "
2022-07-28 14:58:38 +02:00
- uid: System.Boolean
name: Boolean
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Objects.FurnitureType
name: FurnitureType
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.FurnitureType.html
2022-05-24 13:36:05 +02:00
- name: )
- uid: System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion}
commentId: T:System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion}
parent: System
definition: System.Func`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
2022-05-24 13:36:05 +02:00
name: Func<FoodType, TextureRegion>
nameWithType: Func<FoodType, TextureRegion>
fullName: System.Func<TinyLife.Skills.FoodType, MLEM.Textures.TextureRegion>
nameWithType.vb: Func(Of FoodType, TextureRegion)
fullName.vb: System.Func(Of TinyLife.Skills.FoodType, MLEM.Textures.TextureRegion)
name.vb: Func(Of FoodType, TextureRegion)
spec.csharp:
- uid: System.Func`2
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
2022-05-24 13:36:05 +02:00
- name: <
- uid: TinyLife.Skills.FoodType
name: FoodType
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: MLEM.Textures.TextureRegion
name: TextureRegion
isExternal: true
- name: '>'
spec.vb:
- uid: System.Func`2
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: (
- name: Of
- name: " "
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Skills.FoodType
name: FoodType
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: MLEM.Textures.TextureRegion
name: TextureRegion
isExternal: true
- name: )
- uid: System.Func`2
commentId: T:System.Func`2
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
2022-05-24 13:36:05 +02:00
name: Func<T, TResult>
nameWithType: Func<T, TResult>
fullName: System.Func<T, TResult>
nameWithType.vb: Func(Of T, TResult)
fullName.vb: System.Func(Of T, TResult)
name.vb: Func(Of T, TResult)
spec.csharp:
- uid: System.Func`2
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
2022-05-24 13:36:05 +02:00
- name: <
- name: T
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- name: TResult
- name: '>'
spec.vb:
- uid: System.Func`2
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: (
- name: Of
- name: " "
2022-05-24 13:36:05 +02:00
- name: T
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- name: TResult
- name: )
- uid: TinyLife.Skills.FoodType.ContainerType.GetFilled*
commentId: Overload:TinyLife.Skills.FoodType.ContainerType.GetFilled
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.ContainerType.html#TinyLife_Skills_FoodType_ContainerType_GetFilled_System_Int32_
2022-05-24 13:36:05 +02:00
name: GetFilled
nameWithType: FoodType.ContainerType.GetFilled
fullName: TinyLife.Skills.FoodType.ContainerType.GetFilled
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
name: int
nameWithType: int
fullName: int
nameWithType.vb: Integer
fullName.vb: Integer
name.vb: Integer
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Skills.FoodType.ContainerType.GetEmpty*
commentId: Overload:TinyLife.Skills.FoodType.ContainerType.GetEmpty
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.ContainerType.html#TinyLife_Skills_FoodType_ContainerType_GetEmpty_System_Boolean_
2022-05-24 13:36:05 +02:00
name: GetEmpty
nameWithType: FoodType.ContainerType.GetEmpty
fullName: TinyLife.Skills.FoodType.ContainerType.GetEmpty
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Skills.FoodType.ContainerType.GetDefaultTexture*
commentId: Overload:TinyLife.Skills.FoodType.ContainerType.GetDefaultTexture
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.ContainerType.html#TinyLife_Skills_FoodType_ContainerType_GetDefaultTexture_TinyLife_Skills_FoodType_
2022-07-04 16:50:43 +02:00
name: GetDefaultTexture
nameWithType: FoodType.ContainerType.GetDefaultTexture
fullName: TinyLife.Skills.FoodType.ContainerType.GetDefaultTexture
2022-05-24 13:36:05 +02:00
- uid: MLEM.Textures.TextureRegion
commentId: T:MLEM.Textures.TextureRegion
parent: MLEM.Textures
isExternal: true
name: TextureRegion
nameWithType: TextureRegion
fullName: MLEM.Textures.TextureRegion
- uid: MLEM.Textures
commentId: N:MLEM.Textures
isExternal: true
name: MLEM.Textures
nameWithType: MLEM.Textures
fullName: MLEM.Textures
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Textures
name: Textures
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Textures
name: Textures
isExternal: true