mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 06:11:24 +00:00
implement PropertyHolder in TerraBiome
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.dfsek.terra.api.world.biome;
|
||||
|
||||
|
||||
import com.dfsek.terra.api.properties.PropertyHolder;
|
||||
import com.dfsek.terra.api.util.collection.ProbabilityCollection;
|
||||
import com.dfsek.terra.api.world.World;
|
||||
|
||||
@@ -9,7 +10,7 @@ import java.util.Set;
|
||||
/**
|
||||
* Represents a custom biome
|
||||
*/
|
||||
public interface TerraBiome {
|
||||
public interface TerraBiome extends PropertyHolder {
|
||||
|
||||
/**
|
||||
* Gets the Vanilla biome to represent the custom biome.
|
||||
|
||||
Reference in New Issue
Block a user