mirror of
http://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8.git
synced 2025-04-30 02:01:59 -05:00
26 lines
463 B
Java
26 lines
463 B
Java
|
|
# Eagler Context Redacted Diff
|
|
# Copyright (c) 2024 lax1dude. All rights reserved.
|
|
|
|
# Version: 1.0
|
|
# Author: lax1dude
|
|
|
|
> INSERT 2 : 4 @ 2
|
|
|
|
+ import java.util.List;
|
|
+
|
|
|
|
> DELETE 13 @ 13 : 14
|
|
|
|
> CHANGE 317 : 318 @ 317 : 318
|
|
|
|
~ List<EntityPlayerMP> lst = this.worldObj.getPlayers(EntityPlayerMP.class,
|
|
|
|
> CHANGE 5 : 8 @ 5 : 6
|
|
|
|
~ });
|
|
~ for (int i = 0, l = lst.size(); i < l; ++i) {
|
|
~ EntityPlayerMP entityplayermp = lst.get(i);
|
|
|
|
> EOF
|