public static class EntitySensor.Factory extends AbstractICFactory
Constructor and Description |
---|
EntitySensor.Factory(org.bukkit.Server server) |
Modifier and Type | Method and Description |
---|---|
IC |
create(ChangedSign sign)
Create an IC instance given a block.
|
String[] |
getLineHelp()
Get line-by-line help.
|
String |
getShortDescription()
Get a short description of the IC
|
void |
verify(ChangedSign sign)
Verify that the IC can be created in the area of the world defined by the given sign; throw exceptions if not.
|
addConfiguration, checkPlayer, getLongDescription, getServer, needsConfiguration
public IC create(ChangedSign sign)
ICFactory
public void verify(ChangedSign sign) throws ICVerificationException
ICFactory
verify
in interface ICFactory
verify
in class AbstractICFactory
ICVerificationException
- if the area of the world defined by the sign does not represent a valid setup
for this type of IC.public String getShortDescription()
ICFactory
getShortDescription
in interface ICFactory
getShortDescription
in class AbstractICFactory
public String[] getLineHelp()
ICFactory
getLineHelp
in interface ICFactory
getLineHelp
in class AbstractICFactory
Copyright © 2013. All Rights Reserved.