FloatData
Link to floatdata
Импорт класса
Link to импорт-класса
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.
ZenScript Copyimport crafttweaker.api.data.FloatData;
Implemented Interfaces
Link to implemented-interfaces
FloatData implements the following interfaces. That means all methods defined in these interfaces are also available in FloatData
Constructors
Link to constructors
No Description Provided
ZenScript Copynew FloatData(internal as float) as FloatData
Параметр | Тип | Описание |
---|---|---|
Параметр internal | Тип float | Описание No Description Provided |
Утилиты
Link to утилиты
Тип результата | Является неявным |
---|---|
Тип результата boolean | Является неявным false |
Тип результата byte | Является неявным false |
Тип результата double | Является неявным false |
Тип результата float | Является неявным false |
Тип результата ICollectionData | Является неявным false |
Тип результата int | Является неявным false |
Тип результата INumberData | Является неявным false |
Тип результата long | Является неявным false |
Тип результата short | Является неявным false |
Методы
Link to методы
Name: asBoolean
Return Type: boolean
ZenScript Copy// FloatData.asBoolean() as boolean
8.5.asBoolean();
Name: asCollection
Return Type: ICollectionData
ZenScript Copy// FloatData.asCollection() as ICollectionData
8.5.asCollection();
Name: asFormattedText
Return Type: MCTextComponent
ZenScript CopyFloatData.asFormattedText(indentation as string, indentDepth as int) as MCTextComponent
Параметр | Тип | Описание |
---|---|---|
Параметр indentation | Тип string | Описание No Description Provided |
Параметр indentDepth | Тип int | Описание No Description Provided |
Name: asNumber
Return Type: INumberData
ZenScript Copy// FloatData.asNumber() as INumberData
8.5.asNumber();
Name: getId
Gets the ID of the internal NBT tag.
Used to determine what NBT type is stored (in a list for example)
Returns: ID of the NBT tag that this data represents.
Return Type: byte
ZenScript Copy// FloatData.getId() as byte
8.5.getId();
Name: getString
Gets the String representation of the internal INBT tag
Returns: String that represents the internal INBT of this IData.
Return Type: string
ZenScript Copy// FloatData.getString() as string
8.5.getString();