Class RunnableClickEvent

java.lang.Object
net.minecraft.text.ClickEvent
meteordevelopment.meteorclient.utils.misc.text.MeteorClickEvent
meteordevelopment.meteorclient.utils.misc.text.RunnableClickEvent

public class RunnableClickEvent extends MeteorClickEvent
Allows arbitrary code execution in a click event
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.text.ClickEvent

    net.minecraft.text.ClickEvent.Action
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final Runnable
     

    Fields inherited from class net.minecraft.text.ClickEvent

    CODEC
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class net.minecraft.text.ClickEvent

    equals, getAction, getValue, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • runnable

      public final Runnable runnable
  • Constructor Details

    • RunnableClickEvent

      public RunnableClickEvent(Runnable runnable)