Class ChatHudLineVisibleMixin
java.lang.Object
meteordevelopment.meteorclient.mixin.ChatHudLineVisibleMixin
- All Implemented Interfaces:
IChatHudLine,IChatHudLineVisible
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcom.mojang.authlib.GameProfilebooleanvoidmeteor$setId(int id) voidmeteor$setSender(com.mojang.authlib.GameProfile profile) voidmeteor$setStartOfEntry(boolean start)
-
Constructor Details
-
ChatHudLineVisibleMixin
public ChatHudLineVisibleMixin()
-
-
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
-
meteor$isStartOfEntry
public boolean meteor$isStartOfEntry()- Specified by:
meteor$isStartOfEntryin interfaceIChatHudLineVisible
-
meteor$setStartOfEntry
public void meteor$setStartOfEntry(boolean start) - Specified by:
meteor$setStartOfEntryin interfaceIChatHudLineVisible
-