Class RefPaperAdventure
-
- All Implemented Interfaces:
public final class RefPaperAdventure
-
-
Constructor Summary
Constructors Constructor Description RefPaperAdventure()
-
Method Summary
Modifier and Type Method Description static Component
asAdventure(@Nullable() RefComponent component)
static ArrayList<Component>
asAdventure(List<out RefComponent> vanillas)
static RefComponent
asVanilla(@Nullable() Component component)
static List<RefComponent>
asVanilla(List<out Component> adventures)
-
-
Method Detail
-
asAdventure
@NonNull() static Component asAdventure(@Nullable() RefComponent component)
-
asAdventure
static ArrayList<Component> asAdventure(List<out RefComponent> vanillas)
-
asVanilla
@Contract(value = "null -> null; !null -> !null") static RefComponent asVanilla(@Nullable() Component component)
-
asVanilla
static List<RefComponent> asVanilla(List<out Component> adventures)
-
-
-
-