diff --git a/api/src/main/java/me/tofaa/entitylib/wrapper/WrapperPerPlayerEntity.java b/api/src/main/java/me/tofaa/entitylib/wrapper/WrapperPerPlayerEntity.java index e27f286..2621902 100644 --- a/api/src/main/java/me/tofaa/entitylib/wrapper/WrapperPerPlayerEntity.java +++ b/api/src/main/java/me/tofaa/entitylib/wrapper/WrapperPerPlayerEntity.java @@ -39,6 +39,10 @@ public class WrapperPerPlayerEntity { execute(e -> e.spawn(location)); } + public Map getEntities() { + return entities; + } + public void addViewer(User user) { getEntityOf(user).addViewer(user); }