Class RefPaperAdventure
-
- All Implemented Interfaces:
public final class RefPaperAdventure
-
-
Constructor Summary
Constructors Constructor Description RefPaperAdventure()
-
Method Summary
Modifier and Type Method Description static ComponentasAdventure(@Nullable() RefComponent component)static List<Component>asAdventure1(List<out RefComponent> vanillas)static ArrayList<Component>asAdventure0(List<out RefComponent> vanillas)static RefComponentasVanilla(@Nullable() Component component)static List<RefComponent>asVanilla(List<out Component> adventures)-
-
Method Detail
-
asAdventure
@NonNull() static Component asAdventure(@Nullable() RefComponent component)
-
asAdventure1
static List<Component> asAdventure1(List<out RefComponent> vanillas)
-
asAdventure0
static ArrayList<Component> asAdventure0(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)
-
-
-
-