Component System and Minecraft

  1. This brings up a good point. If we have contexts, we should tie events to the contexts of the component system, and this would be a super-interesting feature. That would solve the problem of inter-system communication in a super-clean elegant way…
  2. The data structure is as proposed. Either using contexts, .get(Component.class), or something similar.