Add nullable annotation for getState
This commit is contained in:
@@ -65,6 +65,7 @@ public class BlockResourceLocation extends ItemResourceLocation
|
||||
this.state = this.findState(null, resource);
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public BlockState getState()
|
||||
{
|
||||
return this.state;
|
||||
|
||||
Reference in New Issue
Block a user