Class VanillaBlockType
Allows entering either the name of an entry in the BlockType enum or its
integer ID.
Inheritance
VanillaBlockType
Assembly: Assembly-CSharp.dll
Syntax
public class VanillaBlockType : Element, IValidatable
Constructors
VanillaBlockType()
Declaration
public VanillaBlockType()
Fields
Text
Declaration
Field Value
Methods
Get()
Declaration
Returns
Type |
Description |
BlockType |
|
Validate(String)
Declaration
protected override bool Validate(string elementName)
Parameters
Type |
Name |
Description |
String |
elementName |
|
Returns
Overrides
Implements