This is nullable

This commit is contained in:
Andrew Steinborn
2020-08-05 11:21:43 -04:00
parent f205ac19be
commit db83ade45e

View File

@@ -82,7 +82,7 @@ public final class DimensionData {
return registryIdentifier;
}
public Integer getDimensionId() {
public @Nullable Integer getDimensionId() {
return dimensionId;
}