This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
EnergonRelics/src/main/java/com/thebrokenrail/energonrelics/structure/StructureContext.java
TheBrokenRail 6d51dee9c7
All checks were successful
EnergonRelics/pipeline/head This commit looks good
Very Broken Structure Gen WIP
2020-07-19 15:12:39 -04:00

6 lines
152 B
Java

package com.thebrokenrail.energonrelics.structure;
public interface StructureContext {
void addPart(int x, int y, int z, StructurePart<?> part);
}