public boolean onCoalUsed() {
MemberCoalUsedEvent event = MemberCoalUsedEvent.call(this);
if (event.useCoal()) {
return this.getCoalFromNeighbours();
}
return event.refill();
}
public boolean getCoalFromNeighbours() {
for (MinecartMember<?> mm : this.getNeightbours()) {
//Is it a storage minecart?