Uses of Class
de.marcely.bedwars.api.message.DefaultMessageMappings
Packages that use DefaultMessageMappings
Package
Description
Classes dedicated building and sending messages to players.
- 
Uses of DefaultMessageMappings in de.marcely.bedwars.api.messageMethods in de.marcely.bedwars.api.message that return DefaultMessageMappingsModifier and TypeMethodDescriptionstatic DefaultMessageMappingsDefaultMessageMappings.loadInternalYAML(Plugin plugin, InputStream stream) Tries to load the YAML file as a language file.Methods in de.marcely.bedwars.api.message that return types with arguments of type DefaultMessageMappingsModifier and TypeMethodDescriptionMessageAPI.getDefaultMappings()Returns all registered default mappings (This won't include the MBedwars' one).Methods in de.marcely.bedwars.api.message with parameters of type DefaultMessageMappingsModifier and TypeMethodDescriptionbooleanMessageAPI.registerDefaultMappings(DefaultMessageMappings mappings) A mapping contains a collection of messages that'll be used when the user tries to obtain a message from his messages file that is however not present.booleanMessageAPI.unregisterDefaultMappings(DefaultMessageMappings mappings) Unregisteres an already registered mapping.