Class ItemFilter
Filter items
Inheritance
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public class ItemFilter : object
Properties
DenyTag
The item tags to deny from this filter
caution
This field represents a JSON property. In your Lua scripts, GetWantedTag() and SetWantedTag() instead.
Declaration
public List<EItemTag> DenyTag { get; }
Property Value
Type | Description |
---|---|
List<EItemTag> |
DenyType
The item types to deny from this filter
caution
This field represents a JSON property. In your Lua scripts, GetWantedType() and SetWantedType() instead.
Declaration
public List<EItemType> DenyType { get; }
Property Value
Type | Description |
---|---|
List<EItemType> |
WantedTag
The item tags to keep in this filter
caution
This field represents a JSON property. In your Lua scripts, GetWantedTag() and SetWantedTag() instead.
Declaration
public List<EItemTag> WantedTag { get; }
Property Value
Type | Description |
---|---|
List<EItemTag> |
WantedType
The item types to keep in this filter
caution
This field represents a JSON property. In your Lua scripts, GetWantedType() and SetWantedType() instead.
Declaration
public List<EItemType> WantedType { get; }
Property Value
Type | Description |
---|---|
List<EItemType> |
Methods
GetDenyTag()
Get the item tags to keep in this filter
Declaration
public List<EItemTag> GetDenyTag()
Returns
Type | Description |
---|---|
List<EItemTag> | The item types to keep in this filter |
GetDenyType()
Get the item types to deny from this filter
Declaration
public List<EItemType> GetDenyType()
Returns
Type | Description |
---|---|
List<EItemType> | The item types to deny from this filter |
GetWantedTag()
Get the item tags to keep in this filter
Declaration
public List<EItemTag> GetWantedTag()
Returns
Type | Description |
---|---|
List<EItemTag> | The item types to keep in this filter |
GetWantedType()
Get the item types to keep in this filter
Declaration
public List<EItemType> GetWantedType()
Returns
Type | Description |
---|---|
List<EItemType> | The item types to keep in this filter |
SetDenyTag(List<EItemTag>)
Set the item tags to keep in this filter
Declaration
public void SetDenyTag(List<EItemTag> value)
Parameters
Type | Name | Description |
---|---|---|
List<EItemTag> | value |
SetDenyType(List<EItemType>)
Set the item types to deny from this filter
Declaration
public void SetDenyType(List<EItemType> value)
Parameters
Type | Name | Description |
---|---|---|
List<EItemType> | value | the item types to deny from this filter |
SetWantedTag(List<EItemTag>)
Set the item tags to keep in this filter
Declaration
public void SetWantedTag(List<EItemTag> value)
Parameters
Type | Name | Description |
---|---|---|
List<EItemTag> | value |
SetWantedType(List<EItemType>)
Set the item types to keep in this filter
Declaration
public void SetWantedType(List<EItemType> value)
Parameters
Type | Name | Description |
---|---|---|
List<EItemType> | value |