Index

A B C E F G H I M N O P R S T U V 
All Classes and Interfaces|All Packages

A

AHEAD - Enum constant in enum class net.minecraftforge.fml.VersionChecker.Status
 

B

BETA - Enum constant in enum class net.minecraftforge.fml.VersionChecker.Status
 
BETA_OUTDATED - Enum constant in enum class net.minecraftforge.fml.VersionChecker.Status
 

C

changes() - Method in record class net.hycrafthd.update_checker.UpdateChecker.Result
Returns the value of the changes record component.
changes() - Method in record class net.minecraftforge.fml.VersionChecker.CheckResult
Returns the value of the changes record component.
check(String, List<UpdateChecker.Mod>, Function<String, Version<?>>) - Static method in class net.hycrafthd.update_checker.UpdateChecker
 
CheckResult(VersionChecker.Status, Version<?>, Map<Version<?>, String>, String) - Constructor for record class net.minecraftforge.fml.VersionChecker.CheckResult
Creates an instance of a CheckResult record class.
currentVersion() - Method in record class net.hycrafthd.update_checker.UpdateChecker.Mod
Returns the value of the currentVersion record component.
currentVersion() - Method in record class net.minecraftforge.fml.VersionChecker.ModInfo
Returns the value of the currentVersion record component.

E

equals(Object) - Method in record class net.hycrafthd.update_checker.UpdateChecker.Mod
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class net.hycrafthd.update_checker.UpdateChecker.Result
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class net.minecraftforge.fml.VersionChecker.CheckResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class net.minecraftforge.fml.VersionChecker.ModInfo
Indicates whether some other object is "equal to" this one.

F

FAILED - Enum constant in enum class net.minecraftforge.fml.VersionChecker.Status
 

G

getImpl() - Method in interface net.hycrafthd.update_checker.Version
 
getResult(VersionChecker.ModInfo) - Static method in class net.minecraftforge.fml.VersionChecker
 
getSheetOffset() - Method in enum class net.minecraftforge.fml.VersionChecker.Status
 

H

hashCode() - Method in record class net.hycrafthd.update_checker.UpdateChecker.Mod
Returns a hash code value for this object.
hashCode() - Method in record class net.hycrafthd.update_checker.UpdateChecker.Result
Returns a hash code value for this object.
hashCode() - Method in record class net.minecraftforge.fml.VersionChecker.CheckResult
Returns a hash code value for this object.
hashCode() - Method in record class net.minecraftforge.fml.VersionChecker.ModInfo
Returns a hash code value for this object.

I

isAnimated() - Method in enum class net.minecraftforge.fml.VersionChecker.Status
 

M

Mod(String, String, String) - Constructor for record class net.hycrafthd.update_checker.UpdateChecker.Mod
Creates an instance of a Mod record class.
modid() - Method in record class net.hycrafthd.update_checker.UpdateChecker.Mod
Returns the value of the modid record component.
modid() - Method in record class net.minecraftforge.fml.VersionChecker.ModInfo
Returns the value of the modid record component.
ModInfo(String, String, URL) - Constructor for record class net.minecraftforge.fml.VersionChecker.ModInfo
Creates an instance of a ModInfo record class.

N

net.hycrafthd.update_checker - package net.hycrafthd.update_checker
 
net.minecraftforge.fml - package net.minecraftforge.fml
 

O

OUTDATED - Enum constant in enum class net.minecraftforge.fml.VersionChecker.Status
 

P

PENDING - Enum constant in enum class net.minecraftforge.fml.VersionChecker.Status
 

R

result(UpdateChecker.Mod) - Static method in class net.hycrafthd.update_checker.UpdateChecker
 
Result(VersionChecker.Status, Version<?>, Map<Version<?>, String>, String) - Constructor for record class net.hycrafthd.update_checker.UpdateChecker.Result
Creates an instance of a Result record class.

S

shouldDraw() - Method in enum class net.minecraftforge.fml.VersionChecker.Status
 
startVersionCheck(Collection<VersionChecker.ModInfo>, String, Function<String, Version<?>>) - Static method in class net.minecraftforge.fml.VersionChecker
 
status() - Method in record class net.hycrafthd.update_checker.UpdateChecker.Result
Returns the value of the status record component.
status() - Method in record class net.minecraftforge.fml.VersionChecker.CheckResult
Returns the value of the status record component.

T

target() - Method in record class net.hycrafthd.update_checker.UpdateChecker.Result
Returns the value of the target record component.
target() - Method in record class net.minecraftforge.fml.VersionChecker.CheckResult
Returns the value of the target record component.
toString() - Method in record class net.hycrafthd.update_checker.UpdateChecker.Mod
Returns a string representation of this record class.
toString() - Method in record class net.hycrafthd.update_checker.UpdateChecker.Result
Returns a string representation of this record class.
toString() - Method in record class net.minecraftforge.fml.VersionChecker.CheckResult
Returns a string representation of this record class.
toString() - Method in record class net.minecraftforge.fml.VersionChecker.ModInfo
Returns a string representation of this record class.

U

UP_TO_DATE - Enum constant in enum class net.minecraftforge.fml.VersionChecker.Status
 
UpdateChecker - Class in net.hycrafthd.update_checker
 
UpdateChecker() - Constructor for class net.hycrafthd.update_checker.UpdateChecker
 
UpdateChecker.Mod - Record Class in net.hycrafthd.update_checker
 
UpdateChecker.Result - Record Class in net.hycrafthd.update_checker
 
updateUrl() - Method in record class net.hycrafthd.update_checker.UpdateChecker.Mod
Returns the value of the updateUrl record component.
url() - Method in record class net.hycrafthd.update_checker.UpdateChecker.Result
Returns the value of the url record component.
url() - Method in record class net.minecraftforge.fml.VersionChecker.CheckResult
Returns the value of the url record component.
url() - Method in record class net.minecraftforge.fml.VersionChecker.ModInfo
Returns the value of the url record component.

V

valueOf(String) - Static method in enum class net.minecraftforge.fml.VersionChecker.Status
Returns the enum constant of this class with the specified name.
values() - Static method in enum class net.minecraftforge.fml.VersionChecker.Status
Returns an array containing the constants of this enum class, in the order they are declared.
Version<T> - Interface in net.hycrafthd.update_checker
 
VersionChecker - Class in net.minecraftforge.fml
 
VersionChecker() - Constructor for class net.minecraftforge.fml.VersionChecker
 
VersionChecker.CheckResult - Record Class in net.minecraftforge.fml
 
VersionChecker.ModInfo - Record Class in net.minecraftforge.fml
 
VersionChecker.Status - Enum Class in net.minecraftforge.fml
 
A B C E F G H I M N O P R S T U V 
All Classes and Interfaces|All Packages