mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-20 07:57:42 +01:00
This is nullable
This commit is contained in:
@@ -82,7 +82,7 @@ public final class DimensionData {
|
|||||||
return registryIdentifier;
|
return registryIdentifier;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Integer getDimensionId() {
|
public @Nullable Integer getDimensionId() {
|
||||||
return dimensionId;
|
return dimensionId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user