Minecraftforge: FakePlayer doesn't override addChatMessage to blank method

Created on 21 Mar 2017  路  7Comments  路  Source: MinecraftForge/MinecraftForge

It has
@Override public void addChatComponentMessage(ITextComponent chatmessagecomponent){}
But not
@Override public void addChatMessage(ITextComponent chatmessagecomponent){}

Bug Superseded

Most helpful comment

That's sendStatusMessage and sendMessage respectively, for people who aren't on out-of-date mappings.

All 7 comments

That's sendStatusMessage and sendMessage respectively, for people who aren't on out-of-date mappings.

Yes, sorry, I'm on 1.10, but seems like this problem still exists on 1.11 :P

Yeah I don't think 1.10.x will receive updates for minor issues like this.

The stable_29 mappings for 1.10.2 have the 'good' names, btw.

Is this the crash-on-start issue I reported here: https://github.com/Ellpeck/ActuallyAdditions/issues/710#issuecomment-289197094 ?

That isn't a "minor" issue, if so.

It is a minor issue for forge because it can be easily worked around in the mods that call addChatMessage.

Yeah, for now I just added FakePlayer check

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Sir-Will picture Sir-Will  路  3Comments

williewillus picture williewillus  路  3Comments

juliand665 picture juliand665  路  3Comments

MSandro picture MSandro  路  3Comments

williewillus picture williewillus  路  3Comments