GasTagManager
This class was added by a mod with mod-id mekanism
. So you need to have this mod installed if you
want to use this feature.
Importing the class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
Extending ChemicalTagManager<Gas>
GasTagManager extends ChemicalTagManager <Gas>. That means all methods available in ChemicalTagManager <Gas> are also available in GasTagManager
Methods
Return Type: boolean
Parameter | Type | Description |
---|---|---|
Parameter location | Type MCResourceLocation | Description No Description Provided |
Return Type: boolean
Parameter | Type | Description |
---|---|---|
Parameter name | Type string | Description No Description Provided |
Return Type: stdlib.List<MCTag<T>>
Return Type: stdlib.List<MCTag<T>>
Parameter | Type | Description |
---|---|---|
Parameter element | Type T | Description No Description Provided |
Return Type: MCTag<T>
Parameter | Type | Description |
---|---|---|
Parameter location | Type MCResourceLocation | Description No Description Provided |
Return Type: MCTag<T>
Parameter | Type | Description |
---|---|---|
Parameter name | Type string | Description No Description Provided |
Operators
Properties
Name | Type | Has Getter | Has Setter | Description |
---|---|---|---|---|
Name all | Type stdlib.List<MCTag<T>> | Has Getter true | Has Setter false | Description No Description Provided |