pick 97420a31d The big reformat of 2020
This commit is contained in:
@@ -18,12 +18,11 @@
|
||||
|
||||
package appeng.bootstrap.definitions;
|
||||
|
||||
|
||||
import appeng.tile.AEBaseTile;
|
||||
import net.minecraft.block.Block;
|
||||
|
||||
import java.util.function.Consumer;
|
||||
|
||||
import net.minecraft.block.Block;
|
||||
|
||||
import appeng.tile.AEBaseTile;
|
||||
|
||||
/**
|
||||
* @author GuntherDW
|
||||
@@ -34,7 +33,7 @@ public class TileEntityDefinition {
|
||||
private final Consumer<Block> addBlockListener;
|
||||
|
||||
public TileEntityDefinition(Consumer<Block> addBlockListener) {
|
||||
this.addBlockListener = addBlockListener;
|
||||
this.addBlockListener = addBlockListener;
|
||||
}
|
||||
|
||||
public void addBlock(Block block) {
|
||||
|
||||
Reference in New Issue
Block a user