Skip to content

Commit

Permalink
Remove unneeded comments
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed May 21, 2024
1 parent 2460b8b commit 681405e
Showing 1 changed file with 0 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,50 +75,17 @@ public static HandlerList getHandlerList() {
* Represents the various types of modifications that can be made to a Hologram.
*/
public enum HologramModification {
/**
* @see HologramData#getText()
*/
TEXT,
/**
* @see HologramData#getLocation()
*/
POSITION,
/**
* @see HologramData#getScale()
*/
SCALE,
/**
* @see HologramData#getBillboard()
*/
BILLBOARD,
/**
* @see HologramData#getBackground()
*/
BACKGROUND,
/**
* @see HologramData#isTextHasShadow()
*/
TEXT_SHADOW,
/**
* @see HologramData#getTextAlignment()
*/
TEXT_ALIGNMENT,
SEE_THROUGH,
/**
* @see HologramData#getShadowRadius()
*/
SHADOW_RADIUS,
/**
* @see HologramData#getShadowStrength()
*/
SHADOW_STRENGTH,
/**
* @see HologramData#getTextUpdateInterval()
*/
UPDATE_TEXT_INTERVAL,
/**
* @see HologramData#getVisibilityDistance()
*/
UPDATE_VISIBILITY_DISTANCE;
}

Expand Down

0 comments on commit 681405e

Please sign in to comment.