Klasse ItemHologramData
java.lang.Object
de.oliver.fancyholograms.api.data.HologramData
de.oliver.fancyholograms.api.data.DisplayHologramData
de.oliver.fancyholograms.api.data.ItemHologramData
- Alle implementierten Schnittstellen:
YamlData
-
Feldübersicht
FelderVon Klasse geerbte Felder de.oliver.fancyholograms.api.data.DisplayHologramData
DEFAULT_BILLBOARD, DEFAULT_SCALE, DEFAULT_SHADOW_RADIUS, DEFAULT_SHADOW_STRENGTH, DEFAULT_TRANSLATIONVon Klasse geerbte Felder de.oliver.fancyholograms.api.data.HologramData
DEFAULT_IS_VISIBLE, DEFAULT_PERSISTENCE, DEFAULT_VISIBILITY, DEFAULT_VISIBILITY_DISTANCE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.bukkit.inventory.ItemStackbooleanReads the data from the given configuration section.setItemStack(org.bukkit.inventory.ItemStack item) booleanWrites the data to the given configuration section.Von Klasse geerbte Methoden de.oliver.fancyholograms.api.data.DisplayHologramData
getBillboard, getBrightness, getScale, getShadowRadius, getShadowStrength, getTranslation, setBillboard, setBrightness, setScale, setShadowRadius, setShadowStrength, setTranslationVon Klasse geerbte Methoden de.oliver.fancyholograms.api.data.HologramData
getLinkedNpcName, getLocation, getName, getType, getVisibility, getVisibilityDistance, hasChanges, isPersistent, setHasChanges, setLinkedNpcName, setLocation, setPersistent, setVisibility, setVisibilityDistance
-
Felddetails
-
DEFAULT_ITEM
public static final org.bukkit.inventory.ItemStack DEFAULT_ITEM
-
-
Konstruktordetails
-
ItemHologramData
- Parameter:
name- Name of hologramlocation- Location of hologram Default values are already set
-
-
Methodendetails
-
getItemStack
public org.bukkit.inventory.ItemStack getItemStack() -
setItemStack
-
read
Beschreibung aus Schnittstelle kopiert:YamlDataReads the data from the given configuration section.- Angegeben von:
readin SchnittstelleYamlData- Setzt außer Kraft:
readin KlasseDisplayHologramData- Gibt zurück:
- Whether the data was read successfully.
-
write
Beschreibung aus Schnittstelle kopiert:YamlDataWrites the data to the given configuration section.- Angegeben von:
writein SchnittstelleYamlData- Setzt außer Kraft:
writein KlasseDisplayHologramData- Gibt zurück:
- Whether the data was written successfully.
-
copy
- Setzt außer Kraft:
copyin KlasseDisplayHologramData
-