Klasse BlockHologramData
java.lang.Object
de.oliver.fancyholograms.api.data.HologramData
de.oliver.fancyholograms.api.data.DisplayHologramData
de.oliver.fancyholograms.api.data.BlockHologramData
- 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
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_BLOCK
public static org.bukkit.Material DEFAULT_BLOCK
-
-
Konstruktordetails
-
BlockHologramData
- Parameter:
name- Name of hologramlocation- Location of hologram Default values are already set
-
-
Methodendetails
-
getBlock
public org.bukkit.Material getBlock() -
setBlock
-
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
-