public class FMLFingerprintViolationEvent extends ModLifecycleEvent
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.Event.HasResult, Event.Result
コンストラクタと説明 |
---|
FMLFingerprintViolationEvent(boolean isDirectory,
java.io.File source,
com.google.common.collect.ImmutableSet<java.lang.String> fingerprints,
java.lang.String expectedFingerprint) |
修飾子とタイプ | メソッドと説明 |
---|---|
java.lang.String |
getExpectedFingerprint() |
java.util.Set<java.lang.String> |
getFingerprints() |
java.io.File |
getSource() |
boolean |
isDirectory() |
description, getIMCStream, getIMCStream, toString
getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup