Jump to content

BreezyMain

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by BreezyMain

  1. 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
  2. thank you! but I have found a better way to send a message to the Chat Box. this.mc.ingameGUI.getChatGUI().printChatMessage(component);
  3. 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?
  4. Other players on the client? Does it mean players connected to the LAN? then what?
  5. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.