Dev Version Bump #117
Annotations
8 warnings
Constant values:
src/main/java/dev/redstudio/alfheim/mixin/ChunkMixin.java#L432
Condition `z < 16` is always `true`
|
Constant values:
src/main/java/dev/redstudio/alfheim/mixin/ChunkMixin.java#L431
Condition `x < 16` is always `true`
|
Deprecated API usage:
src/main/java/dev/redstudio/alfheim/mixin/BlockMixin.java#L63
'getLightValue()' is deprecated
|
Deprecated API usage:
src/main/java/dev/redstudio/alfheim/mixin/BlockSlabMixin.java#L30
'isFullCube(net.minecraft.block.state.IBlockState)' is deprecated
|
Minimum 'switch' branches:
src/main/java/dev/redstudio/alfheim/asm/AlfheimPlugin.java#L53
'switch' statement has too few case labels (1), and should probably be replaced with an 'if' statement
|
qodana
You are using a non-compatible Qodana linter jetbrains/qodana-jvm:2024.2 with the current CLI (2024.3.2)
|
qodana
You are using a non-compatible Qodana linter jetbrains/qodana-jvm:2024.2 with the current CLI (2024.3.2)
|
qodana
You are using a non-compatible Qodana linter jetbrains/qodana-jvm:2024.2 with the current CLI (2024.3.2)
|