Interface NpcProfileResolver<P>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <P> @NotNull NpcProfileResolver<P> @NotNull CompletableFuture<Profile.Resolved> resolveNpcProfile(P player, @NotNull Npc<?, P, ?, ?> npc)
-
Method Details
-
ofSpawnedNpc
-
resolveNpcProfile
@NotNull @NotNull CompletableFuture<Profile.Resolved> resolveNpcProfile(@NotNull P player, @NotNull @NotNull Npc<?, P, ?, ?> npc)
-