Today, I was preparing the 1.16.1 Forge environment for a friend's project, but this strange problem appeared, which is really annoying. This may be a bug, hope to solve it as soon as possible, what should I do? Only FG_FUN's task seems to have been corrupted.
Note: I have not made any changes to Forge MDK.
Forge MDK version: 32.0.108
In 1.8.9, I can use addChatMeesage of EntityPlayer to add information to the chat bar, but in 1.16.1, I did not find such a method? I only found the sendChatMessage method in ClientPlayerEntity, but this method is used to send messages to the server. How can I send messages to the chat bar instead of the server?
I want to know the actual meaning of the several subclasses of PlayerEnity, what do they represent? I only have a vague understanding of this. For example, ServerPlayerEntity and AbstractClientEntity refer to server-side and local-side players, but what is the actual meaning of the two classes of ClientPlayerEntity and RemoteClientPlayerEntity? I hope everyone can help me, thank you.
Edit: In Minecraft 1.16.1
2 replies
Important Information
By using this site, you agree to our Terms of Use.