Klasse HologramData
java.lang.Object
de.oliver.fancyholograms.api.data.HologramData
- Alle implementierten Schnittstellen:
Data
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungHologramData(@NotNull String name, @NotNull DisplayHologramData displayData, @NotNull HologramType type, @NotNull Data typeData) Constructs a new HologramData with the given name.HologramData(@NotNull String name, @NotNull HologramData other) Constructs a copy of an existing HologramData with a new name. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull HologramDatacopy()Returns a copy of this HologramData.boolean@NotNull DisplayHologramData@NotNull StringgetName()@NotNull HologramTypegetType()@NotNull DatainthashCode()voidvoid
-
Konstruktordetails
-
HologramData
public HologramData(@NotNull @NotNull String name, @NotNull @NotNull DisplayHologramData displayData, @NotNull @NotNull HologramType type, @NotNull @NotNull Data typeData) Constructs a new HologramData with the given name.- Parameter:
name- the name of the hologram
-
HologramData
Constructs a copy of an existing HologramData with a new name.- Parameter:
name- the name for the new HologramDataother- the HologramData to copy from
-
-
Methodendetails
-
write
-
read
-
getName
-
getDisplayData
-
getType
-
getTypeData
-
copy
Returns a copy of this HologramData. -
equals
-
hashCode
public int hashCode()
-