fix varint missing a parentheses, moving handling ping from PlayPacketHandler to PlayerPlugin, update minecraft-data #118
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
MineSharp.Core/Common/PacketBuffer.cs#L317
Possible null reference argument for parameter 'data' in 'BlockEntity.BlockEntity(byte x, short y, byte z, int type, NbtCompound data)'.
|
Build:
MineSharp.Core/Common/PacketBuffer.cs#L317
Possible null reference argument for parameter 'data' in 'BlockEntity.BlockEntity(byte x, short y, byte z, int type, NbtCompound data)'.
|
Build:
Data/MineSharp.Data/ProtocolVersion.cs#L9
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
Build:
Components/MineSharp.Commands/Parser/ResourceParser.cs#L8
Non-nullable property 'Registry' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Data/MineSharp.Data/ProtocolVersion.cs#L9
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
Build:
Components/MineSharp.World/V1_18/Chunk_1_18.cs#L108
'IChunkSection.FindBlocks(BlockType, int?)' is obsolete
|
Build:
Components/MineSharp.World/AbstractWorld.cs#L219
'IChunk.FindBlocks(BlockType, int?)' is obsolete
|
Build:
Components/MineSharp.Commands/Parser/ResourceParser.cs#L8
Non-nullable property 'Registry' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Components/MineSharp.World/AbstractWorld.cs#L219
'IChunk.FindBlocks(BlockType, int?)' is obsolete
|
Build:
Components/MineSharp.World/V1_18/Chunk_1_18.cs#L108
'IChunkSection.FindBlocks(BlockType, int?)' is obsolete
|
Loading