Class Bubble
java.lang.Object
net.flectone.pulse.module.message.bubble.model.Bubble
- Direct Known Subclasses:
ModernBubble
Represents a single speech bubble message
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBubble.BubbleBuilder<C extends Bubble, B extends Bubble.BubbleBuilder<C,B>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Bubble.BubbleBuilder<?, ?> builder()booleanlonglongfloatlongintgetId()floatgetUuid()booleanbooleanbooleanvoidsetCreated(boolean created)
-
Constructor Details
-
Bubble
-
-
Method Details
-
isExpired
public boolean isExpired() -
getExpireTime
public long getExpireTime() -
equals
-
builder
-
getId
public int getId() -
getUuid
-
getSender
-
getRawMessage
-
getDuration
public long getDuration() -
getElevation
public float getElevation() -
getInteractionHeight
public float getInteractionHeight() -
isInteractionRiding
public boolean isInteractionRiding() -
getCreationTime
public long getCreationTime() -
getViewers
-
isCreated
public boolean isCreated() -
setCreated
public void setCreated(boolean created)
-