Uses of Interface
de.marcely.bedwars.api.world.hologram.skin.HolographicHologramSkin.PlayerSpecificLinesSupplier
Packages that use HolographicHologramSkin.PlayerSpecificLinesSupplier
Package
Description
Interfaces for different types of skins that can be applied to MBedwars packet holograms.
-
Uses of HolographicHologramSkin.PlayerSpecificLinesSupplier in de.marcely.bedwars.api.world.hologram.skin
Methods in de.marcely.bedwars.api.world.hologram.skin that return HolographicHologramSkin.PlayerSpecificLinesSupplierModifier and TypeMethodDescriptionHolographicHologramSkin.getPlayerSpecificLinesSupplier()
Returns the current lines supplier.Creates a new supplier that auto-translates the given message for each player.Creates a new supplier that auto-translates the given message for each player.Methods in de.marcely.bedwars.api.world.hologram.skin with parameters of type HolographicHologramSkin.PlayerSpecificLinesSupplierModifier and TypeMethodDescriptionvoid
HolographicHologramSkin.setPlayerSpecificLinesSupplier
(@Nullable HolographicHologramSkin.PlayerSpecificLinesSupplier supplier) Set the (optional) supplier if you want to display lines specific to a player.