public abstract class Bedrock extends Object implements MinecraftInterface
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
bind() |
abstract void |
close() |
InetSocketAddress |
getBindAddress() |
io.netty.bootstrap.Bootstrap |
getBootstrap() |
protected abstract void |
onTick() |
protected abstract void onTick()
public InetSocketAddress getBindAddress()
getBindAddress in interface MinecraftInterfacepublic io.netty.bootstrap.Bootstrap getBootstrap()
public CompletableFuture<Void> bind()
bind in interface MinecraftInterfacepublic abstract void close()
close in interface MinecraftInterfaceCopyright © 2018–2019 NukkitX. All rights reserved.