GraphMine

graphmine-core / io.github.sof3.graphmine.feature / FeatureGraph / <init>

<init>

FeatureGraph()

The Feature Graph is the main registry of features in the server. It is an undirected multi-graph that allows FeatureEdges (the features themselves) to handle interaction events (FeatureEvent) between FeatureNodes (the objects of features, e.g. entities, blocks, or abstract concepts like commands), or self-loop edges that handle events on a single object (e.g. player join).