Uses of Class
dev.lone.itemsadder.api.FontImages.FontImageWrapper
Packages that use FontImageWrapper
-
Uses of FontImageWrapper in dev.lone.itemsadder.api.FontImages
Methods in dev.lone.itemsadder.api.FontImages with parameters of type FontImageWrapperModifier and TypeMethodDescriptionvoid
PlayerCustomHudWrapper.addFontImage
(FontImageWrapper fontImageWrapper) Add a font_image at the end of this HUD.void
PlayerCustomHudWrapper.addFontImageToIndex
(FontImageWrapper fontImageWrapper, int index) Adds a font_image to this HUD at a particular index.static void
TexturedInventoryWrapper.setPlayerInventoryTexture
(org.bukkit.entity.Player player, FontImageWrapper texture) Static utility method to change texture of an inventory at runtime.static void
TexturedInventoryWrapper.setPlayerInventoryTexture
(org.bukkit.entity.Player player, FontImageWrapper texture, int titleOffset) Static utility method to change texture of an inventory at runtime.static void
TexturedInventoryWrapper.setPlayerInventoryTexture
(org.bukkit.entity.Player player, FontImageWrapper texture, String title) Static utility method to change texture of an inventory at runtime.static void
TexturedInventoryWrapper.setPlayerInventoryTexture
(org.bukkit.entity.Player player, FontImageWrapper texture, String title, int titleOffset, int textureOffset) Static utility method to change texture of an inventory at runtime.Method parameters in dev.lone.itemsadder.api.FontImages with type arguments of type FontImageWrapperModifier and TypeMethodDescriptionvoid
PlayerCustomHudWrapper.setFontImages
(List<FontImageWrapper> fontImageWrappers) Set font images of this HUD overwriting the current ones.Constructors in dev.lone.itemsadder.api.FontImages with parameters of type FontImageWrapperModifierConstructorDescriptionTexturedInventoryWrapper
(@Nullable org.bukkit.inventory.InventoryHolder owner, int size, int textureOffset, FontImageWrapper... textures) Create a custom textured inventory without any title shown.TexturedInventoryWrapper
(@Nullable org.bukkit.inventory.InventoryHolder owner, int size, String title, int titleOffset, int textureOffset, FontImageWrapper... textures) Create a custom textured inventory.TexturedInventoryWrapper
(@Nullable org.bukkit.inventory.InventoryHolder owner, int size, String title, FontImageWrapper texture) Deprecated.TexturedInventoryWrapper
(@Nullable org.bukkit.inventory.InventoryHolder owner, int size, String title, FontImageWrapper texture, int titleOffset) Deprecated.TexturedInventoryWrapper
(@Nullable org.bukkit.inventory.InventoryHolder owner, int size, String title, FontImageWrapper texture, int titleOffset, int textureOffset) Create a custom textured inventory.TexturedInventoryWrapper
(@Nullable org.bukkit.inventory.InventoryHolder owner, @NotNull org.bukkit.event.inventory.InventoryType type, int textureOffset, FontImageWrapper... textures) Create a custom textured inventory without any title shown.TexturedInventoryWrapper
(@Nullable org.bukkit.inventory.InventoryHolder owner, @NotNull org.bukkit.event.inventory.InventoryType type, String title, int titleOffset, int textureOffset, FontImageWrapper... textures) Create a custom textured inventory.TexturedInventoryWrapper
(@Nullable org.bukkit.inventory.InventoryHolder owner, @NotNull org.bukkit.event.inventory.InventoryType type, String title, FontImageWrapper texture) Deprecated.TexturedInventoryWrapper
(@Nullable org.bukkit.inventory.InventoryHolder owner, @NotNull org.bukkit.event.inventory.InventoryType type, String title, FontImageWrapper texture, int titleOffset) Deprecated.TexturedInventoryWrapper
(@Nullable org.bukkit.inventory.InventoryHolder owner, @NotNull org.bukkit.event.inventory.InventoryType type, String title, FontImageWrapper texture, int titleOffset, int textureOffset) Create a custom textured inventory.