Class AbstractDetectionLogic
java.lang.Object
com.pixelmonmod.pixelmon.api.replacement.detection.AbstractDetectionLogic
- All Implemented Interfaces:
SpawnDetectionLogic
- Direct Known Subclasses:
PartialDetectionLogic
,SimpleDetectionLogic
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.pixelmonmod.pixelmon.api.replacement.SpawnDetectionLogic
read, shouldReplaceSpawn
-
Field Details
-
id
-
-
Constructor Details
-
AbstractDetectionLogic
-
-
Method Details
-
getId
Description copied from interface:SpawnDetectionLogic
The ID to be used for identification in the datapacks- Specified by:
getId
in interfaceSpawnDetectionLogic
- Returns:
- The unique ID
-