Table of Contents

Struct ComplexTagCondition<TTagSet>.Condition

Namespace
Vintagestory.API.Datastructures
Assembly
VintagestoryAPI.dll
public struct ComplexTagCondition<TTagSet>.Condition
Inherited Members
Extension Methods

Fields

ForbiddenTags

public TTagSet ForbiddenTags

Field Value

TTagSet

RequiredTags

public TTagSet RequiredTags

Field Value

TTagSet

Methods

Equals(Condition)

public readonly bool Equals(ComplexTagCondition<TTagSet>.Condition other)

Parameters

other ComplexTagCondition<TTagSet>.Condition

Returns

bool

ToString()

Returns the fully qualified type name of this instance.

public override readonly string ToString()

Returns

string

The fully qualified type name.