mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-05 07:16:10 +00:00
getDefaultData -> getDefaultState
This commit is contained in:
@@ -12,7 +12,7 @@ import com.dfsek.terra.api.block.state.BlockState;
|
||||
|
||||
|
||||
public interface BlockType extends Handle {
|
||||
BlockState getDefaultData();
|
||||
BlockState getDefaultState();
|
||||
|
||||
boolean isSolid();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user