Add nullable annotation for getState

This commit is contained in:
Marcel Konrad
2020-10-23 14:46:44 +02:00
parent 634561086f
commit a3ef5cb796

View File

@@ -65,6 +65,7 @@ public class BlockResourceLocation extends ItemResourceLocation
this.state = this.findState(null, resource);
}
@Nullable
public BlockState getState()
{
return this.state;