MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getFieldValue

Method getFieldValue

src/main/java/net/optifine/reflect/Reflector.java:726–729  ·  view source on GitHub ↗
(ReflectorField refField)

Source from the content-addressed store, hash-verified

724 }
725
726 public static Object getFieldValue(ReflectorField refField)
727 {
728 return getFieldValue((Object)null, refField);
729 }
730
731 public static Object getFieldValue(Object obj, ReflectorField refField)
732 {

Callers 15

loadItemModelMethod · 0.95
getWorldNameableMethod · 0.95
postForgeBusEventMethod · 0.95
ReflectorForgeClass · 0.95
putLaunchBlackboardMethod · 0.95
getValueMethod · 0.95
getFieldValueMethod · 0.95
getTileEntityRawNameMethod · 0.95
getModelRendererMethod · 0.95
getModelRendererMethod · 0.95

Calls 4

errorMethod · 0.95
getTargetFieldMethod · 0.80
getMethod · 0.65
getReflectorFieldMethod · 0.45

Tested by

no test coverage detected