getOrCreateContainer

fun getOrCreateContainer(playerUuid: UUID): SimpleContainer(source)

Returns the SimpleContainer for the given player, creating one if it doesn't exist.

The container is backed by the persistent data and will be saved automatically.