Uses of Enum
de.marcely.bedwars.api.world.hologram.HologramControllerType
Packages that use HologramControllerType
Package
Description
Classes relevant to managing custom blocks and holograms placed throughout worlds.
Interfaces used to manage the MBedwars packet based holograms.
-
Uses of HologramControllerType in de.marcely.bedwars.api.world
Methods in de.marcely.bedwars.api.world with parameters of type HologramControllerTypeModifier and TypeMethodDescriptionWorldStorage.getHolograms(HologramControllerType controllerType) Returns all the holograms of theHologramEntity.getControllerType()controllerTypethat have been spawned into this world.WorldStorage.spawnHologram(HologramControllerType controller, Location location) Spawns a new hologram into this world and uses a default skin based on the controller. -
Uses of HologramControllerType in de.marcely.bedwars.api.world.hologram
Subclasses with type arguments of type HologramControllerType in de.marcely.bedwars.api.world.hologramMethods in de.marcely.bedwars.api.world.hologram that return HologramControllerTypeModifier and TypeMethodDescriptionstatic @Nullable HologramControllerTypeHologramControllerType.fromInternalId(String internalId) Tries to locate a type given by itsHologramControllerType.getInternalId().HologramEntity.getControllerType()Returns the current type of the controller (aka the brain) of the given hologram.HologramController.getType()Returns the type of this controller.static HologramControllerTypeReturns the enum constant of this type with the specified name.static HologramControllerType[]HologramControllerType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.marcely.bedwars.api.world.hologram with parameters of type HologramControllerTypeModifier and TypeMethodDescriptionvoidHologramEntity.setControllerType(HologramControllerType controller) Set the controller (aka the brain) of the hologram.