Inventory handling

This commit is contained in:
ReinforceZwei 2020-03-26 15:01:42 +08:00 committed by ORelio
parent c870f080f2
commit bc449b404e
20 changed files with 538 additions and 44 deletions

View file

@ -658,6 +658,14 @@ namespace MinecraftClient.Protocol.Handlers
{
return false;
}
public bool SendPlayerBlockPlacement(int hand, Location location, int face, float CursorX, float CursorY, float CursorZ, bool insideBlock)
{
return false;
}
public bool SendHeldItemChange(short slot)
{
return false;
}
/// <summary>
/// Send a plugin channel packet to the server.