package net.minecraft.world.entity;

public interface PowerableMob {

    boolean isPowered();
}
