Improved the API and internal workings
Update things Fix some more things Update once more Refactoring and removing unnecessary null checks Woops Fix Nother fix Moar fix Fix imports Update ItemBindable.java
This commit is contained in:
parent
0a2dfb4fd4
commit
3e50dd4117
28 changed files with 389 additions and 340 deletions
|
@ -224,7 +224,6 @@ public class ChatUtil
|
|||
*/
|
||||
public static class PacketNoSpamChat implements IMessage
|
||||
{
|
||||
|
||||
private ITextComponent[] chatLines;
|
||||
|
||||
public PacketNoSpamChat()
|
||||
|
@ -260,7 +259,6 @@ public class ChatUtil
|
|||
|
||||
public static class Handler implements IMessageHandler<PacketNoSpamChat, IMessage>
|
||||
{
|
||||
|
||||
@Override
|
||||
public IMessage onMessage(PacketNoSpamChat message, MessageContext ctx)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue