File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
api/src/main/java/eu/darkbot/api/managers Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2020import eu .darkbot .api .game .entities .StaticEntity ;
2121import eu .darkbot .api .game .entities .Station ;
2222import eu .darkbot .api .game .other .Obstacle ;
23+ import org .jetbrains .annotations .ApiStatus ;
2324import org .jetbrains .annotations .UnmodifiableView ;
2425
2526import java .util .Collection ;
@@ -168,6 +169,7 @@ public interface EntitiesAPI extends API.Singleton {
168169 /**
169170 * @return a builder to create fake entities
170171 */
172+ @ ApiStatus .AvailableSince ("0.9.6" )
171173 FakeEntity .Builder fakeEntityBuilder ();
172174
173175 /**
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
2121 api(project(" :darkbot-shared" ))
2222}
2323
24- val apiVersion = " 0.9.5 "
24+ val apiVersion = " 0.9.6 "
2525
2626allprojects {
2727 group = " eu.darkbot"
You can’t perform that action at this time.
0 commit comments