Index

C E F G H I L M N P R S T W 
All Classes and Interfaces|All Packages

C

classes() - Method in class fr.skytasul.reflection.shrieker.FakeReflectionAccessor
 

E

equals(Object) - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeField
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeMethod
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class fr.skytasul.reflection.shrieker.minecraft.SpigotMemberMapping.FakeType
Indicates whether some other object is "equal to" this one.

F

FakeClass(String) - Constructor for record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass
 
FakeClass(String, List<FakeReflectionAccessor.FakeClass.FakeField>, List<FakeReflectionAccessor.FakeClass.FakeMethod>) - Constructor for record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass
Creates an instance of a FakeClass record class.
FakeConstructor() - Constructor for class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeConstructor
 
FakeField(String) - Constructor for record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeField
Creates an instance of a FakeField record class.
FakeMethod(String, Type[]) - Constructor for record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeMethod
Creates an instance of a FakeMethod record class.
FakeReflectionAccessor - Class in fr.skytasul.reflection.shrieker
 
FakeReflectionAccessor() - Constructor for class fr.skytasul.reflection.shrieker.FakeReflectionAccessor
 
FakeReflectionAccessor.FakeClass - Record Class in fr.skytasul.reflection.shrieker
 
FakeReflectionAccessor.FakeClass.FakeConstructor - Class in fr.skytasul.reflection.shrieker
 
FakeReflectionAccessor.FakeClass.FakeField - Record Class in fr.skytasul.reflection.shrieker
 
FakeReflectionAccessor.FakeClass.FakeMethod - Record Class in fr.skytasul.reflection.shrieker
 
FakeType(String) - Constructor for record class fr.skytasul.reflection.shrieker.minecraft.SpigotMemberMapping.FakeType
Creates an instance of a FakeType record class.
fields() - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass
Returns the value of the fields record component.
fr.skytasul.reflection.shrieker - package fr.skytasul.reflection.shrieker
 
fr.skytasul.reflection.shrieker.minecraft - package fr.skytasul.reflection.shrieker.minecraft
 

G

get(Object) - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeField
 
getArrayType() - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass
 
getClass(String) - Method in class fr.skytasul.reflection.shrieker.FakeReflectionAccessor
 
getClasses() - Method in class fr.skytasul.reflection.shrieker.PipeMappings
 
getClassFromMiddleName(String) - Method in class fr.skytasul.reflection.shrieker.PipeMappings
 
getClassInstance() - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass
 
getConstructor(Type...) - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass
 
getConstructorInstance() - Method in class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeConstructor
 
getField(String) - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass
 
getFieldInstance() - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeField
 
getMethod(String, Type...) - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass
 
getMethodInstance() - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeMethod
 
getReducedMappings() - Method in class fr.skytasul.reflection.shrieker.MappingsShrieker
 
getTypeName() - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass
 
getTypeName() - Method in record class fr.skytasul.reflection.shrieker.minecraft.SpigotMemberMapping.FakeType
 

H

hashCode() - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeField
Returns a hash code value for this object.
hashCode() - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeMethod
Returns a hash code value for this object.
hashCode() - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass
Returns a hash code value for this object.
hashCode() - Method in record class fr.skytasul.reflection.shrieker.minecraft.SpigotMemberMapping.FakeType
Returns a hash code value for this object.

I

initializeReflection(ReflectionAccessor, Version) - Method in interface fr.skytasul.reflection.shrieker.MappingsShrieker.ReflectionInitializer
 
invoke(Object, Object...) - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeMethod
 

L

loadMinecraftMappings(Version) - Method in class fr.skytasul.reflection.shrieker.minecraft.MinecraftMappingsProvider
 
loadSpigotMappings(Version) - Method in class fr.skytasul.reflection.shrieker.minecraft.MinecraftMappingsProvider
 

M

MappingFileWriter - Class in fr.skytasul.reflection.shrieker
 
MappingFileWriter(MappingType, Writer, Map<Version, Mappings>) - Constructor for class fr.skytasul.reflection.shrieker.MappingFileWriter
 
MappingFileWriter(MappingType, Path, Map<Version, Mappings>) - Constructor for class fr.skytasul.reflection.shrieker.MappingFileWriter
 
MappingsShrieker - Class in fr.skytasul.reflection.shrieker
Warning: make sure all necessary classes (outside the reflected ones) are present in the classpath, otherwise it would not work!
MappingsShrieker(MappingType, MappingsShrieker.ReflectionInitializer) - Constructor for class fr.skytasul.reflection.shrieker.MappingsShrieker
Creates a shrieker instance.
MappingsShrieker.ReflectionInitializer - Interface in fr.skytasul.reflection.shrieker
 
merge(Mappings, Mappings) - Static method in class fr.skytasul.reflection.shrieker.minecraft.SpigotMappingsMerger
Merges:
methods() - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass
Returns the value of the methods record component.
MinecraftMappingsProvider - Class in fr.skytasul.reflection.shrieker.minecraft
 
MinecraftMappingsProvider(Path) - Constructor for class fr.skytasul.reflection.shrieker.minecraft.MinecraftMappingsProvider
 

N

name() - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeField
Returns the value of the name record component.
name() - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeMethod
Returns the value of the name record component.
name() - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass
Returns the value of the name record component.
name() - Method in record class fr.skytasul.reflection.shrieker.minecraft.SpigotMemberMapping.FakeType
Returns the value of the name record component.
newInstance(Object...) - Method in class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeConstructor
 

P

parameterTypes() - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeMethod
Returns the value of the parameterTypes record component.
parse(List<String>) - Method in class fr.skytasul.reflection.shrieker.minecraft.SpigotClassMapping
 
parse(List<String>) - Method in class fr.skytasul.reflection.shrieker.minecraft.SpigotMemberMapping
 
parseParameters(String) - Method in class fr.skytasul.reflection.shrieker.minecraft.SpigotMemberMapping
 
PipeMappings - Class in fr.skytasul.reflection.shrieker
i.e.:
PipeMappings(Mappings, Mappings) - Constructor for class fr.skytasul.reflection.shrieker.PipeMappings
 

R

registerVersionMappings(Version, Mappings) - Method in class fr.skytasul.reflection.shrieker.MappingsShrieker
Register the mappings used for a specific version.

S

set(Object, Object) - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeField
 
SpigotClassMapping - Class in fr.skytasul.reflection.shrieker.minecraft
 
SpigotClassMapping(boolean) - Constructor for class fr.skytasul.reflection.shrieker.minecraft.SpigotClassMapping
 
SpigotMappingsMerger - Class in fr.skytasul.reflection.shrieker.minecraft
 
SpigotMemberMapping - Class in fr.skytasul.reflection.shrieker.minecraft
 
SpigotMemberMapping(boolean) - Constructor for class fr.skytasul.reflection.shrieker.minecraft.SpigotMemberMapping
 
SpigotMemberMapping.FakeType - Record Class in fr.skytasul.reflection.shrieker.minecraft
 

T

toString() - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeField
Returns a string representation of this record class.
toString() - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeMethod
Returns a string representation of this record class.
toString() - Method in record class fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass
Returns a string representation of this record class.
toString() - Method in record class fr.skytasul.reflection.shrieker.minecraft.SpigotMemberMapping.FakeType
Returns a string representation of this record class.

W

write(BufferedWriter, Mappings) - Method in class fr.skytasul.reflection.shrieker.minecraft.SpigotClassMapping
 
write(BufferedWriter, Mappings) - Method in class fr.skytasul.reflection.shrieker.minecraft.SpigotMemberMapping
 
writeAll() - Method in class fr.skytasul.reflection.shrieker.MappingFileWriter
 
writeMappingsFile(Path) - Method in class fr.skytasul.reflection.shrieker.MappingsShrieker
Write all constructed reduced mappings to the path specified.
C E F G H I L M N P R S T W 
All Classes and Interfaces|All Packages