mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-25 09:34:44 +01:00
12 lines
349 B
Diff
12 lines
349 B
Diff
|
--- a/net/minecraft/world/entity/monster/EntityGuardian.java
|
||
|
+++ b/net/minecraft/world/entity/monster/EntityGuardian.java
|
||
|
@@ -123,7 +123,7 @@
|
||
|
return 80;
|
||
|
}
|
||
|
|
||
|
- void a(int i) {
|
||
|
+ public void a(int i) { // PAIL package -> public, rename setLaserTarget
|
||
|
this.entityData.set(EntityGuardian.DATA_ID_ATTACK_TARGET, i);
|
||
|
}
|
||
|
|