I was trying to access all the data stored in the value stores/containers on a Player, when I noticed that when using player.getFoodData() (which internally uses .get(FoodData.class) I can access the FoodData stored on the player, but when using player.getContainers() the FoodData is not listed.
Is this a bug, is this on purpose, or am I misunderstanding something?