Index
All Classes and Interfaces|All Packages
C
- Cache - Class in fr.xxathyx.mediaplayer.video.data.cache
-
The Cache class has a single constructor.
- Cache(File) - Constructor for class fr.xxathyx.mediaplayer.video.data.cache.Cache
-
Constructor for Cache class, creates an Cache variable according to a
File
. - calculateDimensions() - Method in class fr.xxathyx.mediaplayer.image.ImageRenderer
-
Calculates the number of columns and lines required to display the image in Minecraft according to the original
BufferedImage
and a fourth level scaled map who does 128x128, this method must be called before calling other methods. - calculateDimensions() - Method in class fr.xxathyx.mediaplayer.image.renderer.ImageRenderer
-
Calculates the number of columns and lines required to display the image in Minecraft according to the original
BufferedImage
and a fourth level scaled map who does 128x128, this method must be called before calling other methods. - clear() - Method in class fr.xxathyx.mediaplayer.map.colors.MapColorSpaceData
- clearRGBData() - Method in class fr.xxathyx.mediaplayer.map.colors.MapColorSpaceData
- clone() - Method in class fr.xxathyx.mediaplayer.map.colors.MapColorSpaceData
- columns - Variable in class fr.xxathyx.mediaplayer.image.ImageRenderer
- columns - Variable in class fr.xxathyx.mediaplayer.image.renderer.ImageRenderer
- Configuration - Class in fr.xxathyx.mediaplayer.configuration
-
The Configuration class allow a direct bridge between plugin configuration and the game itself, it mainly contains getter methods for messages, and some plugin parameters and other usefull tools between plugin folder and running application.
- Configuration() - Constructor for class fr.xxathyx.mediaplayer.configuration.Configuration
- ConfigurationUpdater - Class in fr.xxathyx.mediaplayer.configuration.updater
-
The ConfigurationUpdater is a tool-class allowing to check for existing YAML section
ConfigurationUpdater.isOutdated(String)
, then mainly rests on theYamlConfigurationManager
in order to add/remove configuration content. - ConfigurationUpdater(File) - Constructor for class fr.xxathyx.mediaplayer.configuration.updater.ConfigurationUpdater
-
Constructor for ConfigurationUpdater class
- Content - Class in fr.xxathyx.mediaplayer.screen.content
-
The Content class is used in
Screen
, represents a content that can be etheir image or video. - Content(File) - Constructor for class fr.xxathyx.mediaplayer.screen.content.Content
-
Constructor for Content class, creates an Content variable according to a content configuration-file.
- ContentType - Enum in fr.xxathyx.mediaplayer.screen.content
-
The ContentType enum, manage the content type in a
Content
object. - convertImage(Image) - Static method in class fr.xxathyx.mediaplayer.map.colors.MapColorPalette
- convertToBufferedImage(Image) - Static method in class fr.xxathyx.mediaplayer.util.ImageUtil
- convolution(BufferedImage, double[]) - Static method in class fr.xxathyx.mediaplayer.util.ImageUtil
- count - Variable in class fr.xxathyx.mediaplayer.screen.settings.ScreenSettings
- create() - Method in class fr.xxathyx.mediaplayer.source.Source
-
Creates a
Source
variable, this method shall be called after passing arguments in the earlier constructor. - create(ImageRenderer) - Method in class fr.xxathyx.mediaplayer.video.data.thumbnail.Thumbnail
-
Creates a thumbnail configuration-file, according to
BufferedImage
thumbnail. - create(Video) - Method in class fr.xxathyx.mediaplayer.resourcepack.ResourcePack
-
Creates a resource-pack file base on a video, its used if the video is short enought during video loading.
- create(BufferedImage, Player) - Method in class fr.xxathyx.mediaplayer.image.Image
-
Creates a Minecraft rendered image and gives an image-poster to a
Player
, seeImage.give(Player)
. - createCache(BufferedImage) - Method in class fr.xxathyx.mediaplayer.video.data.cache.Cache
-
Creates a cache-file according to a
BufferedImage
and a cacheFile
passed earlier in the constructor. - createConfiguration() - Method in class fr.xxathyx.mediaplayer.video.Video
-
Creates a video configuration-file only accoding to a external source passed earlier in the constructor.
- createConfiguration(Screen, UUID, File, ContentType, int) - Method in class fr.xxathyx.mediaplayer.screen.content.Content
-
Creates a content configuration-file according to a
Screen
, a sourceFile
, aContentType
, and a key-frame betweenScreen.getFrames()
. - createConfiguration(Video, UUID) - Method in class fr.xxathyx.mediaplayer.video.instance.VideoInstance
-
Creates a VideoInstance configuration-file according to a
Video
, and a unique-id specific to the video instance. - createConfiguration(File) - Method in class fr.xxathyx.mediaplayer.video.Video
-
Creates a video configuration-file accoding to a original video file.
- createConfiguration(String, Location) - Method in class fr.xxathyx.mediaplayer.screen.Screen
-
Creates a screen configuration-file according to a original
Location
and a facing location, seeFacingLocation.getCardinalDirection(org.bukkit.entity.LivingEntity)
. - createConfiguration(UUID, Block, ItemFrame, boolean, boolean, int) - Method in class fr.xxathyx.mediaplayer.screen.part.Part
-
Creates a part configuration-file according to
Screen
informations. - createFolders() - Static method in class fr.xxathyx.mediaplayer.update.Updater
-
Creates plugins update folder if doesn't doesn't exists yet.
- createMaps() - Method in class fr.xxathyx.mediaplayer.video.data.VideoData
-
Creates the dedicated maps according to the main video thumbnail.
- createMaps(World) - Method in class fr.xxathyx.mediaplayer.image.ImageRenderer
-
Creates Minecraft maps based on the image passed earlier in the constructor, here no need to call
ImageRenderer.calculateDimensions()
orImageRenderer.splitImages()
it is directly inclued in the method itself. - createMaps(World) - Method in class fr.xxathyx.mediaplayer.image.renderer.ImageRenderer
-
Creates Minecraft maps based on the image passed earlier in the constructor, here no need to call
ImageRenderer.calculateDimensions()
orImageRenderer.splitImages()
it is directly inclued in the method itself. - createScreen(Player, int, int) - Static method in class fr.xxathyx.mediaplayer.screen.commands.ScreenCommands
-
Creates an screen structure according to a
LivingEntity.getEyeLocation()
, and a structure width and height, theLivingEntity.getEyeLocation()
vector is multiplied three times. - createThumbnail() - Method in class fr.xxathyx.mediaplayer.screen.Screen
-
Creates the screen thumbnail.
- createThumbnail() - Method in class fr.xxathyx.mediaplayer.source.Source
-
Creates the source thumbnail, according to earlier passed
BufferedImage
in the constructor. - createThumbnail() - Method in class fr.xxathyx.mediaplayer.video.data.VideoData
-
Creates the main video thumbnail.
- createTranslationFile(String) - Method in class fr.xxathyx.mediaplayer.translation.Translater
-
Export the translation-file contained within the jar-file, onto the translations folder, according to a country-code.
All Classes and Interfaces|All Packages