Index

A B C D E F G H I L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages

I

Image - Class in fr.xxathyx.mediaplayer.image
The Image class is mainly used in the Image part of the ressource, but has few usefull usages when crossing to the Video part.
Image(File) - Constructor for class fr.xxathyx.mediaplayer.image.Image
Annother constructor for Image class, this one creates an Image variable according to a File, the file variable is assigned to the given parameter file.
Image(String) - Constructor for class fr.xxathyx.mediaplayer.image.Image
Constructor for Image class, creates an Image variable according to a String name, it search for an YAML image configuration-file, with the parameter name.
Image(String, String) - Constructor for class fr.xxathyx.mediaplayer.image.Image
Annother constructor for Image class, this one creates an Image variable according to a String name and a String path to image YAML configuration-file.
IMAGE - Enum constant in enum fr.xxathyx.mediaplayer.screen.content.ContentType
 
image_already_rendered(String) - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
image_cannot_read() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
image_deleted(String) - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
image_gived(String, String) - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
image_invalid() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
image_invalid_screen() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
image_not_found() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
image_placed(String) - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
image_received(String) - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
image_removed(String) - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
image_rendered(String) - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
ImageCommands - Class in fr.xxathyx.mediaplayer.image.commands
The ImageCommands class implements CommandExecutor, it grants an easy in game access to the plugin features concerning images.
ImageCommands() - Constructor for class fr.xxathyx.mediaplayer.image.commands.ImageCommands
 
ImageHelper - Class in fr.xxathyx.mediaplayer.image.helpers
The ImageHelper class is an utility class for both
invalid @link
Image
and ImageCommands and other classes related with URL usage, it contains a few static methods that can be called from everywhere as utilities.
ImageHelper() - Constructor for class fr.xxathyx.mediaplayer.image.helpers.ImageHelper
 
ImageRenderer - Class in fr.xxathyx.mediaplayer.image
The ImageRenderer class extends MapRenderer, it isn't only used in the image part, its a key in video video loading TaskAsyncLoadVideo and real time rendering, it bridge the gap between images and Minecraft.
ImageRenderer - Class in fr.xxathyx.mediaplayer.image.renderer
The ImageRenderer class extends MapRenderer, it isn't only used in the image part, its a key in video video loading TaskAsyncLoadVideo and real time rendering, it bridge the gap between images and Minecraft.
ImageRenderer(BufferedImage) - Constructor for class fr.xxathyx.mediaplayer.image.ImageRenderer
Constructor for ImageRenderer class, creates an ImageRenderer variable according to a BufferedImage, after passing the original image to be rendered you will still need to ImageRenderer.calculateDimensions() and ImageRenderer.splitImages() before calling a ImageRenderer.render(MapView, MapCanvas, Player) in order to have correct results.
ImageRenderer(BufferedImage) - Constructor for class fr.xxathyx.mediaplayer.image.renderer.ImageRenderer
Constructor for ImageRenderer class, creates an ImageRenderer variable according to a BufferedImage, after passing the original image to be rendered you will still need to ImageRenderer.calculateDimensions() and ImageRenderer.splitImages() before calling a ImageRenderer.render(MapView, MapCanvas, Player) in order to have correct results.
ImageUtil - Class in fr.xxathyx.mediaplayer.util
The ImageUtil class serves as an utility class in order to perform actions into images.
ImageUtil() - Constructor for class fr.xxathyx.mediaplayer.util.ImageUtil
 
impossible_connection() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
incompatible() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
insufficient_permissions() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
interactImage(PlayerInteractEntityEvent) - Method in class fr.xxathyx.mediaplayer.image.listeners.PlayerInteractImage
Called whenever a Player interact with an Entity, see Bukkit documentation : PlayerInteractEntityEvent.
interactVideo(PlayerInteractEntityEvent) - Method in class fr.xxathyx.mediaplayer.video.listeners.PlayerInteractVideo
Same as PlayerInteractImage, Called whenever a Player interact with an Entity, see Bukkit documentation : PlayerInteractEntityEvent.
Interfaces - Class in fr.xxathyx.mediaplayer.interfaces
The Interfaces class is a contener, storing thtought methods the differents Inventory, used across the plugin, such as
invalid @link
#getVideos()
for example.
Interfaces() - Constructor for class fr.xxathyx.mediaplayer.interfaces.Interfaces
 
invalid_sender() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
invalid_url(String) - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
InventoryClickContents - Class in fr.xxathyx.mediaplayer.interfaces.listeners
The InventoryClickContents class implements Listener, it consist of a single event method InventoryClickContents.onClick(InventoryClickEvent).
InventoryClickContents() - Constructor for class fr.xxathyx.mediaplayer.interfaces.listeners.InventoryClickContents
 
InventoryClickPanel - Class in fr.xxathyx.mediaplayer.interfaces.listeners
The InventoryClickPanel class implements Listener, it consist of a single event method InventoryClickPanel.onClick(InventoryClickEvent).
InventoryClickPanel() - Constructor for class fr.xxathyx.mediaplayer.interfaces.listeners.InventoryClickPanel
 
InventoryClickScreens - Class in fr.xxathyx.mediaplayer.interfaces.listeners
The InventoryClickScreens class implements Listener, it consist of a single event method InventoryClickScreens.onClick(InventoryClickEvent).
InventoryClickScreens() - Constructor for class fr.xxathyx.mediaplayer.interfaces.listeners.InventoryClickScreens
 
InventoryClickVideos - Class in fr.xxathyx.mediaplayer.interfaces.listeners
The InventoryClickVideos class implements Listener, it consist of a single event method InventoryClickVideos.onClick(InventoryClickEvent).
InventoryClickVideos() - Constructor for class fr.xxathyx.mediaplayer.interfaces.listeners.InventoryClickVideos
 
InventoryClosePanel - Class in fr.xxathyx.mediaplayer.interfaces.listeners
The InventoryClosePanel class implements Listener, it consist of a single event method InventoryClosePanel.onClose(InventoryCloseEvent).
InventoryClosePanel() - Constructor for class fr.xxathyx.mediaplayer.interfaces.listeners.InventoryClosePanel
 
isAudioEnabled() - Method in class fr.xxathyx.mediaplayer.video.Video
Gets whether the video have audio enabled.
isCacheCompressed() - Method in class fr.xxathyx.mediaplayer.video.Video
Gets wheter video-cache is compressed or not.
isCompatible() - Method in class fr.xxathyx.mediaplayer.video.Video
Gets whether the video format is compatible.
isGlowing() - Method in class fr.xxathyx.mediaplayer.screen.part.Part
Gets whether the part ItemFrame is glowing.
isGlowing() - Method in class fr.xxathyx.mediaplayer.screen.Screen
Gets whether the ItemFrame of the screen are glowing, it should if it hasn't been changed return
invalid @link
Configration#glowing_screen_frames_support()
.
isInstalled() - Method in class fr.xxathyx.mediaplayer.ffmpeg.Ffmpeg
Gets whether the ffmpeg library file is installed.
isInstalled() - Method in class fr.xxathyx.mediaplayer.ffmpeg.Ffprobe
Gets whether the ffprobe library file is installed.
isLegacy() - Method in class fr.xxathyx.mediaplayer.Main
Gets whether this server is running under a legacy version of Minecraft.
isLinked() - Method in class fr.xxathyx.mediaplayer.screen.Screen
Gets whether a video has been linked to this screen.
isLinked() - Method in class fr.xxathyx.mediaplayer.video.instance.VideoInstance
Gets whether the video instance has been linked to a Screen.
isLoaded() - Method in class fr.xxathyx.mediaplayer.video.Video
Gets whether the video is loaded.
isLooping() - Method in class fr.xxathyx.mediaplayer.source.Source
Gets whether the source is loooing.
isLoopping() - Method in class fr.xxathyx.mediaplayer.video.Video
Gets whether the video will be repeated when it ends.
isOld() - Method in class fr.xxathyx.mediaplayer.Main
Gets whether this server is running under a old supported version of Minecraft.
isOutdated() - Method in class fr.xxathyx.mediaplayer.update.Updater
Gets whether the used plugin version isn't the same as the last version of the plugin on spigot.
isOutdated(String) - Method in class fr.xxathyx.mediaplayer.configuration.updater.ConfigurationUpdater
Checks whether a configuration is outdated or not using her sections.
isReloaded() - Method in class fr.xxathyx.mediaplayer.Main
Gets whether the plugin has been reloaded one time.
isRestricted() - Method in class fr.xxathyx.mediaplayer.video.Video
Gets whether the video is in restricted mode.
isRunning() - Method in class fr.xxathyx.mediaplayer.screen.Screen
Gets whether a video is currently being runned on this screen.
isStreamed() - Method in class fr.xxathyx.mediaplayer.video.Video
Gets whether the video is streamed.
isURL(String) - Static method in class fr.xxathyx.mediaplayer.image.helpers.ImageHelper
Gets whether an given String is valid as a URL path.
isVisible() - Method in class fr.xxathyx.mediaplayer.screen.part.Part
Gets whether the part ItemFrame is visible.
item_delete_lore_1() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_delete_lore_2() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_delete_name() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_load_lore() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_load_name() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_next_page_lore() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_next_page_name() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_play_lore() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_play_name() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_poster_lore_1() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_poster_lore_2() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_poster_lore_3() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_poster_lore_4() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_previous_page_lore() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_previous_page_name() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_refresh_page_lore() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_refresh_page_name() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_remote_lore() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_remote_name() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_remove_lore_1() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_remove_lore_2() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_remove_name() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_switcher_lore() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_switcher_name() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_teleport_lore() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
item_teleport_name() - Method in class fr.xxathyx.mediaplayer.configuration.Configuration
 
ItemStacks - Class in fr.xxathyx.mediaplayer.items
The ItemStacks class is a contener, same as Interfaces but for ItemStack.
ItemStacks() - Constructor for class fr.xxathyx.mediaplayer.items.ItemStacks
 
A B C D E F G H I L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages