Uses of Class
com.jackdaw.chatwithnpc.group.Group
Packages that use Group
-
Uses of Group in com.jackdaw.chatwithnpc.group
Fields in com.jackdaw.chatwithnpc.group declared as GroupFields in com.jackdaw.chatwithnpc.group with type parameters of type GroupModifier and TypeFieldDescriptionstatic final ConcurrentHashMap<String,Group> GroupManager.GroupMapMethods in com.jackdaw.chatwithnpc.group that return GroupMethods in com.jackdaw.chatwithnpc.group that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupManager.getParentGroups(@NotNull String currentGroup) Get all the parent groups of the group.GroupManager.getParentGroups(@NotNull String currentGroup, @NotNull ArrayList<String> visited) Methods in com.jackdaw.chatwithnpc.group with parameters of type GroupConstructors in com.jackdaw.chatwithnpc.group with parameters of type GroupModifierConstructorDescriptionprivate(package private)GroupDataManager(@NotNull Group group) Create a new GroupDataManager.