MCAdvancementEvent

Link to mcadvancementevent

This event is fired every time the player earns an advancement. This happens after the advancement has already been earned so it can not be prevented.

The event is not cancelable.

The event does not have a result.

Импорт класса

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
Copy
import crafttweaker.api.event.entity.player.MCAdvancementEvent;

Extending MCPlayerEvent

Link to extending-mcplayerevent

MCAdvancementEvent extends MCPlayerEvent. That means all methods available in MCPlayerEvent are also available in MCAdvancementEvent

Name: getId

Gets the ID of the advancement being unlocked.

Returns: The ID of the advancement being unlocked by the player.
Return Type: MCResourceLocation

ZenScript
Copy
// MCAdvancementEvent.getId() as MCResourceLocation

event.getId();

Свойства

Link to свойства

НазваниеТипИмеет GetterИмеет SetterОписание
Название
id
Тип
Расположение MCResource-ресурсов
Имеет Getter
true
Имеет Setter
false
Описание
Gets the ID of the advancement being unlocked.