Uses of Enum
de.marcely.bedwars.api.world.hologram.HologramSkinType
Packages that use HologramSkinType
Package
Description
Classes relevant to managing custom blocks and holograms placed throughout worlds.
Interfaces used to manage the MBedwars packet based holograms.
-
Uses of HologramSkinType in de.marcely.bedwars.api.world
Methods in de.marcely.bedwars.api.world with parameters of type HologramSkinTypeModifier and TypeMethodDescriptionWorldStorage.getHolograms(HologramSkinType skin) Returns all the holograms of theHologramEntity.getSkinType()skinthat have been spawned into this world.WorldStorage.spawnHologram(HologramSkinType skin, Location location) Spawns a new hologram into this world. -
Uses of HologramSkinType in de.marcely.bedwars.api.world.hologram
Methods in de.marcely.bedwars.api.world.hologram that return HologramSkinTypeModifier and TypeMethodDescriptionHologramEntity.getSkinType()Returns the skin type of the hologram.HologramSkin.getType()Returns the type of the skin.static HologramSkinTypeReturns the enum constant of this type with the specified name.static HologramSkinType[]HologramSkinType.values()Returns an array containing the constants of this enum type, in the order they are declared.