mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-20 15:20:25 +00:00
Requested changes
This commit is contained in:
@@ -10,6 +10,7 @@ package com.dfsek.terra.api.world.biome;
|
||||
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
import java.util.Optional;
|
||||
import java.util.Set;
|
||||
|
||||
import com.dfsek.terra.api.properties.PropertyHolder;
|
||||
@@ -26,7 +27,7 @@ public interface Biome extends PropertyHolder, StringIdentifiable {
|
||||
*
|
||||
* @return The platform biome.
|
||||
*/
|
||||
@Nullable PlatformBiome getPlatformBiome();
|
||||
Optional<PlatformBiome> getPlatformBiome();
|
||||
|
||||
/**
|
||||
* Get the color of this biome.
|
||||
|
||||
Reference in New Issue
Block a user