3233343536373839
} @Override public boolean step() { BlockManagerImpl blockManager = (BlockManagerImpl) CoreRegistry.get(BlockManager.class); blockManager.subscribe(new BlockPrefabManager(CoreRegistry.get(EntityManager.class), blockManager)); return true; }