Answers for "worldedit create a new edit session api"

0

worldedit create a new edit session api

try (EditSession editSession = WorldEdit.getInstance().getEditSessionFactory().getEditSession(world, -1)) {
    // use the edit session here ...
} // it is automatically closed/flushed when the code exits the block
Posted by: Guest on August-26-2020

Browse Popular Code Answers by Language