Class MeteorClickEvent

java.lang.Object
net.minecraft.text.ClickEvent
meteordevelopment.meteorclient.utils.misc.text.MeteorClickEvent
Direct Known Subclasses:
RunnableClickEvent

public class MeteorClickEvent extends net.minecraft.text.ClickEvent
This class does nothing except ensure that ClickEvent's containing Meteor Client commands can only be executed if they come from the client.
See Also:
  • ScreenMixin.onRunCommand(Style, CallbackInfoReturnable)
  • Nested Class Summary

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

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

    Fields inherited from class net.minecraft.text.ClickEvent

    CODEC
  • Constructor Summary

    Constructors
    Constructor
    Description
    MeteorClickEvent(net.minecraft.text.ClickEvent.Action action, String value)
     
  • 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
  • Constructor Details

    • MeteorClickEvent

      public MeteorClickEvent(net.minecraft.text.ClickEvent.Action action, String value)