Uses of Interface
de.themoep.resourcepacksplugin.core.events.IResourcePackSendEvent
Packages that use IResourcePackSendEvent
-
Uses of IResourcePackSendEvent in de.themoep.resourcepacksplugin.core
Methods in de.themoep.resourcepacksplugin.core that return IResourcePackSendEventModifier and TypeMethodDescriptionResourcepacksPlugin.callPackSendEvent(UUID playerId, ResourcePack pack) Call the ResourcePackSendEvent on the corresponding serverMethods in de.themoep.resourcepacksplugin.core with parameters of type IResourcePackSendEventModifier and TypeMethodDescriptionPackManager.processSendEvent(IResourcePackSendEvent event, List<ResourcePack> prev) Process the pack send event using the previous pack, this calculates if a pack should be sent (if it's null then the empty one will be returned and when it isn't different from the previous one then it will return null).