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 PackAssignment
PackManager.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/worldboolean
PackManager.removeAssignment
(PackAssignment assignment) Removes the assignment of a server/worldvoid
PackManager.setGlobalAssignment
(PackAssignment assignment) Set the global assignmentConstructors in de.themoep.resourcepacksplugin.core with parameters of type PackAssignment