`Entity.class.getMethod("MethodName") ` will be remapped properly. However, I'm not sure why it's not supported, but `Entity.class.getField("FieldName")` will not be remapped. Seems like a bit of a weird oversight.
Entity.class.getMethod("MethodName")will be remapped properly.However, I'm not sure why it's not supported, but
Entity.class.getField("FieldName")will not be remapped.Seems like a bit of a weird oversight.