Class ChatHudLineMixin
java.lang.Object
meteordevelopment.meteorclient.mixin.ChatHudLineMixin
- All Implemented Interfaces:
IChatHudLine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcom.mojang.authlib.GameProfilevoidmeteor$setId(int id) voidmeteor$setSender(com.mojang.authlib.GameProfile profile)
-
Constructor Details
-
ChatHudLineMixin
public ChatHudLineMixin()
-
-
Method Details
-
meteor$getText
- Specified by:
meteor$getTextin interfaceIChatHudLine
-
meteor$getId
public int meteor$getId()- Specified by:
meteor$getIdin interfaceIChatHudLine
-
meteor$setId
public void meteor$setId(int id) - Specified by:
meteor$setIdin interfaceIChatHudLine
-
meteor$getSender
public com.mojang.authlib.GameProfile meteor$getSender()- Specified by:
meteor$getSenderin interfaceIChatHudLine
-
meteor$setSender
public void meteor$setSender(com.mojang.authlib.GameProfile profile) - Specified by:
meteor$setSenderin interfaceIChatHudLine
-