mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-09 09:16:34 +00:00
feature addon registry configuration
This commit is contained in:
@@ -8,10 +8,11 @@
|
||||
package com.dfsek.terra.api.structure.feature;
|
||||
|
||||
import com.dfsek.terra.api.structure.Structure;
|
||||
import com.dfsek.terra.api.util.StringIdentifiable;
|
||||
import com.dfsek.terra.api.world.WritableWorld;
|
||||
|
||||
|
||||
public interface Feature {
|
||||
public interface Feature extends StringIdentifiable {
|
||||
Structure getStructure(WritableWorld world, int x, int y, int z);
|
||||
|
||||
Distributor getDistributor();
|
||||
|
||||
Reference in New Issue
Block a user