mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-09 10:48:45 +01:00
Misc code fixes
This commit is contained in:
@@ -13,9 +13,9 @@ import org.bukkit.scheduler.BukkitRunnable;
|
||||
import java.util.UUID;
|
||||
|
||||
public class TrackedTamingEntity extends BukkitRunnable {
|
||||
private LivingEntity livingEntity;
|
||||
private final LivingEntity livingEntity;
|
||||
private final CallOfTheWildType callOfTheWildType;
|
||||
private UUID id;
|
||||
private final UUID id;
|
||||
private int length;
|
||||
private final TamingManager tamingManagerRef;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user