#1428: Expose Creeper igniter

By: Doc <nachito94@msn.com>
This commit is contained in:
CraftBukkit/Spigot
2024-06-19 06:48:33 +10:00
parent e43f607e6a
commit 1128edadb2
2 changed files with 14 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
public int maxSwell = 30;
public int explosionRadius = 3;
private int droppedSkulls;
+ private EntityHuman entityIgniter; // CraftBukkit
+ public Entity entityIgniter; // CraftBukkit
public EntityCreeper(EntityTypes<? extends EntityCreeper> entitytypes, World world) {
super(entitytypes, world);