superyuuki / yuukomponent

component framework for block game
2 stars 0 forks source link

make this better #6

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

make this better

https://github.com/superyuuki/yuukomponent/blob/4d662031f33d9702cf760a7a6dd5172942e1acb8/yuukomponent-api/src/main/java/com/superyuuki/yuukomponent/api/structure/StructurePath.java#L5


package com.superyuuki.yuukomponent.api.structure;

import java.util.Collection;

//TODO make this better
public interface StructurePath {

    String here();
    Collection<StructurePath> below();

}

fa6445214c3b3ce6f8d42ba8a1b67ae7b18113e7