mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-19 15:20:55 +00:00
revert: block type implementation hint
This commit is contained in:
@@ -13,9 +13,6 @@ import com.dfsek.terra.api.block.state.BlockState;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a type of block
|
* Represents a type of block
|
||||||
* <p>
|
|
||||||
* Important! You <b>need</b> to implement a proper equals() and hashCode() here in
|
|
||||||
* your platform implementation for surface decorations to show up
|
|
||||||
*/
|
*/
|
||||||
public interface BlockType extends Handle {
|
public interface BlockType extends Handle {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user