Class RenderableNotification

java.lang.Object
org.rusherhack.core.notification.type.Notification
org.rusherhack.core.notification.type.LivingNotification
org.rusherhack.client.api.ui.notification.RenderableNotification
All Implemented Interfaces:
IRenderable2D, org.rusherhack.core.interfaces.IClickable, org.rusherhack.core.interfaces.IHoverable, org.rusherhack.core.interfaces.ITickable

public abstract class RenderableNotification extends org.rusherhack.core.notification.type.LivingNotification implements IRenderable2D, org.rusherhack.core.interfaces.IClickable
  • Constructor Summary

    Constructors
    Constructor
    Description
    RenderableNotification(String text, org.rusherhack.core.notification.NotificationType type)
     
    RenderableNotification(String text, org.rusherhack.core.notification.NotificationType type, int id)
     
  • Method Summary

    Methods inherited from class org.rusherhack.core.notification.type.LivingNotification

    getLifeSpan, getTimer, kill, shouldKillSelf

    Methods inherited from class org.rusherhack.core.notification.type.Notification

    getID, getText, getType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.rusherhack.core.interfaces.IClickable

    mouseClicked, mouseReleased

    Methods inherited from interface org.rusherhack.core.interfaces.IHoverable

    isHovered

    Methods inherited from interface org.rusherhack.client.api.render.IRenderable2D

    getFontRenderer, getRenderer, render, render

    Methods inherited from interface org.rusherhack.core.interfaces.ITickable

    tick
  • Constructor Details

    • RenderableNotification

      public RenderableNotification(String text, org.rusherhack.core.notification.NotificationType type)
    • RenderableNotification

      public RenderableNotification(String text, org.rusherhack.core.notification.NotificationType type, int id)