public class FMLFingerprintViolationEvent extends FMLEvent
Mod.certificateFingerprint()
doesn't match the certificate loaded from the JAR
file. You could use this to log a warning that the code that is running might not be yours, for example.Modifier and Type | Field and Description |
---|---|
java.lang.String |
expectedFingerprint |
java.util.Set<java.lang.String> |
fingerprints |
boolean |
isDirectory |
java.io.File |
source |
Constructor and Description |
---|
FMLFingerprintViolationEvent(boolean isDirectory,
java.io.File source,
<any> fingerprints,
java.lang.String expectedFingerprint) |
applyModContainer, description, getEventType