D

DashAPI

Minecraft API plugin that adds a function for setting the velocity of entities in terms of blocks rather than a vector.
https://github.com/lichenaut/DashAPI
MIT License
Matthew Owen
Files download
File Operation
DashAPI-1.0.8.jar download
DashAPI-1.0.8.pom download
DashAPI-1.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.lichenaut</groupId>
  <artifactId>DashAPI</artifactId>
  <version>1.0.8</version>
</dependency>
Gradle Groovy
implementation 'io.github.lichenaut:DashAPI:1.0.8'
Gradle Kotlin
implementation("io.github.lichenaut:DashAPI:1.0.8")
Scala SBT
libraryDependencies += "io.github.lichenaut" % "DashAPI" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.lichenaut', module='DashAPI', version='1.0.8')
)
Apache Ivy
<dependency org="io.github.lichenaut" name="DashAPI" rev="1.0.8" />
Leiningen
[io.github.lichenaut/DashAPI "1.0.8"]
Apache Buildr
'io.github.lichenaut:DashAPI:jar:1.0.8'