All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.sefiraat.slimetinker.items.workstations.smeltery.AbstractCache Maven / Gradle / Ivy

The newest version!
package io.github.sefiraat.slimetinker.items.workstations.smeltery;

import me.mrCookieSlime.Slimefun.api.inventory.BlockMenu;

public abstract class AbstractCache {

    protected final BlockMenu blockMenu;

    protected AbstractCache(BlockMenu blockMenu) {
        this.blockMenu = blockMenu;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy