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
ConstructorsConstructorDescriptionRenderableNotification(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, shouldKillSelfMethods inherited from class org.rusherhack.core.notification.type.Notification
getID, getText, getTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.rusherhack.core.interfaces.IClickable
mouseClicked, mouseReleasedMethods inherited from interface org.rusherhack.core.interfaces.IHoverable
isHoveredMethods inherited from interface org.rusherhack.client.api.render.IRenderable2D
getFontRenderer, getRenderer, render, renderMethods inherited from interface org.rusherhack.core.interfaces.ITickable
tick
-
Constructor Details
-
RenderableNotification
-
RenderableNotification
public RenderableNotification(String text, org.rusherhack.core.notification.NotificationType type, int id)
-