Java net.minecraftforge.fml.common ObfuscationReflectionHelper fields, constructors, methods, implement or subclass

Example usage for Java net.minecraftforge.fml.common ObfuscationReflectionHelper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for net.minecraftforge.fml.common ObfuscationReflectionHelper.

The text is from its open source code.

Method

TgetPrivateValue(Class classToAccess, E instance, String fieldName)
Gets the value a field with the specified name in the given class.
voidsetPrivateValue(@Nonnull final Class classToAccess, @Nonnull final T instance, @Nullable final E value, @Nonnull final String fieldName)
Sets the value a field with the specified name in the given class.