| Package | Description |
|---|---|
| me.lucko.helper.network.redirect |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRedirectSystem |
| Modifier and Type | Method and Description |
|---|---|
static <M extends Messenger & InstanceData & PlayerRedirector> |
RedirectSystem.create(M messenger)
Creates a new
RedirectSystem instance. |
static RedirectSystem |
RedirectSystem.create(Messenger messenger,
InstanceData instanceData,
PlayerRedirector redirecter)
Creates a new
RedirectSystem instance. |
static RedirectSystem |
RedirectSystem.obtain(Supplier<RedirectSystem> ifElse)
Tries to obtain an instance of RedirectSystem from the services manager, falling
back to given supplier if one is not already present.
|
| Modifier and Type | Method and Description |
|---|---|
static RedirectSystem |
RedirectSystem.obtain(Supplier<RedirectSystem> ifElse)
Tries to obtain an instance of RedirectSystem from the services manager, falling
back to given supplier if one is not already present.
|
Copyright © 2022. All rights reserved.