@ApiStatus.NonExtendable public interface OverlaysMeta extends MetadataPart
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.util.List<OverlayEntry> |
entries()
Gets the ordered list of declared overlays.
|
static @NotNull OverlaysMeta |
of(@NotNull java.util.List<OverlayEntry> overlays)
Creates a new
OverlaysMeta instance with the
given overlays. |
static @NotNull OverlaysMeta |
of(OverlayEntry... overlays)
Creates a new
OverlaysMeta instance with the
given overlays. |
type@NotNull @NotNull java.util.List<OverlayEntry> entries()
@NotNull static @NotNull OverlaysMeta of(@NotNull @NotNull java.util.List<OverlayEntry> overlays)
OverlaysMeta instance with the
given overlays.overlays - The overlays.@NotNull static @NotNull OverlaysMeta of(@NotNull OverlayEntry... overlays)
OverlaysMeta instance with the
given overlays.overlays - The overlays.