Search in sources :

Example 6 with IFillerPattern

use of buildcraft.api.filler.IFillerPattern in project BuildCraft by BuildCraft.

the class ActionFiller method resetMap.

public static void resetMap() {
    actions.clear();
    for (IFillerPattern pattern : FillerManager.registry.getPatterns()) {
        FillerPattern fil = (FillerPattern) pattern;
        actions.put(fil, new ActionFiller(fil));
    }
}
Also used : IFillerPattern(buildcraft.api.filler.IFillerPattern) IFillerPattern(buildcraft.api.filler.IFillerPattern) FillerPattern(buildcraft.core.builders.patterns.FillerPattern)

Aggregations

IFillerPattern (buildcraft.api.filler.IFillerPattern)6 FillerPattern (buildcraft.core.builders.patterns.FillerPattern)2 TileFiller (buildcraft.builders.TileFiller)1 SpringPopulate (buildcraft.core.gen.SpringPopulate)1 ChannelHandler (buildcraft.core.lib.network.base.ChannelHandler)1 PacketHandler (buildcraft.core.lib.network.base.PacketHandler)1 TabletProgramMenuFactory (buildcraft.core.tablet.TabletProgramMenuFactory)1 ItemStack (net.minecraft.item.ItemStack)1 Achievement (net.minecraft.stats.Achievement)1