revert: block type implementation hint

This commit is contained in:
Christian Bergschneider 2025-01-03 22:19:08 +01:00
parent c848c33bc0
commit 5ba5d6efdd
No known key found for this signature in database
GPG Key ID: 3991F97F5FA28D3E

View File

@ -13,9 +13,6 @@ import com.dfsek.terra.api.block.state.BlockState;
/**
* 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 {
/**