mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-18 14:20:02 +00:00
compile flora addon
This commit is contained in:
@@ -2,7 +2,11 @@ package com.dfsek.terra.api.util;
|
||||
|
||||
import com.dfsek.terra.api.block.BlockType;
|
||||
|
||||
import java.util.Collections;
|
||||
import java.util.Set;
|
||||
|
||||
public interface MaterialSet extends Set<BlockType> {
|
||||
static MaterialSet empty() {
|
||||
return (MaterialSet) (Object) Collections.emptySet();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user