Change Interface for BE
This commit is contained in:
parent
5ca6a92dd0
commit
77801986b5
1 changed files with 4 additions and 0 deletions
|
@ -1,9 +1,13 @@
|
|||
package ru.bclib.interfaces;
|
||||
|
||||
import net.minecraft.world.level.block.state.BlockState;
|
||||
import ru.bclib.api.surface.SurfaceRuleBuilder;
|
||||
|
||||
public interface SurfaceMaterialProvider {
|
||||
BlockState getTopMaterial();
|
||||
BlockState getUnderMaterial();
|
||||
BlockState getAltTopMaterial();
|
||||
|
||||
boolean generateFloorRule();
|
||||
SurfaceRuleBuilder surface();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue