Skip to content

Instantly share code, notes, and snippets.

View mattysweeps's full-sized avatar
🕶️
Just being cool FTW

Matthew Broomfield mattysweeps

🕶️
Just being cool FTW
View GitHub Profile
while (!player.getInventory().isEmpty()) {
player.getInventory().poll()
.map(DataSerializable::toContainer)
.ifPresent(world::createEntity);
}