Uses of Class
net.minecraft.network.chat.ClickEvent
Packages that use ClickEvent
-
Uses of ClickEvent in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as ClickEventFields in net.minecraft.network.chat with type parameters of type ClickEventModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ClickEvent> ClickEvent.CODECMethods in net.minecraft.network.chat that return ClickEventMethods in net.minecraft.network.chat with parameters of type ClickEventConstructors in net.minecraft.network.chat with parameters of type ClickEventModifierConstructorDescriptionprivateStyle(TextColor p_131113_, Boolean p_131114_, Boolean p_131115_, Boolean p_131116_, Boolean p_131117_, Boolean p_131118_, ClickEvent p_131119_, HoverEvent p_131120_, String p_131121_, ResourceLocation p_131122_) -
Uses of ClickEvent in net.neoforged.testframework.impl
Methods in net.neoforged.testframework.impl that return ClickEventModifier and TypeMethodDescriptiondefault ClickEventMutableTestFramework.disableCommand(String id) default ClickEventMutableTestFramework.enableCommand(String id) default ClickEventMutableTestFramework.setStatusCommand(String testId, Test.Result result, String message)