info 942 B

12345678910111213141516171819202122232425262728
  1. * 683: aload_0
  2. * 684: new net/minecraft/server/dedicated/DedicatedPlayerList
  3. * 687: dup
  4. * 688: aload_0
  5. * 689: invokespecial net/minecraft/server/dedicated/DedicatedPlayerList."<init>":(Lnet/minecraft/server/dedicated/DedicatedServer;)V
  6. * 692: invokevirtual net/minecraft/server/dedicated/DedicatedServer.setPlayerList:(Lnet/minecraft/server/management/PlayerList;)V
  7. 1 -> [this]
  8. 2 -> [playerlist, this]
  9. 3 -> [playerlist, playerlist, this]
  10. 4 -> [this, playerlist, playerlist, this]
  11. 5 -> [playerlist, this]
  12. 6 -> []
  13. this.setPlayerList(new DedicatedPlayerList(this));
  14. * 683: aload_0
  15. * 688: aload_0
  16. * 689: invokestatic me/kcm/events/Hooks.newPlayerList:()Lnet/minecraft/server/dedicated/DedicatedPlayerList;
  17. * 692: invokevirtual net/minecraft/server/dedicated/DedicatedServer.setPlayerList:(Lnet/minecraft/server/management/PlayerList;)V
  18. 1 -> [this]
  19. 2 -> [this, this]
  20. 3 -> [playerlist, this]
  21. 4 -> []
  22. this.setPlayerList(hook(this));