Index

C D F G H I L M R S V 
All Classes and Interfaces|All Packages

C

CENTER - Enum constant in enum me.hsgamer.unihologram.display.DisplayBillboard
Rotate around the center point
CENTER - Enum constant in enum me.hsgamer.unihologram.display.DisplayTextAlignment
Center aligned text

D

DisplayBillboard - Enum in me.hsgamer.unihologram.display
The axes/points around which the display can pivot
DisplayHologram<T> - Interface in me.hsgamer.unihologram.display
The Hologram that uses the new Minecraft TextDisplay API
DisplayTextAlignment - Enum in me.hsgamer.unihologram.display
The alignment of the text display

F

FIXED - Enum constant in enum me.hsgamer.unihologram.display.DisplayBillboard
No rotation

G

getAlignment() - Method in interface me.hsgamer.unihologram.display.DisplayHologram
Get the text alignment
getBackgroundColor() - Method in interface me.hsgamer.unihologram.display.DisplayHologram
Get the background color
getBillboard() - Method in interface me.hsgamer.unihologram.display.DisplayHologram
Get the billboard
getOriginLocation() - Method in interface me.hsgamer.unihologram.display.DisplayHologram
Get the origin location.
getScale() - Method in interface me.hsgamer.unihologram.display.DisplayHologram
Get the scale of the text
getShadowRadius() - Method in interface me.hsgamer.unihologram.display.DisplayHologram
Get the shadow radius
getShadowStrength() - Method in interface me.hsgamer.unihologram.display.DisplayHologram
Get the shadow strength

H

HORIZONTAL - Enum constant in enum me.hsgamer.unihologram.display.DisplayBillboard
Rotate around the horizontal axis

I

isShadowed() - Method in interface me.hsgamer.unihologram.display.DisplayHologram
Get if the text is shadowed

L

LEFT - Enum constant in enum me.hsgamer.unihologram.display.DisplayTextAlignment
Left aligned text

M

me.hsgamer.unihologram.display - package me.hsgamer.unihologram.display
 

R

RIGHT - Enum constant in enum me.hsgamer.unihologram.display.DisplayTextAlignment
Right aligned text

S

setAlignment(DisplayTextAlignment) - Method in interface me.hsgamer.unihologram.display.DisplayHologram
Set the text alignment
setBackgroundColor(Color) - Method in interface me.hsgamer.unihologram.display.DisplayHologram
Set the background color
setBillboard(DisplayBillboard) - Method in interface me.hsgamer.unihologram.display.DisplayHologram
Set the billboard
setOriginLocation(T) - Method in interface me.hsgamer.unihologram.display.DisplayHologram
Set the origin location
setScale(float) - Method in interface me.hsgamer.unihologram.display.DisplayHologram
Set the scale of the text
setShadowed(boolean) - Method in interface me.hsgamer.unihologram.display.DisplayHologram
Set if the text is shadowed
setShadowRadius(float) - Method in interface me.hsgamer.unihologram.display.DisplayHologram
Set the shadow radius
setShadowStrength(float) - Method in interface me.hsgamer.unihologram.display.DisplayHologram
Set the shadow strength

V

valueOf(String) - Static method in enum me.hsgamer.unihologram.display.DisplayBillboard
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.hsgamer.unihologram.display.DisplayTextAlignment
Returns the enum constant of this type with the specified name.
values() - Static method in enum me.hsgamer.unihologram.display.DisplayBillboard
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.hsgamer.unihologram.display.DisplayTextAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
VERTICAL - Enum constant in enum me.hsgamer.unihologram.display.DisplayBillboard
Rotate around the vertical axis
C D F G H I L M R S V 
All Classes and Interfaces|All Packages