Interface PlayerLocales
public interface PlayerLocales
API for working with player locales.
- Since:
- 4.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn event called when a player locale update is received. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NotNull net.fabricmc.fabric.api.event.Event<PlayerLocales.Changed> Registration forPlayerLocales.Changed.
-
Field Details
-
CHANGED_EVENT
@NotNull static final @NotNull net.fabricmc.fabric.api.event.Event<PlayerLocales.Changed> CHANGED_EVENTRegistration forPlayerLocales.Changed.- Since:
- 4.0.0
-