Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ resetDrag
Method
resetDrag
src/main/java/net/minecraft/inventory/Container.java:722–726 ·
view source on GitHub ↗
Reset the drag fields
()
Source
from the content-addressed store, hash-verified
720
* Reset the drag fields
721
*/
722
protected
void
resetDrag()
723
{
724
this.dragEvent = 0;
725
this.dragSlots.clear();
726
}
727
728
/**
729
* Checks
if
it's possible to add the given itemstack to the given slot.
Callers
1
slotClick
Method · 0.95
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected