diff options
Diffstat (limited to 'src/main/java/cc/woverflow/chatting/hook')
| -rw-r--r-- | src/main/java/cc/woverflow/chatting/hook/GuiNewChatHook.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/java/cc/woverflow/chatting/hook/GuiNewChatHook.java b/src/main/java/cc/woverflow/chatting/hook/GuiNewChatHook.java index d2ca6c1..19da778 100644 --- a/src/main/java/cc/woverflow/chatting/hook/GuiNewChatHook.java +++ b/src/main/java/cc/woverflow/chatting/hook/GuiNewChatHook.java @@ -17,9 +17,5 @@ public interface GuiNewChatHook { throw new AssertionError("getFullMessage not overridden on GuiNewChat"); } - String getPrevText(); - - void setPrevText(String prevText); - int getTextOpacity(); } |
