public static class ContainerCreator.NoOp.NoOpContainer extends java.lang.Object implements Container
| Modifier | Constructor and Description |
|---|---|
protected |
NoOpContainer(@NotNull Blade blade,
@NotNull java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Blade |
blade()
Gets the Blade instance associated with this container.
|
void |
unregister()
Unregisters this container from the command system.
|
protected NoOpContainer(@NotNull
@NotNull Blade blade,
@NotNull
@NotNull java.lang.String label)
@NotNull public @NotNull Blade blade()
Containerpublic void unregister()
Containerunregister in interface Container