Uses of Class
de.themoep.resourcepacksplugin.core.PackAssignment
Packages that use PackAssignment
-
Uses of PackAssignment in de.themoep.resourcepacksplugin.core
Methods in de.themoep.resourcepacksplugin.core that return PackAssignmentModifier and TypeMethodDescriptionPackManager.addAssignment(PackAssignment assignment) Add a new assignment to a server/world@NonNull PackAssignmentPackManager.getAssignment(String server) Get the assignment of a server/worldPackManager.getAssignmentByName(String name) Get an assignment by its namePackManager.getGlobalAssignment()Get the global assignmentPackManager.loadAssignment(String name, Map<String, Object> config) Load an assignment from a map representing the section in the configMethods in de.themoep.resourcepacksplugin.core that return types with arguments of type PackAssignmentModifier and TypeMethodDescriptionCollection<? extends PackAssignment> PackManager.getAssignments()Get all assignmentsMethods in de.themoep.resourcepacksplugin.core with parameters of type PackAssignmentModifier and TypeMethodDescriptionPackManager.addAssignment(PackAssignment assignment) Add a new assignment to a server/worldbooleanPackManager.removeAssignment(PackAssignment assignment) Removes the assignment of a server/worldvoidPackManager.setGlobalAssignment(PackAssignment assignment) Set the global assignmentConstructors in de.themoep.resourcepacksplugin.core with parameters of type PackAssignment