public abstract class BasicAbstractTool<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> extends AbstractTool<G,A,R>
| Modifier | Constructor and Description |
|---|---|
protected |
BasicAbstractTool(@NotNull java.lang.String id)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.lang.String |
getId()
Returns the id of this tool.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateOptionsViewprotected BasicAbstractTool(@NotNull
@NotNull java.lang.String id)
id - the ID (used for getId() as well as for the
ActionBuilder)@NotNull public @NotNull java.lang.String getId()
Tool